Skip to content

Commit ed325cc

Browse files
committed
Release 2.0.2
2 parents ce0f00a + 1fe714f commit ed325cc

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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>2.0.1</version>
6+
<version>2.0.2</version>
77
</parent>
88

99
<properties>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>org.apache.logging.log4j</groupId>
7777
<artifactId>log4j-slf4j-impl</artifactId>
78-
<version>2.17.0</version>
78+
<version>2.17.1</version>
7979
</dependency>
8080
</dependencies>
8181

data-file/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>2.0.1</version>
6+
<version>2.0.2</version>
77
</parent>
88

99
<properties>

data-hibernate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.ralph-schuster</groupId>
66
<artifactId>libs</artifactId>
7-
<version>2.0.1</version>
7+
<version>2.0.2</version>
88
</parent>
99

1010
<properties>

data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.ralph-schuster</groupId>
66
<artifactId>libs</artifactId>
7-
<version>2.0.1</version>
7+
<version>2.0.2</version>
88
</parent>
99

1010
<properties>

pom.xml

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

1414
<artifactId>libs</artifactId>
15-
<version>2.0.1</version>
15+
<version>2.0.2</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-2.0.1</tag>
26+
<tag>libs-2.0.2</tag>
2727
</scm>
2828

2929
<distributionManagement>

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>2.0.1</version>
6+
<version>2.0.2</version>
77
</parent>
88

99
<properties>

0 commit comments

Comments
 (0)