You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2018/12/15 23:35:20 UTC

roller git commit: Preparing for a v5.2.2 release.

Repository: roller
Updated Branches:
  refs/heads/roller-5.2.x 94c9c2ac7 -> 4c300e921


Preparing for a v5.2.2 release.


Project: http://git-wip-us.apache.org/repos/asf/roller/repo
Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/4c300e92
Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/4c300e92
Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/4c300e92

Branch: refs/heads/roller-5.2.x
Commit: 4c300e921ca2158570665595f83c53e2b89ad1e9
Parents: 94c9c2a
Author: Dave Johnson <sn...@gmail.com>
Authored: Sat Dec 15 18:35:17 2018 -0500
Committer: Dave Johnson <sn...@gmail.com>
Committed: Sat Dec 15 18:35:17 2018 -0500

----------------------------------------------------------------------
 app/pom.xml                                               | 2 +-
 assembly-release/pom.xml                                  | 2 +-
 assembly-release/sign-release.sh                          | 4 ++--
 it-selenium/pom.xml                                       | 2 +-
 it-selenium/src/test/resources/roller-jettyrun.properties | 2 +-
 pom.xml                                                   | 4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/roller/blob/4c300e92/app/pom.xml
----------------------------------------------------------------------
diff --git a/app/pom.xml b/app/pom.xml
index 7802a8a..10115f3 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.2.1</version>
+        <version>5.2.2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/roller/blob/4c300e92/assembly-release/pom.xml
----------------------------------------------------------------------
diff --git a/assembly-release/pom.xml b/assembly-release/pom.xml
index a041cb9..79e785b 100644
--- a/assembly-release/pom.xml
+++ b/assembly-release/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.2.1</version>
+        <version>5.2.2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/roller/blob/4c300e92/assembly-release/sign-release.sh
----------------------------------------------------------------------
diff --git a/assembly-release/sign-release.sh b/assembly-release/sign-release.sh
index 5d00fb8..68be17b 100755
--- a/assembly-release/sign-release.sh
+++ b/assembly-release/sign-release.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
-export rcstring="-rc-2"
-export vstring="5.2.1"
+export rcstring="-rc-1"
+export vstring="5.2.2"
 
 # for rc releases we rename the release files
 if [ rcstring != "" ]; then

http://git-wip-us.apache.org/repos/asf/roller/blob/4c300e92/it-selenium/pom.xml
----------------------------------------------------------------------
diff --git a/it-selenium/pom.xml b/it-selenium/pom.xml
index b699393..6b6b9e7 100644
--- a/it-selenium/pom.xml
+++ b/it-selenium/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.2.1</version>
+        <version>5.2.2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/roller/blob/4c300e92/it-selenium/src/test/resources/roller-jettyrun.properties
----------------------------------------------------------------------
diff --git a/it-selenium/src/test/resources/roller-jettyrun.properties b/it-selenium/src/test/resources/roller-jettyrun.properties
index 706dbae..e56e06b 100644
--- a/it-selenium/src/test/resources/roller-jettyrun.properties
+++ b/it-selenium/src/test/resources/roller-jettyrun.properties
@@ -23,7 +23,7 @@ hibernate.transaction.factory_class=org.hibernate.transaction.JDBCTransactionFac
 passwds.encryption.enabled=false
 
 # use src copy of themes for read-only access
-themes.dir=target/roller-selenium-tests-5.2.1/themes
+themes.dir=target/roller-selenium-tests-5.2.2/themes
 
 # put work in work dir
 search.index.dir          =target/work/search-index

http://git-wip-us.apache.org/repos/asf/roller/blob/4c300e92/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 17695af..06e654e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.roller</groupId>
     <artifactId>roller-project</artifactId>
-    <version>5.2.1</version>
+    <version>5.2.2</version>
     <packaging>pom</packaging>
 
     <prerequisites>
@@ -47,7 +47,7 @@ limitations under the License.
         <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.2.1</roller.version>
+        <roller.version>5.2.2</roller.version>
     </properties>
 
     <modules>