Skip to content

Commit

Permalink
Bump version number to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
V1ncNet committed Jun 18, 2021
1 parent 7faaf15 commit 2336a00
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 @@ -50,7 +50,7 @@ The collection is available under following coordinates:
<dependency>
<groupId>de.vinado.spring</groupId>
<artifactId>spring-boot-secrets</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
```

Expand All @@ -61,7 +61,7 @@ post-processors:
<dependency>
<groupId>de.vinado.spring</groupId>
<artifactId>spring-boot-secrets-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.vinado.boot</groupId>
<artifactId>spring-boot-secrets-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>spring-boot-secrets-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.vinado.boot</groupId>
<artifactId>spring-boot-secrets-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion secrets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.vinado.boot</groupId>
<artifactId>spring-boot-secrets-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>spring-boot-secrets</artifactId>
Expand Down

0 comments on commit 2336a00

Please sign in to comment.