Skip to content

Commit 7852a05

Browse files
committed
1.2.1 release
1 parent 84de765 commit 7852a05

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.cooperlyt</groupId>
88
<artifactId>uid-reactive-generator-spring</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
</parent>
1111

1212
<artifactId>example</artifactId>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>io.github.cooperlyt</groupId>
8484
<artifactId>uid-reactive-generator-db-spring-boot-starter</artifactId>
85-
<version>1.2.1-SNAPSHOT</version>
85+
<version>1.2.1</version>
8686
</dependency>
8787

8888
<!-- jdbc -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.cooperlyt</groupId>
88
<artifactId>uid-reactive-generator-spring</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>uid-reactive-generator-spring</name>

uid-reactive-generator-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.cooperlyt</groupId>
88
<artifactId>uid-reactive-generator-spring</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
</parent>
1111

1212
<artifactId>uid-reactive-generator-api</artifactId>

uid-reactive-generator-db-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.cooperlyt</groupId>
88
<artifactId>uid-reactive-generator-spring</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
</parent>
1111

1212
<artifactId>uid-reactive-generator-db-spring-boot-starter</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>io.github.cooperlyt</groupId>
1717
<artifactId>uid-reactive-generator-spring-boot-starter</artifactId>
18-
<version>1.2.1-SNAPSHOT</version>
18+
<version>1.2.1</version>
1919
</dependency>
2020

2121
<dependency>

uid-reactive-generator-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.cooperlyt</groupId>
88
<artifactId>uid-reactive-generator-spring</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
</parent>
1111

1212
<artifactId>uid-reactive-generator-spring-boot-starter</artifactId>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.github.cooperlyt</groupId>
2323
<artifactId>uid-reactive-generator</artifactId>
24-
<version>1.2.1-SNAPSHOT</version>
24+
<version>1.2.1</version>
2525
</dependency>
2626

2727

uid-reactive-generator-spring-cloud-starter-discovery/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.cooperlyt</groupId>
88
<artifactId>uid-reactive-generator-spring</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
</parent>
1111

1212
<artifactId>uid-reactive-generator-spring-cloud-starter-discovery</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>io.github.cooperlyt</groupId>
1818
<artifactId>uid-reactive-generator-spring-boot-starter</artifactId>
19-
<version>1.2.1-SNAPSHOT</version>
19+
<version>1.2.1</version>
2020
</dependency>
2121

2222
<dependency>

uid-reactive-generator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.cooperlyt</groupId>
88
<artifactId>uid-reactive-generator-spring</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
</parent>
1111

1212
<artifactId>uid-reactive-generator</artifactId>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>io.github.cooperlyt</groupId>
2828
<artifactId>uid-reactive-generator-api</artifactId>
29-
<version>1.2.1-SNAPSHOT</version>
29+
<version>1.2.1</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>io.projectreactor</groupId>

0 commit comments

Comments
 (0)