Skip to content

Commit d73afe8

Browse files
committed
[maven-release-plugin] prepare release hammock-2.0
1 parent 73cdc84 commit d73afe8

File tree

34 files changed

+42
-48
lines changed

34 files changed

+42
-48
lines changed

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>2.0-SNAPSHOT</version>
24+
<version>2.0</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>2.0-SNAPSHOT</version>
24+
<version>2.0</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>2.0-SNAPSHOT</version>
24+
<version>2.0</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>2.0-SNAPSHOT</version>
27+
<version>2.0</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>2.0-SNAPSHOT</version>
24+
<version>2.0</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>2.0-SNAPSHOT</version>
24+
<version>2.0</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>2.0-SNAPSHOT</version>
24+
<version>2.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

johnzon/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
~ limitations under the License.
1818
-->
1919

20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2321
<parent>
2422
<artifactId>hammock</artifactId>
2523
<groupId>ws.ament.hammock</groupId>
26-
<version>2.0-SNAPSHOT</version>
24+
<version>2.0</version>
2725
</parent>
2826
<modelVersion>4.0.0</modelVersion>
2927

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

2929
<artifactId>jpa-core</artifactId>
30-
<version>2.0-SNAPSHOT</version>
30+
<version>2.0</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>2.0-SNAPSHOT</version>
24+
<version>2.0</version>
2525
<relativePath>../container-aware</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

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

3232
<dependencies>
3333
<dependency>

0 commit comments

Comments
 (0)