Skip to content

Commit 0d14694

Browse files
committed
Preparing for 6.1.5 release.
1 parent 030db06 commit 0d14694

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
<parent>
2525
<groupId>org.apache.roller</groupId>
2626
<artifactId>roller-project</artifactId>
27-
<version>6.1.4</version>
27+
<version>6.1.5</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

@@ -627,7 +627,7 @@ limitations under the License.
627627
<dependency>
628628
<groupId>org.apache.roller</groupId>
629629
<artifactId>db-utils</artifactId>
630-
<version>6.1.4</version>
630+
<version>6.1.5</version>
631631
</dependency>
632632
<dependency>
633633
<groupId>commons-dbcp</groupId>

assembly-release/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.roller</groupId>
2424
<artifactId>roller-project</artifactId>
25-
<version>6.1.4</version>
25+
<version>6.1.5</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

assembly-release/sign-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
export rcstring=""
4-
export vstring="6.1.4"
4+
export vstring="6.1.5"
55

66
# for rc releases we rename the release files
77
if [ rcstring != "" ]; then

db-utils/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>org.apache.roller</groupId>
99
<artifactId>roller-project</artifactId>
10-
<version>6.1.4</version>
10+
<version>6.1.5</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<name>Apache Roller DB Utilities</name>
1515
<artifactId>db-utils</artifactId>
16-
<version>6.1.4</version>
16+
<version>6.1.5</version>
1717

1818
<build>
1919
<plugins>

it-selenium/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.roller</groupId>
2626
<artifactId>roller-project</artifactId>
27-
<version>6.1.4</version>
27+
<version>6.1.5</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

@@ -188,7 +188,7 @@
188188
<dependency>
189189
<groupId>org.apache.roller</groupId>
190190
<artifactId>db-utils</artifactId>
191-
<version>6.1.4</version>
191+
<version>6.1.5</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>commons-dbcp</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323
<groupId>org.apache.roller</groupId>
2424
<artifactId>roller-project</artifactId>
25-
<version>6.1.4</version>
25+
<version>6.1.5</version>
2626
<packaging>pom</packaging>
2727

2828
<name>Roller</name>
@@ -46,7 +46,7 @@ limitations under the License.
4646
<jetty.plugin.version>10.0.23</jetty.plugin.version> <!-- Jetty 11 requires Jakarta package names -->
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
49-
<roller.version>6.1.4</roller.version>
49+
<roller.version>6.1.5</roller.version>
5050
<slf4j.version>1.7.36</slf4j.version>
5151
</properties>
5252

0 commit comments

Comments
 (0)