Skip to content

Commit

Permalink
version prepare 05.00.04-SRU
Browse files Browse the repository at this point in the history
  • Loading branch information
svenruppert committed Apr 11, 2024
1 parent 8e9f687 commit 233a90c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
Project is build via JitPack

## Version's
### 05.00.04-SRU
### 05.00.05-SRU
updated plugins and minimum maven version to 3.9.6
### 05.00.04-SRU
skipped

### 05.00.03-SRU
Switched to the groupd ID com.github.svenruppert
Expand Down
4 changes: 2 additions & 2 deletions core-properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.svenruppert</groupId>
<artifactId>dependencies</artifactId>
<version>05.00.04-SRU</version>
<version>05.00.05-SRU</version>
</parent>

<artifactId>core-properties</artifactId>
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.github.svenruppert</groupId>
<artifactId>logger-adapter</artifactId>
<version>05.00.04-SRU</version>
<version>05.00.05-SRU</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.svenruppert</groupId>
<artifactId>dependencies</artifactId>
<version>05.00.04-SRU</version>
<version>05.00.05-SRU</version>
</parent>

<artifactId>core</artifactId>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>com.github.svenruppert</groupId>
<artifactId>logger-adapter</artifactId>
<version>05.00.04-SRU</version>
<version>05.00.05-SRU</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion logger-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.svenruppert</groupId>
<artifactId>dependencies</artifactId>
<version>05.00.04-SRU</version>
<version>05.00.05-SRU</version>
</parent>

<artifactId>logger-adapter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<artifactId>dependencies</artifactId>
<packaging>pom</packaging>

<version>05.00.04-SRU</version>
<version>05.00.05-SRU</version>

<inceptionYear>2013</inceptionYear>
<organization>
Expand Down

0 comments on commit 233a90c

Please sign in to comment.