Skip to content

Commit 31ec49f

Browse files
committed
[maven-release-plugin] prepare release hammock-1.4
1 parent 1aaef30 commit 31ec49f

File tree

31 files changed

+36
-37
lines changed

31 files changed

+36
-37
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.4-SNAPSHOT</version>
24+
<version>1.4</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.4-SNAPSHOT</version>
24+
<version>1.4</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.4-SNAPSHOT</version>
24+
<version>1.4</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.4-SNAPSHOT</version>
24+
<version>1.4</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
19+
<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/maven-v4_0_0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221
<artifactId>hammock-core</artifactId>
2322
<packaging>jar</packaging>
2423
<url>https://github.com/johnament/hammock/wiki/Hammock</url>
2524
<parent>
2625
<groupId>ws.ament.hammock</groupId>
2726
<artifactId>hammock</artifactId>
28-
<version>1.4-SNAPSHOT</version>
27+
<version>1.4</version>
2928
<relativePath>../pom.xml</relativePath>
3029
</parent>
3130
<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.4-SNAPSHOT</version>
24+
<version>1.4</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.4-SNAPSHOT</version>
24+
<version>1.4</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.4-SNAPSHOT</version>
24+
<version>1.4</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.4-SNAPSHOT</version>
24+
<version>1.4</version>
2525
<relativePath>../container-aware</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

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

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

3232
<dependencies>
3333
<dependency>

0 commit comments

Comments
 (0)