Skip to content

Commit 5d604a5

Browse files
authored
Merge branch 'master' into dependabot/maven/jaxbri.version-4.0.5
2 parents 058b479 + 250153e commit 5d604a5

File tree

96 files changed

+168
-184
lines changed

Some content is hidden

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

96 files changed

+168
-184
lines changed

apidocs/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.apache.axis2</groupId>
2525
<artifactId>axis2</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.1-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>apidocs</artifactId>

databinding-tests/jaxbri-tests/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.apache.axis2</groupId>
2525
<artifactId>databinding-tests</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.1-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>jaxbri-tests</artifactId>

databinding-tests/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.apache.axis2</groupId>
2525
<artifactId>axis2</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.1-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>databinding-tests</artifactId>

etc/dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646

4747
call(["svn", "add", dist_dir])
4848
if release.endswith("-SNAPSHOT"):
49-
print "Skipping commit because version is a snapshot."
49+
print ("Skipping commit because version is a snapshot.")
5050
else:
5151
call(["svn", "commit", dist_dir])

modules/adb-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.axis2</groupId>
2727
<artifactId>axis2</artifactId>
28-
<version>2.0.0-SNAPSHOT</version>
28+
<version>2.0.1-SNAPSHOT</version>
2929
<relativePath>../../pom.xml</relativePath>
3030
</parent>
3131

modules/adb-tests/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.apache.axis2</groupId>
2525
<artifactId>axis2</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.1-SNAPSHOT</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

modules/adb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.axis2</groupId>
2727
<artifactId>axis2</artifactId>
28-
<version>2.0.0-SNAPSHOT</version>
28+
<version>2.0.1-SNAPSHOT</version>
2929
<relativePath>../../pom.xml</relativePath>
3030
</parent>
3131

modules/addressing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.axis2</groupId>
2727
<artifactId>axis2</artifactId>
28-
<version>2.0.0-SNAPSHOT</version>
28+
<version>2.0.1-SNAPSHOT</version>
2929
<relativePath>../../pom.xml</relativePath>
3030
</parent>
3131

modules/clustering/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.axis2</groupId>
2727
<artifactId>axis2</artifactId>
28-
<version>2.0.0-SNAPSHOT</version>
28+
<version>2.0.1-SNAPSHOT</version>
2929
<relativePath>../../pom.xml</relativePath>
3030
</parent>
3131

@@ -43,7 +43,7 @@
4343
</scm>
4444

4545
<properties>
46-
<tomcat.version>11.0.4</tomcat.version>
46+
<tomcat.version>11.0.5</tomcat.version>
4747
</properties>
4848

4949
<dependencies>

modules/codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.axis2</groupId>
2727
<artifactId>axis2</artifactId>
28-
<version>2.0.0-SNAPSHOT</version>
28+
<version>2.0.1-SNAPSHOT</version>
2929
<relativePath>../../pom.xml</relativePath>
3030
</parent>
3131

0 commit comments

Comments
 (0)