Skip to content

Commit

Permalink
Preparing to propose a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopdave committed Sep 24, 2024
1 parent a02aaf2 commit 53d91d7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion assembly-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions db-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions it-selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down

0 comments on commit 53d91d7

Please sign in to comment.