You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2014/09/25 22:32:52 UTC

svn commit: r1627652 - in /roller/trunk: app/pom.xml assembly-release/pom.xml assembly-release/sign-release.sh it-selenium/pom.xml pom.xml

Author: gmazza
Date: Thu Sep 25 20:32:51 2014
New Revision: 1627652

URL: http://svn.apache.org/r1627652
Log:
Update release version to 5.1.1

Modified:
    roller/trunk/app/pom.xml
    roller/trunk/assembly-release/pom.xml
    roller/trunk/assembly-release/sign-release.sh
    roller/trunk/it-selenium/pom.xml
    roller/trunk/pom.xml

Modified: roller/trunk/app/pom.xml
URL: http://svn.apache.org/viewvc/roller/trunk/app/pom.xml?rev=1627652&r1=1627651&r2=1627652&view=diff
==============================================================================
--- roller/trunk/app/pom.xml (original)
+++ roller/trunk/app/pom.xml Thu Sep 25 20:32:51 2014
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.1.1-SNAPSHOT</version>
+        <version>5.1.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: roller/trunk/assembly-release/pom.xml
URL: http://svn.apache.org/viewvc/roller/trunk/assembly-release/pom.xml?rev=1627652&r1=1627651&r2=1627652&view=diff
==============================================================================
--- roller/trunk/assembly-release/pom.xml (original)
+++ roller/trunk/assembly-release/pom.xml Thu Sep 25 20:32:51 2014
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.1.1-SNAPSHOT</version>
+        <version>5.1.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: roller/trunk/assembly-release/sign-release.sh
URL: http://svn.apache.org/viewvc/roller/trunk/assembly-release/sign-release.sh?rev=1627652&r1=1627651&r2=1627652&view=diff
==============================================================================
--- roller/trunk/assembly-release/sign-release.sh (original)
+++ roller/trunk/assembly-release/sign-release.sh Thu Sep 25 20:32:51 2014
@@ -1,5 +1,5 @@
 export rcstring=""
-export vstring="5.1.0"
+export vstring="5.1.1"
 
 gpg --armor --detach-sig target/roller-release-${vstring}${rcstring}-standard.tar.gz
 gpg --armor --detach-sig target/roller-release-${vstring}${rcstring}-standard.zip

Modified: roller/trunk/it-selenium/pom.xml
URL: http://svn.apache.org/viewvc/roller/trunk/it-selenium/pom.xml?rev=1627652&r1=1627651&r2=1627652&view=diff
==============================================================================
--- roller/trunk/it-selenium/pom.xml (original)
+++ roller/trunk/it-selenium/pom.xml Thu Sep 25 20:32:51 2014
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.1.1-SNAPSHOT</version>
+        <version>5.1.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -118,7 +118,7 @@
                             <port>4224</port>
                             <sources>
                                 <script>
-                                    <sourceFile>target/roller-selenium-tests-5.1.0-SNAPSHOT/WEB-INF/classes/dbscripts/derby/createdb.sql</sourceFile>
+                                    <sourceFile>target/roller-selenium-tests-${project.version}/WEB-INF/classes/dbscripts/derby/createdb.sql</sourceFile>
                                 </script>
                             </sources>
                         </configuration>
@@ -144,7 +144,7 @@
                     <webApp>
                         <contextPath>/roller</contextPath>
                     </webApp>
-                    <webAppSourceDirectory>target/roller-selenium-tests-5.1.0-SNAPSHOT</webAppSourceDirectory>
+                    <webAppSourceDirectory>target/roller-selenium-tests-${project.version}</webAppSourceDirectory>
                     <jettyXml>../app/src/test/resources/jetty.xml</jettyXml>
                     <systemProperties>
                         <systemProperty>

Modified: roller/trunk/pom.xml
URL: http://svn.apache.org/viewvc/roller/trunk/pom.xml?rev=1627652&r1=1627651&r2=1627652&view=diff
==============================================================================
--- roller/trunk/pom.xml (original)
+++ roller/trunk/pom.xml Thu Sep 25 20:32:51 2014
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.roller</groupId>
     <artifactId>roller-project</artifactId>
-    <version>5.1.1-SNAPSHOT</version>
+    <version>5.1.1</version>
     <packaging>pom</packaging>
 
     <prerequisites>