Skip to content

Commit

Permalink
add command to automatically update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 committed Mar 20, 2016
1 parent 72363ff commit ae947e5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion HOWTO-BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,10 @@ fly set-pipeline -p jbrotli -c ./pipeline.yml

#### 3. Open Web UI and run pipeline
Once the pipeline is set, you can open the Web UI via http://192.168.100.4:8080/
and start the pipeline manually.
and start the pipeline manually.

## Update version numbers

```
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.4.0-SNAPSHOT -Dartifacts=jbrotli-parent,jbrotli,jbrotli-native,jbrotli-native-win32-x86-amd64,jbrotli-native-win32-x86,jbrotli-native-linux-x86-amd64,jbrotli-native-linux-arm32-vfp-hflt,jbrotli-native-darwin-x86-amd64,jbrotli-performance,jbrotli-servlet,jbrotli-servlet-examples-dropwizard,jbrotli-servlet-examples-simple-web-app,jbrotli-servlet-examples-spring-boot,jbrotli-servlet-examples -Dproperties=version.jbrotli.native
```

0 comments on commit ae947e5

Please sign in to comment.