Skip to content

Commit 709dff9

Browse files
committed
Bump version number to 1.0.1
1 parent b65625f commit 709dff9

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ may be implemented by any domain entities.
7070
<dependency>
7171
<groupId>de.vinado.library</groupId>
7272
<artifactId>identifier-api</artifactId>
73-
<version>1.0.0</version>
73+
<version>1.0.1</version>
7474
</dependency>
7575
```
7676

@@ -108,7 +108,7 @@ public final class Id extends UuidIdentifier {
108108
<dependency>
109109
<groupId>de.vinado.library</groupId>
110110
<artifactId>identifier-jackson</artifactId>
111-
<version>1.0.0</version>
111+
<version>1.0.1</version>
112112
</dependency>
113113

114114
<dependency>
@@ -142,7 +142,7 @@ type the identifier encapsulates.
142142
<dependency>
143143
<groupId>de.vinado.spring</groupId>
144144
<artifactId>identifier-convert</artifactId>
145-
<version>1.0.0</version>
145+
<version>1.0.1</version>
146146
</dependency>
147147

148148
<dependency>
@@ -161,7 +161,7 @@ application you may want to use the zero-conf Spring Boot Starter.
161161
<dependency>
162162
<groupId>de.vinado.boot</groupId>
163163
<artifactId>identifier-spring-boot-starter</artifactId>
164-
<version>1.0.0</version>
164+
<version>1.0.1</version>
165165
</dependency>
166166
```
167167

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>identifier-parent</artifactId>
99
<groupId>de.vinado.library</groupId>
10-
<version>1.1.0-SNAPSHOT</version>
10+
<version>1.0.1</version>
1111
</parent>
1212

1313
<artifactId>identifier-api</artifactId>

jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>identifier-parent</artifactId>
99
<groupId>de.vinado.library</groupId>
10-
<version>1.1.0-SNAPSHOT</version>
10+
<version>1.0.1</version>
1111
</parent>
1212

1313
<artifactId>identifier-jackson</artifactId>

jackson/src/main/java/de/vinado/library/identifier/jackson/IdentifierModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class IdentifierModule extends SimpleModule {
2323
private static final long serialVersionUID = -1818622609743081303L;
2424

2525
public static final Version VERSION = VersionUtil.parseVersion(
26-
"1.0.0", "de.vinado.library", "identifier-jackson"
26+
"1.0.1", "de.vinado.library", "identifier-jackson"
2727
);
2828

2929
public IdentifierModule() {

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>de.vinado.library</groupId>
88
<artifactId>identifier-parent</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.1.0-SNAPSHOT</version>
10+
<version>1.0.1</version>
1111

1212
<name>Identifier Parent</name>
1313
<description>Parent POM providing dependency management for strong typed identifiers</description>
@@ -51,7 +51,7 @@
5151
<skipCheckstyle>false</skipCheckstyle>
5252

5353
<spring-boot.version>2.2.0.RELEASE</spring-boot.version>
54-
<identifier.version>1.1.0-SNAPSHOT</identifier.version>
54+
<identifier.version>1.0.1</identifier.version>
5555

5656
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
5757
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>

spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>identifier-parent</artifactId>
99
<groupId>de.vinado.library</groupId>
10-
<version>1.1.0-SNAPSHOT</version>
10+
<version>1.0.1</version>
1111
</parent>
1212

1313
<groupId>de.vinado.boot</groupId>

spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>identifier-parent</artifactId>
99
<groupId>de.vinado.library</groupId>
10-
<version>1.1.0-SNAPSHOT</version>
10+
<version>1.0.1</version>
1111
</parent>
1212

1313
<groupId>de.vinado.boot</groupId>

spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>identifier-parent</artifactId>
99
<groupId>de.vinado.library</groupId>
10-
<version>1.1.0-SNAPSHOT</version>
10+
<version>1.0.1</version>
1111
</parent>
1212

1313
<groupId>de.vinado.spring</groupId>

0 commit comments

Comments
 (0)