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 2021/07/18 20:24:50 UTC

[roller] 03/03: Prepare for 6.0.2-rc1

This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a commit to branch roller-6.0.x
in repository https://gitbox.apache.org/repos/asf/roller.git

commit 2dae076c3e94cb0e608bb5980c37d87cbd8dcb9d
Author: David M. Johnson <sn...@apache.org>
AuthorDate: Sun Jul 18 16:24:37 2021 -0400

    Prepare for 6.0.2-rc1
---
 app/pom.xml                      | 2 +-
 assembly-release/pom.xml         | 2 +-
 assembly-release/sign-release.sh | 4 ++--
 it-selenium/pom.xml              | 2 +-
 pom.xml                          | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app/pom.xml b/app/pom.xml
index 64a2a45..323e073 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>6.0.1</version>
+        <version>6.0.2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assembly-release/pom.xml b/assembly-release/pom.xml
index 51493f1..8820312 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>6.0.1</version>
+        <version>6.0.2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/assembly-release/sign-release.sh b/assembly-release/sign-release.sh
index 1847d6d..51bbec3 100755
--- a/assembly-release/sign-release.sh
+++ b/assembly-release/sign-release.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
-export rcstring=""
-export vstring="6.0.1"
+export rcstring="-rc1"
+export vstring="6.0.2"
 
 # for rc releases we rename the release files
 if [ rcstring != "" ]; then
diff --git a/it-selenium/pom.xml b/it-selenium/pom.xml
index 82022eb..7b1558e 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>6.0.1</version>
+        <version>6.0.2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index bd95918..5b42538 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>6.0.1</version>
+    <version>6.0.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>6.0.1</roller.version>
+        <roller.version>6.0.2</roller.version>
     </properties>
 
     <modules>