Preparing for 6.1.5 release.
diff --git a/app/pom.xml b/app/pom.xml index c5461e4..937ddab 100644 --- a/app/pom.xml +++ b/app/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> @@ -627,7 +627,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/assembly-release/pom.xml b/assembly-release/pom.xml index e229568..97d55b3 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 120456e..2b53e1d 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 437dfad..5ea6efe 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 627602a..d40e1be 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 4a8f499..bc73411 100644 --- a/pom.xml +++ b/pom.xml
@@ -22,7 +22,7 @@ <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 @@ <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>