Skip to content

Commit efda93b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@1859779 13f79535-47bb-0310-9956-ffa450edef68
1 parent deee2e5 commit efda93b

File tree

14 files changed

+17
-17
lines changed

14 files changed

+17
-17
lines changed

maven-xbean-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>xbean</artifactId>
2828
<groupId>org.apache.xbean</groupId>
29-
<version>4.14</version>
29+
<version>4.15-SNAPSHOT</version>
3030
</parent>
3131

3232
<artifactId>maven-xbean-plugin</artifactId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
<packaging>pom</packaging>
3737
<inceptionYear>2005</inceptionYear>
3838

39-
<version>4.14</version>
39+
<version>4.15-SNAPSHOT</version>
4040

4141
<description>
4242
XBean is a plugin based server architecture.
4343
</description>
4444

4545
<scm>
46-
<connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/xbean/tags/xbean-4.14</connection>
47-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/xbean/tags/xbean-4.14</developerConnection>
48-
<url>http://svn.apache.org/viewvc/geronimo/xbean/tags/xbean-4.14</url>
46+
<connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/xbean/trunk</connection>
47+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/xbean/trunk</developerConnection>
48+
<url>http://svn.apache.org/viewvc/geronimo/xbean/trunk</url>
4949
</scm>
5050

5151
<url>http://geronimo.apache.org/maven/${siteId}/${project.version}</url>

xbean-asm-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>xbean</artifactId>
2323
<groupId>org.apache.xbean</groupId>
24-
<version>4.14</version>
24+
<version>4.15-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

xbean-asm7-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>xbean</artifactId>
2727
<groupId>org.apache.xbean</groupId>
28-
<version>4.14</version>
28+
<version>4.15-SNAPSHOT</version>
2929
</parent>
3030
<artifactId>xbean-asm7-shaded</artifactId>
3131
<packaging>bundle</packaging>

xbean-blueprint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>xbean</artifactId>
2828
<groupId>org.apache.xbean</groupId>
29-
<version>4.14</version>
29+
<version>4.15-SNAPSHOT</version>
3030
</parent>
3131

3232
<artifactId>xbean-blueprint</artifactId>

xbean-bundleutils/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.xbean</groupId>
2424
<artifactId>xbean</artifactId>
25-
<version>4.14</version>
25+
<version>4.15-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>xbean-bundleutils</artifactId>

xbean-classloader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>xbean</artifactId>
2828
<groupId>org.apache.xbean</groupId>
29-
<version>4.14</version>
29+
<version>4.15-SNAPSHOT</version>
3030
</parent>
3131

3232
<artifactId>xbean-classloader</artifactId>

xbean-classpath/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>xbean</artifactId>
2828
<groupId>org.apache.xbean</groupId>
29-
<version>4.14</version>
29+
<version>4.15-SNAPSHOT</version>
3030
</parent>
3131

3232
<artifactId>xbean-classpath</artifactId>

xbean-finder-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>xbean</artifactId>
2727
<groupId>org.apache.xbean</groupId>
28-
<version>4.14</version>
28+
<version>4.15-SNAPSHOT</version>
2929
</parent>
3030
<artifactId>xbean-finder-shaded</artifactId>
3131
<packaging>jar</packaging>

xbean-finder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>xbean</artifactId>
2727
<groupId>org.apache.xbean</groupId>
28-
<version>4.14</version>
28+
<version>4.15-SNAPSHOT</version>
2929
</parent>
3030
<artifactId>xbean-finder</artifactId>
3131
<packaging>bundle</packaging>

0 commit comments

Comments
 (0)