Skip to content

Commit

Permalink
set version to 3.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanlooy committed Jun 7, 2023
1 parent 913b1e6 commit 62bd0c6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@
. first open source version (github + maven central)

3.0.0:
. update to Java 17
. update to Java 17

3.0.1:
.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Add one (or all) of the following maven dependencies to your project.
<dependency>
<groupId>be.vito.rma.configtools</groupId>
<artifactId>configtools-common</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</dependency>
```
```
<dependency>
<groupId>be.vito.rma.configtools</groupId>
<artifactId>configtools-spring</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion configtools-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>be.vito.rma.configtools</groupId>
<artifactId>configtools</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>configtools-common</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion configtools-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>be.vito.rma.configtools</groupId>
<artifactId>configtools</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>configtools-spring</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>be.vito.rma.configtools</groupId>
<artifactId>configtools</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 62bd0c6

Please sign in to comment.