This is an automated email from the ASF dual-hosted git repository. snoopdave pushed a commit to branch session-mgmt-simple in repository https://gitbox.apache.org/repos/asf/roller.git
commit 0d14694afbfff832c0aa8236aa2b3ad6871b7092 Author: David M. Johnson <snoopd...@apache.org> AuthorDate: Sun Feb 9 17:50:41 2025 -0500 Preparing for 6.1.5 release. --- app/pom.xml | 4 ++-- assembly-release/pom.xml | 2 +- assembly-release/sign-release.sh | 2 +- db-utils/pom.xml | 4 ++-- it-selenium/pom.xml | 4 ++-- pom.xml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index c5461e412..937ddab25 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.4</version> + <version>6.1.5</version> <relativePath>../pom.xml</relativePath> </parent> @@ -627,7 +627,7 @@ limitations under the License. <dependency> <groupId>org.apache.roller</groupId> <artifactId>db-utils</artifactId> - <version>6.1.4</version> + <version>6.1.5</version> </dependency> <dependency> <groupId>commons-dbcp</groupId> diff --git a/assembly-release/pom.xml b/assembly-release/pom.xml index e229568de..97d55b3dd 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.4</version> + <version>6.1.5</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/assembly-release/sign-release.sh b/assembly-release/sign-release.sh index 120456e4f..2b53e1d70 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.1.4" +export vstring="6.1.5" # for rc releases we rename the release files if [ rcstring != "" ]; then diff --git a/db-utils/pom.xml b/db-utils/pom.xml index 437dfad1c..5ea6efe99 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.4</version> + <version>6.1.5</version> <relativePath>../pom.xml</relativePath> </parent> <name>Apache Roller DB Utilities</name> <artifactId>db-utils</artifactId> - <version>6.1.4</version> + <version>6.1.5</version> <build> <plugins> diff --git a/it-selenium/pom.xml b/it-selenium/pom.xml index 627602aa8..d40e1be0a 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.1.4</version> + <version>6.1.5</version> <relativePath>../pom.xml</relativePath> </parent> @@ -188,7 +188,7 @@ <dependency> <groupId>org.apache.roller</groupId> <artifactId>db-utils</artifactId> - <version>6.1.4</version> + <version>6.1.5</version> </dependency> <dependency> <groupId>commons-dbcp</groupId> diff --git a/pom.xml b/pom.xml index 4a8f4993a..bc7341120 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.4</version> + <version>6.1.5</version> <packaging>pom</packaging> <name>Roller</name> @@ -46,7 +46,7 @@ limitations under the License. <jetty.plugin.version>10.0.23</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.4</roller.version> + <roller.version>6.1.5</roller.version> <slf4j.version>1.7.36</slf4j.version> </properties>