Skip to content

Commit f835bfc

Browse files
committed
[maven-release-plugin] prepare release hammock-1.5
1 parent 6be41fd commit f835bfc

File tree

34 files changed

+40
-44
lines changed

34 files changed

+40
-44
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.5-SNAPSHOT</version>
24+
<version>1.5</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

bootstrap-owb2/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.5-SNAPSHOT</version>
24+
<version>1.5</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.5-SNAPSHOT</version>
24+
<version>1.5</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.5-SNAPSHOT</version>
24+
<version>1.5</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.5-SNAPSHOT</version>
24+
<version>1.5</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.5-SNAPSHOT</version>
27+
<version>1.5</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

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.5-SNAPSHOT</version>
24+
<version>1.5</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.5-SNAPSHOT</version>
24+
<version>1.5</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.5-SNAPSHOT</version>
24+
<version>1.5</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.5-SNAPSHOT</version>
24+
<version>1.5</version>
2525
<relativePath>../container-aware</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

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

3232
<dependencies>
3333
<dependency>

0 commit comments

Comments
 (0)