Skip to content

Commit 42133ac

Browse files
committed
Release version 1.2.1
1 parent b2a5383 commit 42133ac

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

pom.xml

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

66
<groupId>com.github.fridujo</groupId>
77
<artifactId>spring-automocker-reactor</artifactId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring-Automocker reactor</name>

samples/spring-automocker-amqp-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>spring-automocker-reactor</artifactId>
88
<groupId>com.github.fridujo</groupId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

samples/spring-automocker-graphite-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>spring-automocker-reactor</artifactId>
88
<groupId>com.github.fridujo</groupId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

samples/spring-automocker-jdbc-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>spring-automocker-reactor</artifactId>
66
<groupId>com.github.fridujo</groupId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

samples/spring-automocker-jms-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-automocker-reactor</artifactId>
77
<groupId>com.github.fridujo</groupId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

samples/spring-automocker-mvc-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>spring-automocker-reactor</artifactId>
66
<groupId>com.github.fridujo</groupId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

samples/spring-automocker-property-source-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>spring-automocker-reactor</artifactId>
88
<groupId>com.github.fridujo</groupId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

spring-automocker/pom.xml

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

1212
<artifactId>spring-automocker</artifactId>

starters/spring-automocker-starter-amqp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>spring-automocker-reactor</artifactId>
88
<groupId>com.github.fridujo</groupId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

starters/spring-automocker-starter-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>spring-automocker-reactor</artifactId>
88
<groupId>com.github.fridujo</groupId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)