Skip to content

Commit 07a742b

Browse files
Fix some release related errors when executing 'mvn release:prepare -DdryRun=true'
1 parent 1ded480 commit 07a742b

File tree

11 files changed

+192
-41
lines changed

11 files changed

+192
-41
lines changed

modules/distribution/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
<packaging>pom</packaging>
3434
<name>Rampart - Distribution</name>
3535

36+
<scm>
37+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</connection>
38+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</developerConnection>
39+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary</url>
40+
<tag>HEAD</tag>
41+
</scm>
42+
3643
<build>
3744
<plugins>
3845
<plugin>

modules/rampart-core/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
<packaging>jar</packaging>
3535
<name>Rampart - Core</name>
3636

37+
<scm>
38+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</connection>
39+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</developerConnection>
40+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary</url>
41+
<tag>HEAD</tag>
42+
</scm>
43+
3744
<dependencies>
3845
<dependency>
3946
<groupId>org.apache.axis2</groupId>

modules/rampart-integration/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
<packaging>jar</packaging>
3535
<name>Rampart - Integration</name>
3636

37+
<scm>
38+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</connection>
39+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</developerConnection>
40+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary</url>
41+
<tag>HEAD</tag>
42+
</scm>
43+
3744
<build>
3845
<plugins>
3946
<plugin>

modules/rampart-mar/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
<packaging>mar</packaging>
3535
<name>Rampart - Mar</name>
3636

37+
<scm>
38+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</connection>
39+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</developerConnection>
40+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary</url>
41+
<tag>HEAD</tag>
42+
</scm>
43+
3744
<build>
3845
<plugins>
3946
<plugin>

modules/rampart-policy/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
<packaging>jar</packaging>
3535
<name>Rampart - Policy</name>
3636

37+
<scm>
38+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</connection>
39+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</developerConnection>
40+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary</url>
41+
<tag>HEAD</tag>
42+
</scm>
43+
3744
<dependencies>
3845
<dependency>
3946
<groupId>org.apache.axis2</groupId>

modules/rampart-samples/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
<packaging>jar</packaging>
3535
<name>Rampart - Samples</name>
3636

37+
<scm>
38+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</connection>
39+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</developerConnection>
40+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary</url>
41+
<tag>HEAD</tag>
42+
</scm>
43+
3744
<build>
3845
<plugins>
3946
<plugin>

modules/rampart-tests/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
<packaging>jar</packaging>
3535
<name>Rampart - Test Suite</name>
3636

37+
<scm>
38+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</connection>
39+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</developerConnection>
40+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary</url>
41+
<tag>HEAD</tag>
42+
</scm>
43+
3744
<build>
3845
<testSourceDirectory>src/test/java</testSourceDirectory>
3946
<testResources>

modules/rampart-testutils/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
<artifactId>rampart-testutils</artifactId>
3131
<packaging>jar</packaging>
3232

33+
<scm>
34+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</connection>
35+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</developerConnection>
36+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary</url>
37+
<tag>HEAD</tag>
38+
</scm>
39+
3340
<dependencies>
3441
<dependency>
3542
<groupId>org.aspectj</groupId>

modules/rampart-trust-mar/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@
3535
<packaging>mar</packaging>
3636
<name>Rampart - Trust-Mar</name>
3737

38+
<scm>
39+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</connection>
40+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</developerConnection>
41+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary</url>
42+
<tag>HEAD</tag>
43+
</scm>
44+
3845
<build>
3946
<plugins>
4047
<plugin>

modules/rampart-trust/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
<packaging>jar</packaging>
3535
<name>Rampart - Trust</name>
3636

37+
<scm>
38+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</connection>
39+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git</developerConnection>
40+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-rampart.git;a=summary</url>
41+
<tag>HEAD</tag>
42+
</scm>
43+
3744
<build>
3845
<plugins>
3946
<plugin>

0 commit comments

Comments
 (0)