[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[jetty-commit] r2414 - eclipse/jetty-bundles/jetty-7
|
- From: genie@xxxxxxxxxxx
- Date: Wed, 27 Oct 2010 13:12:52 -0400 (EDT)
- Delivered-to: jetty-commit@eclipse.org
Author: hmalphett
Date: 2010-10-27 13:12:52 -0400 (Wed, 27 Oct 2010)
New Revision: 2414
Modified:
eclipse/jetty-bundles/jetty-7/README
Log:
initial commit of the build to publish all the jetty jars in a p2 repository
Modified: eclipse/jetty-bundles/jetty-7/README
===================================================================
--- eclipse/jetty-bundles/jetty-7/README 2010-10-27 17:10:41 UTC (rev 2413)
+++ eclipse/jetty-bundles/jetty-7/README 2010-10-27 17:12:52 UTC (rev 2414)
@@ -8,3 +8,14 @@
Using maven-tycho as it can publish artifacts located in maven repositories into p2-repositories.
Single feature that contains all the jetty jars. That feature is only useful to be able to have tycho publish the jetty-jars.
+
+Changing version
+----------------
+NEW_VERSION=7.2.0
+mvn -Dtycho.mode=maven org.sonatype.tycho:tycho-versions-plugin:set-version -DnewVersion=$NEW_VERSION-SNAPSHOT
+
+Then go edit the root pom.xml and change
+<buildnumber>v20101020</buildnumber>
+to the actual qualifier.
+
+Also might need to edit a couple of files manually.