Skip to content

Commit c3c02dc

Browse files
author
kohsuke
committed
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10136 71c3de6d-444a-0410-be80-ed276b4c234a
1 parent 19d4280 commit c3c02dc

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jvnet.hudson.main</groupId>
55
<artifactId>pom</artifactId>
6-
<version>1.225</version>
6+
<version>1.226-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

jnlp-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jvnet.hudson.main</groupId>
55
<artifactId>pom</artifactId>
6-
<version>1.225</version>
6+
<version>1.226-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

maven-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jvnet.hudson.main</groupId>
55
<artifactId>pom</artifactId>
6-
<version>1.225</version>
6+
<version>1.226-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

maven-interceptor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jvnet.hudson.main</groupId>
55
<artifactId>pom</artifactId>
6-
<version>1.225</version>
6+
<version>1.226-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>org.jvnet.hudson.main</groupId>
1111
<artifactId>pom</artifactId>
12-
<version>1.225</version>
12+
<version>1.226-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Hudson main module</name>
@@ -25,9 +25,9 @@
2525
</modules>
2626

2727
<scm>
28-
<connection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/hudson-1_225</connection>
29-
<developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/hudson-1_225</developerConnection>
30-
<url>https://hudson.dev.java.net/source/browse/hudson/tags/hudson-1_225</url>
28+
<connection>scm:svn:https://svn.dev.java.net/svn/hudson/trunk/hudson/main/</connection>
29+
<developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/trunk/hudson/main/</developerConnection>
30+
<url>https://hudson.dev.java.net/source/browse/hudson/trunk/hudson/main</url>
3131
</scm>
3232

3333
<build>

remoting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jvnet.hudson.main</groupId>
55
<artifactId>pom</artifactId>
6-
<version>1.225</version>
6+
<version>1.226-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jvnet.hudson.main</groupId>
55
<artifactId>pom</artifactId>
6-
<version>1.225</version>
6+
<version>1.226-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

0 commit comments

Comments
 (0)