pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/apache/axis-axis2-java-core/commit/878cc62d548205cb511a6e1bb3e031dca242ce89

[maven-release-plugin] prepare branch 1_7 · apache/axis-axis2-java-core@878cc62 · GitHub
Skip to content

Commit 878cc62

Browse files
committed
[maven-release-plugin] prepare branch 1_7
1 parent 6b486a0 commit 878cc62

File tree

69 files changed

+248
-248
lines changed

Some content is hidden

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

69 files changed

+248
-248
lines changed

apidocs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.axis2</groupId>
2424
<artifactId>axis2</artifactId>
25-
<version>1.8.0-SNAPSHOT</version>
25+
<version>1.7.1-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>apidocs</artifactId>
2828
<name>Javadoc</name>

modules/adb-codegen/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.axis2</groupId>
2626
<artifactId>axis2</artifactId>
27-
<version>1.8.0-SNAPSHOT</version>
27+
<version>1.7.1-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>axis2-adb-codegen</artifactId>
@@ -72,9 +72,9 @@
7272
</dependencies>
7373
<url>http://axis.apache.org/axis2/java/core/</url>
7474
<scm>
75-
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb-codegen</connection>
76-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb-codegen</developerConnection>
77-
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb-codegen</url>
75+
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/adb-codegen</connection>
76+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/adb-codegen</developerConnection>
77+
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/adb-codegen</url>
7878
</scm>
7979
<build>
8080
<sourceDirectory>src</sourceDirectory>

modules/adb/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.axis2</groupId>
2626
<artifactId>axis2</artifactId>
27-
<version>1.8.0-SNAPSHOT</version>
27+
<version>1.7.1-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030

@@ -33,9 +33,9 @@
3333
<description>Axis2 Data Binding module</description>
3434
<url>http://axis.apache.org/axis2/java/core/</url>
3535
<scm>
36-
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb</connection>
37-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb</developerConnection>
38-
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb</url>
36+
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/adb</connection>
37+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/adb</developerConnection>
38+
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/adb</url>
3939
</scm>
4040
<dependencies>
4141
<dependency>

modules/addressing/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.axis2</groupId>
2626
<artifactId>axis2</artifactId>
27-
<version>1.8.0-SNAPSHOT</version>
27+
<version>1.7.1-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>addressing</artifactId>
@@ -50,9 +50,9 @@
5050
</dependencies>
5151
<url>http://axis.apache.org/axis2/java/core/</url>
5252
<scm>
53-
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/addressing</connection>
54-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/addressing</developerConnection>
55-
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/addressing</url>
53+
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/addressing</connection>
54+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/addressing</developerConnection>
55+
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/addressing</url>
5656
</scm>
5757
<build>
5858
<sourceDirectory>src</sourceDirectory>

modules/clustering/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.axis2</groupId>
2626
<artifactId>axis2</artifactId>
27-
<version>1.8.0-SNAPSHOT</version>
27+
<version>1.7.1-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>axis2-clustering</artifactId>
@@ -70,9 +70,9 @@
7070
</dependencies>
7171
<url>http://axis.apache.org/axis2/java/core/</url>
7272
<scm>
73-
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/clustering</connection>
74-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/clustering</developerConnection>
75-
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/clustering</url>
73+
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/clustering</connection>
74+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/clustering</developerConnection>
75+
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/clustering</url>
7676
</scm>
7777
<build>
7878
<sourceDirectory>src</sourceDirectory>

modules/codegen/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.axis2</groupId>
2626
<artifactId>axis2</artifactId>
27-
<version>1.8.0-SNAPSHOT</version>
27+
<version>1.7.1-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>axis2-codegen</artifactId>
@@ -90,9 +90,9 @@
9090
</dependencies>
9191
<url>http://axis.apache.org/axis2/java/core/</url>
9292
<scm>
93-
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/codegen</connection>
94-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/codegen</developerConnection>
95-
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/codegen</url>
93+
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/codegen</connection>
94+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/codegen</developerConnection>
95+
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/codegen</url>
9696
</scm>
9797
<build>
9898
<sourceDirectory>src</sourceDirectory>

modules/corba/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.axis2</groupId>
2626
<artifactId>axis2</artifactId>
27-
<version>1.8.0-SNAPSHOT</version>
27+
<version>1.7.1-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>axis2-corba</artifactId>
@@ -58,9 +58,9 @@
5858
</dependencies>
5959
<url>http://axis.apache.org/axis2/java/core/</url>
6060
<scm>
61-
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/corba</connection>
62-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/corba</developerConnection>
63-
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/corba</url>
61+
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/corba</connection>
62+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/corba</developerConnection>
63+
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/corba</url>
6464
</scm>
6565
<build>
6666
<sourceDirectory>src</sourceDirectory>

modules/distribution/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.axis2</groupId>
2424
<artifactId>axis2</artifactId>
25-
<version>1.8.0-SNAPSHOT</version>
25+
<version>1.7.1-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

@@ -308,9 +308,9 @@
308308
</dependencies>
309309
<url>http://axis.apache.org/axis2/java/core/</url>
310310
<scm>
311-
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/distribution</connection>
312-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/distribution</developerConnection>
313-
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution</url>
311+
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/distribution</connection>
312+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/distribution</developerConnection>
313+
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/distribution</url>
314314
</scm>
315315
<build>
316316
<plugins>

modules/fastinfoset/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.axis2</groupId>
2626
<artifactId>axis2</artifactId>
27-
<version>1.8.0-SNAPSHOT</version>
27+
<version>1.7.1-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>axis2-fastinfoset</artifactId>
@@ -112,9 +112,9 @@
112112
</dependencies>
113113
<url>http://axis.apache.org/axis2/java/core/</url>
114114
<scm>
115-
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/fastinfoset</connection>
116-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/fastinfoset</developerConnection>
117-
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/fastinfoset</url>
115+
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/fastinfoset</connection>
116+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/fastinfoset</developerConnection>
117+
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/fastinfoset</url>
118118
</scm>
119119
<build>
120120
<sourceDirectory>src</sourceDirectory>

modules/integration/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.axis2</groupId>
2626
<artifactId>axis2</artifactId>
27-
<version>1.8.0-SNAPSHOT</version>
27+
<version>1.7.1-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>axis2-integration</artifactId>
@@ -150,9 +150,9 @@
150150
</dependencies>
151151
<url>http://axis.apache.org/axis2/java/core/</url>
152152
<scm>
153-
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/integration</connection>
154-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/integration</developerConnection>
155-
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/integration</url>
153+
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/integration</connection>
154+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7/modules/integration</developerConnection>
155+
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/modules/integration</url>
156156
</scm>
157157
<build>
158158
<sourceDirectory>src</sourceDirectory>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy