This is an automated email from the ASF dual-hosted git repository.
snoopdave pushed a commit to branch validate-tz
in repository https://gitbox.apache.org/repos/asf/roller.git
The following commit(s) were added to refs/heads/validate-tz by this push:
new ff99333f8 Also, next release will be 6.1.3.
ff99333f8 is described below
commit ff99333f8622b077acc3944ac5e41a02a0a09ca0
Author: David M. Johnson <[email protected]>
AuthorDate: Sat Feb 3 18:09:20 2024 -0500
Also, next release will be 6.1.3.
---
app/pom.xml | 4 ++--
assembly-release/pom.xml | 2 +-
assembly-release/sign-release.sh | 4 ++--
db-utils/pom.xml | 4 ++--
pom.xml | 4 ++--
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/app/pom.xml b/app/pom.xml
index a7a035736..32ee6ce23 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.1.2</version>
+ <version>6.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -618,7 +618,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.roller</groupId>
<artifactId>db-utils</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
diff --git a/assembly-release/pom.xml b/assembly-release/pom.xml
index a2401494b..e968240ae 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.1.2</version>
+ <version>6.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/assembly-release/sign-release.sh b/assembly-release/sign-release.sh
index 09a7bd015..0c959ac8a 100755
--- a/assembly-release/sign-release.sh
+++ b/assembly-release/sign-release.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
-export rcstring="r2"
-export vstring="6.1.2"
+export rcstring="r1"
+export vstring="6.1.3"
# for rc releases we rename the release files
if [ rcstring != "" ]; then
diff --git a/db-utils/pom.xml b/db-utils/pom.xml
index f5bf9e9c7..dce9005fd 100644
--- a/db-utils/pom.xml
+++ b/db-utils/pom.xml
@@ -7,13 +7,13 @@
<parent>
<groupId>org.apache.roller</groupId>
<artifactId>roller-project</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Apache Roller DB Utilities</name>
<artifactId>db-utils</artifactId>
- <version>6.1.2</version>
+ <version>6.1.3</version>
<build>
<plugins>
diff --git a/pom.xml b/pom.xml
index c7a21258c..878c07369 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.1.2</version>
+ <version>6.1.3</version>
<packaging>pom</packaging>
<name>Roller</name>
@@ -46,7 +46,7 @@ limitations under the License.
<jetty.plugin.version>10.0.16</jetty.plugin.version> <!-- Jetty 11
requires Jakarta package names -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <roller.version>6.1.2</roller.version>
+ <roller.version>6.1.3</roller.version>
<slf4j.version>1.7.36</slf4j.version>
</properties>