Skip to content

Commit

Permalink
bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvi committed Jan 25, 2018
1 parent 85efa0d commit 174c9fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ and thus must be run after `package` phaze.

#### Before release

`mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.1.2-SNAPSHOT`
`mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.2.0-SNAPSHOT`
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>zipeditor</groupId>
<artifactId>zipeditor.parent</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ZipEditor (parent)</name>

Expand Down Expand Up @@ -53,7 +53,7 @@
</prerequisites>

<properties>
<tycho-version>0.21.0</tycho-version>
<tycho-version>1.0.0</tycho-version>

<!-- PROJECT SETTINGS -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 174c9fa

Please sign in to comment.