Skip to content

Commit 89246b6

Browse files
committed
[maven-release-plugin] prepare release 4.0.5
1 parent 0a0a02b commit 89246b6

File tree

47 files changed

+116
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+116
-188
lines changed

wsit/boms/bom-ext/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<groupId>org.glassfish.metro</groupId>
1919
<artifactId>metro-bom</artifactId>
2020
<relativePath>../bom/pom.xml</relativePath>
21-
<version>4.0.5-SNAPSHOT</version>
21+
<version>4.0.5</version>
2222
</parent>
2323

2424
<groupId>org.glassfish.metro</groupId>

wsit/boms/bom-gf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>org.glassfish.metro</groupId>
2020
<artifactId>metro-bom</artifactId>
2121
<relativePath>../bom/pom.xml</relativePath>
22-
<version>4.0.5-SNAPSHOT</version>
22+
<version>4.0.5</version>
2323
</parent>
2424

2525
<artifactId>metro-bom-gf</artifactId>

wsit/boms/bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
<groupId>org.eclipse.ee4j</groupId>
2020
<artifactId>project</artifactId>
2121
<version>1.0.9</version>
22-
<relativePath/>
22+
<relativePath />
2323
</parent>
2424

2525
<groupId>org.glassfish.metro</groupId>
2626
<artifactId>metro-bom</artifactId>
2727
<packaging>pom</packaging>
2828
<name>Metro Web Services Stack Dependency POM</name>
29-
<version>4.0.5-SNAPSHOT</version>
29+
<version>4.0.5</version>
3030
<description>Metro Web Services Stack Dependency POM</description>
3131

3232
<url>https://eclipse-ee4j.github.io/metro-wsit</url>
@@ -43,7 +43,7 @@
4343
<connection>scm:git:[email protected]:eclipse-ee4j/metro-wsit.git</connection>
4444
<developerConnection>scm:git:[email protected]:eclipse-ee4j/metro-wsit.git</developerConnection>
4545
<url>https://github.com/eclipse-ee4j/metro-wsit</url>
46-
<tag>HEAD</tag>
46+
<tag>4.0.5</tag>
4747
</scm>
4848

4949
<developers>

wsit/bundles/metro-standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.glassfish.metro</groupId>
2020
<artifactId>bundles</artifactId>
21-
<version>4.0.5-SNAPSHOT</version>
21+
<version>4.0.5</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424

wsit/bundles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.glassfish.metro</groupId>
2020
<artifactId>metro-project</artifactId>
21-
<version>4.0.5-SNAPSHOT</version>
21+
<version>4.0.5</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424

wsit/bundles/webservices-api-osgi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.glassfish.metro</groupId>
1818
<artifactId>bundles</artifactId>
19-
<version>4.0.5-SNAPSHOT</version>
19+
<version>4.0.5</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

wsit/bundles/webservices-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.glassfish.metro</groupId>
1919
<artifactId>bundles</artifactId>
20-
<version>4.0.5-SNAPSHOT</version>
20+
<version>4.0.5</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

wsit/bundles/webservices-extra-jdk-packages/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.glassfish.metro</groupId>
1818
<artifactId>bundles</artifactId>
19-
<version>4.0.5-SNAPSHOT</version>
19+
<version>4.0.5</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

wsit/bundles/webservices-osgi/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
1313
-->
1414

15-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
15+
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1716
<modelVersion>4.0.0</modelVersion>
1817
<!--
1918
ws-rt
@@ -24,7 +23,7 @@
2423
<parent>
2524
<groupId>org.glassfish.metro</groupId>
2625
<artifactId>bundles</artifactId>
27-
<version>4.0.5-SNAPSHOT</version>
26+
<version>4.0.5</version>
2827
<relativePath>../pom.xml</relativePath>
2928
</parent>
3029

wsit/bundles/webservices-rt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.glassfish.metro</groupId>
2020
<artifactId>bundles</artifactId>
21-
<version>4.0.5-SNAPSHOT</version>
21+
<version>4.0.5</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424

0 commit comments

Comments
 (0)