Skip to content

Commit

Permalink
version 06.00.01
Browse files Browse the repository at this point in the history
  • Loading branch information
svenruppert committed Jan 6, 2025
1 parent 521db29 commit e986e61
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core-properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.svenruppert</groupId>
<artifactId>dependencies</artifactId>
<version>06.00.01-SNAPSHOT</version>
<version>06.00.01</version>
</parent>

<artifactId>core-properties</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.svenruppert</groupId>
<artifactId>dependencies</artifactId>
<version>06.00.01-SNAPSHOT</version>
<version>06.00.01</version>
</parent>

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

<artifactId>logger-adapter</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions 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>06.00.01-SNAPSHOT</version>
<version>06.00.01</version>

<inceptionYear>2013</inceptionYear>
<organization>
Expand Down Expand Up @@ -180,12 +180,12 @@
<dependency>
<groupId>com.svenruppert</groupId>
<artifactId>core</artifactId>
<version>06.00.01-SNAPSHOT</version>
<version>06.00.01</version>
</dependency>
<dependency>
<groupId>com.svenruppert</groupId>
<artifactId>core-properties</artifactId>
<version>06.00.01-SNAPSHOT</version>
<version>06.00.01</version>
</dependency>

<!--API´s-->
Expand Down

0 comments on commit e986e61

Please sign in to comment.