Author: snoopdave
Date: Sun Mar  1 19:10:37 2015
New Revision: 1663148

URL: http://svn.apache.org/r1663148
Log:
Preparing for 5.1.2 release

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=1663148&r1=1663147&r2=1663148&view=diff
==============================================================================
--- roller/trunk/app/pom.xml (original)
+++ roller/trunk/app/pom.xml Sun Mar  1 19:10:37 2015
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.1.2-SNAPSHOT</version>
+        <version>5.1.2</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=1663148&r1=1663147&r2=1663148&view=diff
==============================================================================
--- roller/trunk/assembly-release/pom.xml (original)
+++ roller/trunk/assembly-release/pom.xml Sun Mar  1 19:10:37 2015
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.1.2-SNAPSHOT</version>
+        <version>5.1.2</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=1663148&r1=1663147&r2=1663148&view=diff
==============================================================================
--- roller/trunk/assembly-release/sign-release.sh (original)
+++ roller/trunk/assembly-release/sign-release.sh Sun Mar  1 19:10:37 2015
@@ -1,5 +1,5 @@
 export rcstring=""
-export vstring="5.1.1"
+export vstring="5.1.2"
 
 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=1663148&r1=1663147&r2=1663148&view=diff
==============================================================================
--- roller/trunk/it-selenium/pom.xml (original)
+++ roller/trunk/it-selenium/pom.xml Sun Mar  1 19:10:37 2015
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.1.2-SNAPSHOT</version>
+        <version>5.1.2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: roller/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/roller/trunk/pom.xml?rev=1663148&r1=1663147&r2=1663148&view=diff
==============================================================================
--- roller/trunk/pom.xml (original)
+++ roller/trunk/pom.xml Sun Mar  1 19:10:37 2015
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.roller</groupId>
     <artifactId>roller-project</artifactId>
-    <version>5.1.2-SNAPSHOT</version>
+    <version>5.1.2</version>
     <packaging>pom</packaging>
 
     <prerequisites>
@@ -30,6 +30,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <derby.version>10.11.1.1</derby.version>
+        <roller.version>5.1.2</roller.version>
     </properties>
 
     <modules>


Reply via email to