Skip to content

Commit 5a57e2c

Browse files
authored
Merge pull request #508 from eclipse-ee4j/RELEASE-4.0.6
Release 4.0.6
2 parents 61299cf + 7737c5b commit 5a57e2c

File tree

48 files changed

+56
-54
lines changed

Some content is hidden

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

48 files changed

+56
-54
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.6-SNAPSHOT</version>
21+
<version>4.0.7-SNAPSHOT</version>
2222
</parent>
2323

2424
<artifactId>metro-bom-ext</artifactId>

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.6-SNAPSHOT</version>
22+
<version>4.0.7-SNAPSHOT</version>
2323
</parent>
2424

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

wsit/boms/bom/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +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" 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" child.project.url.inherit.append.path="false">
1616
<modelVersion>4.0.0</modelVersion>
1717

1818
<parent>
@@ -26,7 +26,7 @@
2626
<artifactId>metro-bom</artifactId>
2727
<packaging>pom</packaging>
2828
<name>Metro Web Services Stack Dependency POM</name>
29-
<version>4.0.6-SNAPSHOT</version>
29+
<version>4.0.7-SNAPSHOT</version>
3030
<description>Metro Web Services Stack Dependency POM</description>
3131

3232
<url>https://eclipse-ee4j.github.io/metro-wsit</url>
@@ -39,7 +39,7 @@
3939
</license>
4040
</licenses>
4141

42-
<scm>
42+
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
4343
<connection>scm:git:git@github.com:eclipse-ee4j/metro-wsit.git</connection>
4444
<developerConnection>scm:git:git@github.com:eclipse-ee4j/metro-wsit.git</developerConnection>
4545
<url>https://github.com/eclipse-ee4j/metro-wsit</url>
@@ -331,6 +331,9 @@
331331
<release.projectName>Eclipse Metro WSIT</release.projectName>
332332
<release.autoPublish>false</release.autoPublish>
333333
<release.waitUntil>published</release.waitUntil>
334+
<preparationGoals>clean package</preparationGoals>
335+
<preparationProfiles>all-tests</preparationProfiles>
336+
<excludeArtifacts>wsit-tests-e2e</excludeArtifacts>
334337
</properties>
335338
</profile>
336339
</profiles>

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.6-SNAPSHOT</version>
21+
<version>4.0.7-SNAPSHOT</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.6-SNAPSHOT</version>
21+
<version>4.0.7-SNAPSHOT</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.6-SNAPSHOT</version>
19+
<version>4.0.7-SNAPSHOT</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.6-SNAPSHOT</version>
20+
<version>4.0.7-SNAPSHOT</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.6-SNAPSHOT</version>
19+
<version>4.0.7-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

wsit/bundles/webservices-osgi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.glassfish.metro</groupId>
2525
<artifactId>bundles</artifactId>
26-
<version>4.0.6-SNAPSHOT</version>
26+
<version>4.0.7-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

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.6-SNAPSHOT</version>
21+
<version>4.0.7-SNAPSHOT</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424

0 commit comments

Comments
 (0)