Skip to content

Commit

Permalink
Set version to 1.2.7. Updated release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmartensson committed Jul 5, 2020
1 parent 6f5fbbd commit d315920
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.harctoolbox</groupId>
<artifactId>IrpTransmogrifier</artifactId>
<packaging>jar</packaging>
<version>1.2.7-SNAPSHOT</version>
<version>1.2.7</version>
<name>${project.artifactId}</name>
<licenses>
<license>
Expand Down Expand Up @@ -287,7 +287,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
<executions>
<execution>
<goals>
Expand All @@ -308,7 +308,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
4 changes: 2 additions & 2 deletions src/main/doc/IrpTransmogrifier.releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Release Notes for IrpTransmogrifier.
The notation #n refers to issues number n at
https://github.com/bengtmartensson/IrpTransmogrifier/issues

Version 1.2.7 (planned for 2020-07-03)
2020-07-05: Version 1.2.7

* Add Motorola as alt_name for Blaupunkt, #187. Remove Blaupunkt_relaxed.
* Merged rmProtocols.xml from RemoteMaster commit r1712.
* Merged rmProtocols.xml from RemoteMaster commit r1712 as well as r1714.
* Reformatted IrpProtocols.xml using list --dump.
* Now allows attribute xml:space in <irp:documentation>.
* Better check for circular prefer-overs, option --prefer-overs. Resolves #170.
Expand Down

0 comments on commit d315920

Please sign in to comment.