Skip to content

Commit

Permalink
set version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanlooy committed Jun 7, 2023
1 parent dc28be4 commit 913b1e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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>2.2.2-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>
```
```
<dependency>
<groupId>be.vito.rma.configtools</groupId>
<artifactId>configtools-spring</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>3.0.0</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-SNAPSHOT</version>
<version>3.0.0</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-SNAPSHOT</version>
<version>3.0.0</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-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>pom</packaging>

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

0 comments on commit 913b1e6

Please sign in to comment.