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/71a204074405cf7dbd34ba2b4cc5cec7ff7a9a03

link crossorigen="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/global-52276e82f63bb403.css" /> [maven-release-plugin] prepare for next development iteration · apache/axis-axis2-java-core@71a2040 · GitHub
Skip to content

Commit 71a2040

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 813906d commit 71a2040

File tree

84 files changed

+340
-340
lines changed

Some content is hidden

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

84 files changed

+340
-340
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</version>
25+
<version>1.8.1-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>apidocs</artifactId>
2828
<name>Javadoc</name>

databinding-tests/jaxbri-tests/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>databinding-tests</artifactId>
25-
<version>1.8.0</version>
25+
<version>1.8.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>jaxbri-tests</artifactId>

databinding-tests/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</version>
25+
<version>1.8.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>databinding-tests</artifactId>

modules/adb-codegen/pom.xml

Lines changed: 5 additions & 5 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</version>
27+
<version>1.8.1-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>axis2-adb-codegen</artifactId>
@@ -67,10 +67,10 @@
6767
</dependencies>
6868
<url>http://axis.apache.org/axis2/java/core/</url>
6969
<scm>
70-
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb-codegen</connection>
71-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb-codegen</developerConnection>
72-
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb-codegen</url>
73-
<tag>v1.8.0</tag>
70+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection>
71+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection>
72+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url>
73+
<tag>HEAD</tag>
7474
</scm>
7575
<build>
7676
<sourceDirectory>src</sourceDirectory>

modules/adb-tests/pom.xml

Lines changed: 5 additions & 5 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</version>
25+
<version>1.8.1-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

@@ -31,10 +31,10 @@
3131
<description>ADB Tests</description>
3232
<url>http://axis.apache.org/axis2/java/core/</url>
3333
<scm>
34-
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb-tests</connection>
35-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/adb-tests</developerConnection>
36-
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb-tests</url>
37-
<tag>v1.8.0</tag>
34+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection>
35+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection>
36+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url>
37+
<tag>HEAD</tag>
3838
</scm>
3939
<dependencies>
4040
<dependency>

modules/adb/pom.xml

Lines changed: 5 additions & 5 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</version>
27+
<version>1.8.1-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030

@@ -33,10 +33,10 @@
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>
39-
<tag>v1.8.0</tag>
36+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection>
37+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection>
38+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url>
39+
<tag>HEAD</tag>
4040
</scm>
4141
<dependencies>
4242
<dependency>

modules/addressing/pom.xml

Lines changed: 5 additions & 5 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</version>
27+
<version>1.8.1-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>addressing</artifactId>
@@ -50,10 +50,10 @@
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>
56-
<tag>v1.8.0</tag>
53+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection>
54+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection>
55+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url>
56+
<tag>HEAD</tag>
5757
</scm>
5858
<build>
5959
<sourceDirectory>src</sourceDirectory>

modules/clustering/pom.xml

Lines changed: 5 additions & 5 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</version>
27+
<version>1.8.1-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>axis2-clustering</artifactId>
@@ -75,10 +75,10 @@
7575
</dependencies>
7676
<url>http://axis.apache.org/axis2/java/core/</url>
7777
<scm>
78-
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/clustering</connection>
79-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/clustering</developerConnection>
80-
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/clustering</url>
81-
<tag>v1.8.0</tag>
78+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection>
79+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection>
80+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url>
81+
<tag>HEAD</tag>
8282
</scm>
8383
<build>
8484
<sourceDirectory>src</sourceDirectory>

modules/codegen/pom.xml

Lines changed: 5 additions & 5 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</version>
27+
<version>1.8.1-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>axis2-codegen</artifactId>
@@ -101,10 +101,10 @@
101101
</dependencies>
102102
<url>http://axis.apache.org/axis2/java/core/</url>
103103
<scm>
104-
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/codegen</connection>
105-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/codegen</developerConnection>
106-
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/codegen</url>
107-
<tag>v1.8.0</tag>
104+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection>
105+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection>
106+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url>
107+
<tag>HEAD</tag>
108108
</scm>
109109
<build>
110110
<sourceDirectory>src</sourceDirectory>

modules/corba/pom.xml

Lines changed: 5 additions & 5 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</version>
27+
<version>1.8.1-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>axis2-corba</artifactId>
@@ -64,10 +64,10 @@
6464
</dependencies>
6565
<url>http://axis.apache.org/axis2/java/core/</url>
6666
<scm>
67-
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/corba</connection>
68-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/corba</developerConnection>
69-
<url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/corba</url>
70-
<tag>v1.8.0</tag>
67+
<connection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</connection>
68+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git</developerConnection>
69+
<url>https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary</url>
70+
<tag>HEAD</tag>
7171
</scm>
7272
<build>
7373
<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