You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by gs...@apache.org on 2007/06/12 09:25:50 UTC

svn commit: r546436 - in /incubator/ivy/core/trunk: doc/doc/dev.html version.properties

Author: gscokart
Date: Tue Jun 12 02:25:50 2007
New Revision: 546436

URL: http://svn.apache.org/viewvc?view=rev&rev=546436
Log:
fix version number on the trunk

Modified:
    incubator/ivy/core/trunk/doc/doc/dev.html
    incubator/ivy/core/trunk/version.properties

Modified: incubator/ivy/core/trunk/doc/doc/dev.html
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/doc/dev.html?view=diff&rev=546436&r1=546435&r2=546436
==============================================================================
--- incubator/ivy/core/trunk/doc/doc/dev.html (original)
+++ incubator/ivy/core/trunk/doc/doc/dev.html Tue Jun 12 02:25:50 2007
@@ -169,7 +169,8 @@
 If you feel like anything is missing or misleading in this release doc, update it as soon as you encounter the problem.
 <h3>15. Merge your modifications back to the trunk if necessary.</h3>
 Modifications on the template files do not need to be merged, but if you had troubles during your release you may want to merge your fixes back to the trunk.
-</textarea>
+<h3>16. Prepare next release</h3>
+Update the file version.properties with the version of the next release so that anyone building from the trunk will obtain jar with the correct version number.</textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>
 </html>

Modified: incubator/ivy/core/trunk/version.properties
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/version.properties?view=diff&rev=546436&r1=546435&r2=546436
==============================================================================
--- incubator/ivy/core/trunk/version.properties (original)
+++ incubator/ivy/core/trunk/version.properties Tue Jun 12 02:25:50 2007
@@ -16,5 +16,5 @@
 #	 * specific language governing permissions and limitations
 #	 * under the License.
 #	 ***************************************************************
-target.ivy.version=2.0.0-alpha-1-incubating
-target.ivy.bundle.version=2.0.0.alpha1
+target.ivy.version=2.0.0-alpha-2-incubating
+target.ivy.bundle.version=2.0.0.alpha2