File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ limitations under the License.
24
24
<parent >
25
25
<groupId >org.apache.roller</groupId >
26
26
<artifactId >roller-project</artifactId >
27
- <version >6.1.4 </version >
27
+ <version >6.1.5 </version >
28
28
<relativePath >../pom.xml</relativePath >
29
29
</parent >
30
30
@@ -627,7 +627,7 @@ limitations under the License.
627
627
<dependency >
628
628
<groupId >org.apache.roller</groupId >
629
629
<artifactId >db-utils</artifactId >
630
- <version >6.1.4 </version >
630
+ <version >6.1.5 </version >
631
631
</dependency >
632
632
<dependency >
633
633
<groupId >commons-dbcp</groupId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.apache.roller</groupId >
24
24
<artifactId >roller-project</artifactId >
25
- <version >6.1.4 </version >
25
+ <version >6.1.5 </version >
26
26
<relativePath >../pom.xml</relativePath >
27
27
</parent >
28
28
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
export rcstring=" "
4
- export vstring=" 6.1.4 "
4
+ export vstring=" 6.1.5 "
5
5
6
6
# for rc releases we rename the release files
7
7
if [ rcstring != " " ]; then
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.apache.roller</groupId >
9
9
<artifactId >roller-project</artifactId >
10
- <version >6.1.4 </version >
10
+ <version >6.1.5 </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
14
14
<name >Apache Roller DB Utilities</name >
15
15
<artifactId >db-utils</artifactId >
16
- <version >6.1.4 </version >
16
+ <version >6.1.5 </version >
17
17
18
18
<build >
19
19
<plugins >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.apache.roller</groupId >
26
26
<artifactId >roller-project</artifactId >
27
- <version >6.1.4 </version >
27
+ <version >6.1.5 </version >
28
28
<relativePath >../pom.xml</relativePath >
29
29
</parent >
30
30
188
188
<dependency >
189
189
<groupId >org.apache.roller</groupId >
190
190
<artifactId >db-utils</artifactId >
191
- <version >6.1.4 </version >
191
+ <version >6.1.5 </version >
192
192
</dependency >
193
193
<dependency >
194
194
<groupId >commons-dbcp</groupId >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
<modelVersion >4.0.0</modelVersion >
23
23
<groupId >org.apache.roller</groupId >
24
24
<artifactId >roller-project</artifactId >
25
- <version >6.1.4 </version >
25
+ <version >6.1.5 </version >
26
26
<packaging >pom</packaging >
27
27
28
28
<name >Roller</name >
@@ -46,7 +46,7 @@ limitations under the License.
46
46
<jetty .plugin.version>10.0.23</jetty .plugin.version> <!-- Jetty 11 requires Jakarta package names -->
47
47
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
48
48
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
49
- <roller .version>6.1.4 </roller .version>
49
+ <roller .version>6.1.5 </roller .version>
50
50
<slf4j .version>1.7.36</slf4j .version>
51
51
</properties >
52
52
You can’t perform that action at this time.
0 commit comments