Skip to content

Commit f9740e5

Browse files
committed
[maven-release-plugin] prepare release hammock-1.2.1
1 parent 704bbdf commit f9740e5

File tree

28 files changed

+32
-32
lines changed

28 files changed

+32
-32
lines changed

bootstrap-owb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hammock</artifactId>
2323
<groupId>ws.ament.hammock</groupId>
24-
<version>1.3-SNAPSHOT</version>
24+
<version>1.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

bootstrap-weld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hammock</artifactId>
2323
<groupId>ws.ament.hammock</groupId>
24-
<version>1.3-SNAPSHOT</version>
24+
<version>1.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

bootstrap-weld3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hammock</artifactId>
2323
<groupId>ws.ament.hammock</groupId>
24-
<version>1.3-SNAPSHOT</version>
24+
<version>1.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

container-aware/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hammock</artifactId>
2323
<groupId>ws.ament.hammock</groupId>
24-
<version>1.3-SNAPSHOT</version>
24+
<version>1.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>ws.ament.hammock</groupId>
2626
<artifactId>hammock</artifactId>
27-
<version>1.3-SNAPSHOT</version>
27+
<version>1.2.1</version>
2828
</parent>
2929
<dependencies>
3030
<dependency>

dist-microprofile-cochise/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hammock</artifactId>
2323
<groupId>ws.ament.hammock</groupId>
24-
<version>1.3-SNAPSHOT</version>
24+
<version>1.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

dist-microprofile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hammock</artifactId>
2323
<groupId>ws.ament.hammock</groupId>
24-
<version>1.3-SNAPSHOT</version>
24+
<version>1.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

jaxrs-rest-tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>hammock</artifactId>
2323
<groupId>ws.ament.hammock</groupId>
24-
<version>1.3-SNAPSHOT</version>
24+
<version>1.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

jpa-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<artifactId>container-aware</artifactId>
2323
<groupId>ws.ament.hammock</groupId>
24-
<version>1.3-SNAPSHOT</version>
24+
<version>1.2.1</version>
2525
<relativePath>../container-aware</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

2929
<artifactId>jpa-core</artifactId>
30-
<version>1.3-SNAPSHOT</version>
30+
<version>1.2.1</version>
3131

3232
<dependencies>
3333
<dependency>

jpa-eclipselink/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<artifactId>container-aware</artifactId>
2323
<groupId>ws.ament.hammock</groupId>
24-
<version>1.3-SNAPSHOT</version>
24+
<version>1.2.1</version>
2525
<relativePath>../container-aware</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

2929
<artifactId>jpa-eclipselink</artifactId>
30-
<version>1.3-SNAPSHOT</version>
30+
<version>1.2.1</version>
3131

3232
<dependencies>
3333
<dependency>

0 commit comments

Comments
 (0)