You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2015/03/06 18:53:32 UTC

svn commit: r1664689 - in /qpid/dispatch/trunk: VERSION.txt bin/release.sh

Author: tross
Date: Fri Mar  6 17:53:31 2015
New Revision: 1664689

URL: http://svn.apache.org/r1664689
Log:
NO-JIRA - Updated the version for 0.5.  Added code in the release script to annotate the
          tarball with the subversion revision.

Modified:
    qpid/dispatch/trunk/VERSION.txt
    qpid/dispatch/trunk/bin/release.sh

Modified: qpid/dispatch/trunk/VERSION.txt
URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/VERSION.txt?rev=1664689&r1=1664688&r2=1664689&view=diff
==============================================================================
--- qpid/dispatch/trunk/VERSION.txt (original)
+++ qpid/dispatch/trunk/VERSION.txt Fri Mar  6 17:53:31 2015
@@ -1 +1 @@
-0.4
+0.5

Modified: qpid/dispatch/trunk/bin/release.sh
URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/bin/release.sh?rev=1664689&r1=1664688&r2=1664689&view=diff
==============================================================================
--- qpid/dispatch/trunk/bin/release.sh (original)
+++ qpid/dispatch/trunk/bin/release.sh Fri Mar  6 17:53:31 2015
@@ -87,6 +87,7 @@ test "$VERSION" == "$BUILD_VERSION" || {
     echo "Version mismatch: $VERSION != $BUILD_VERSION. Please update VERSION.txt in SVN"
     exit 1
 }
+echo $SVNREV > $WORKDIR/$BASENAME/SVN_REVISION.txt
 
 echo "Building source tarball $FILENAME"
 cd $WORKDIR



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org