Skip to content

Commit a51ea2d

Browse files
committed
Release 3.0.1
2 parents 7191695 + fad632d commit a51ea2d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

baselib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>eu.ralph-schuster</groupId>
55
<artifactId>libs</artifactId>
6-
<version>3.0.0</version>
6+
<version>3.0.1</version>
77
</parent>
88

99
<properties>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.apache.commons</groupId>
4646
<artifactId>commons-configuration2</artifactId>
47-
<version>2.7</version>
47+
<version>2.8.0</version>
4848
</dependency>
4949
<!-- Required for XPath configuration expression -->
5050
<dependency>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</properties>
1313

1414
<artifactId>libs</artifactId>
15-
<version>3.0.0</version>
15+
<version>3.0.1</version>
1616
<packaging>pom</packaging>
1717

1818
<url>https://download.ralph-schuster.eu/eu.ralph-schuster.libs/${project.version}</url>
@@ -23,7 +23,7 @@
2323
<connection>scm:git:https://github.com/technicalguru/rslibs.git</connection>
2424
<developerConnection>scm:git:https://github.com/technicalguru/rslibs.git</developerConnection>
2525
<url>https://github.com/technicalguru/rslibs</url>
26-
<tag>libs-3.0.0</tag>
26+
<tag>libs-3.0.1</tag>
2727
</scm>
2828

2929
<distributionManagement>
@@ -40,7 +40,7 @@
4040

4141
<ciManagement>
4242
<system>bamboo</system>
43-
<url>https://bamboo.ralph-schuster.eu:8443/browse/RSLIB</url>
43+
<url>https://bamboo.ralph-schuster.eu/browse/RSLIB</url>
4444
</ciManagement>
4545

4646
<developers>

templating/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>eu.ralph-schuster</groupId>
55
<artifactId>libs</artifactId>
6-
<version>3.0.0</version>
6+
<version>3.0.1</version>
77
</parent>
88

99
<properties>

0 commit comments

Comments
 (0)