This is an automated email from the ASF dual-hosted git repository. snoopdave pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/roller.git
commit 53d91d796a8c0f84b1698d2be0697935d7bc2f8e Author: David M. Johnson <[email protected]> AuthorDate: Tue Sep 24 19:01:00 2024 -0400 Preparing to propose a release. --- app/pom.xml | 4 ++-- assembly-release/pom.xml | 2 +- db-utils/pom.xml | 4 ++-- it-selenium/pom.xml | 4 ++-- pom.xml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index c94a2df3d..17bb2ffab 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.3</version> + <version>6.1.4</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.3</version> + <version>6.1.4</version> </dependency> <dependency> <groupId>commons-dbcp</groupId> diff --git a/assembly-release/pom.xml b/assembly-release/pom.xml index e968240ae..e229568de 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.3</version> + <version>6.1.4</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/db-utils/pom.xml b/db-utils/pom.xml index 9e6bcdab5..437dfad1c 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.3</version> + <version>6.1.4</version> <relativePath>../pom.xml</relativePath> </parent> <name>Apache Roller DB Utilities</name> <artifactId>db-utils</artifactId> - <version>6.1.3</version> + <version>6.1.4</version> <build> <plugins> diff --git a/it-selenium/pom.xml b/it-selenium/pom.xml index 4e603999b..46b9b6e91 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.3</version> + <version>6.1.4</version> <relativePath>../pom.xml</relativePath> </parent> @@ -188,7 +188,7 @@ <dependency> <groupId>org.apache.roller</groupId> <artifactId>db-utils</artifactId> - <version>6.1.3</version> + <version>6.1.4</version> </dependency> <dependency> <groupId>commons-dbcp</groupId> diff --git a/pom.xml b/pom.xml index 41f099cc0..65ff6f1c9 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.3</version> + <version>6.1.4</version> <packaging>pom</packaging> <name>Roller</name> @@ -46,7 +46,7 @@ limitations under the License. <jetty.plugin.version>10.0.19</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.3</roller.version> + <roller.version>6.1.4</roller.version> <slf4j.version>1.7.36</slf4j.version> </properties>
