Skip to content

Commit dc50162

Browse files
author
snajper
committed
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.java.net/svn/codemodel~svn@321 1b0cd94c-d507-0410-907c-c8211361794a
1 parent 3513e25 commit dc50162

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

trunk/codemodel/codemodel-annotation-compiler/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@
4444
<modelVersion>4.0.0</modelVersion>
4545
<groupId>com.sun.codemodel</groupId>
4646
<artifactId>codemodel-annotation-compiler</artifactId>
47-
<version>2.6</version>
47+
<version>2.7-SNAPSHOT</version>
4848
<name>Codemodel Annotation Compiler</name>
4949
<description>The annotation compiler ant task for the CodeModel java source code generation library</description>
5050
<parent>
5151
<groupId>com.sun.codemodel</groupId>
5252
<artifactId>codemodel-project</artifactId>
53-
<version>2.6</version>
53+
<version>2.7-SNAPSHOT</version>
5454
<relativePath>../pom.xml</relativePath>
5555
</parent>
5656
<dependencies>
5757
<dependency>
5858
<groupId>com.sun.codemodel</groupId>
5959
<artifactId>codemodel</artifactId>
60-
<version>2.6</version>
60+
<version>2.7-SNAPSHOT</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.sun.istack</groupId>

trunk/codemodel/codemodel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
<modelVersion>4.0.0</modelVersion>
4545
<groupId>com.sun.codemodel</groupId>
4646
<artifactId>codemodel</artifactId>
47-
<version>2.6</version>
47+
<version>2.7-SNAPSHOT</version>
4848
<name>Codemodel Core</name>
4949
<description>The core functionality of the CodeModel java source code generation library</description>
5050
<parent>
5151
<groupId>com.sun.codemodel</groupId>
5252
<artifactId>codemodel-project</artifactId>
53-
<version>2.6</version>
53+
<version>2.7-SNAPSHOT</version>
5454
<relativePath>../pom.xml</relativePath>
5555
</parent>
5656
<dependencies>

trunk/codemodel/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<name>Codemodel</name>
4848
<description>Java source code generation library</description>
4949
<url>http://codemodel.java.net/</url>
50-
<version>2.6</version>
50+
<version>2.7-SNAPSHOT</version>
5151
<packaging>pom</packaging>
5252
<parent>
5353
<groupId>net.java</groupId>
@@ -140,9 +140,9 @@
140140
</license>
141141
</licenses>
142142
<scm>
143-
<developerConnection>scm:svn:https://svn.java.net/svn/codemodel~svn/tags/codemodel-project-2.6</developerConnection>
144-
<connection>scm:svn:https://svn.java.net/svn/codemodel~svn/tags/codemodel-project-2.6</connection>
145-
<url>http://java.net/projects/codemodel/sources/svn/show/tags/codemodel-project-2.6</url>
143+
<developerConnection>scm:svn:https://svn.java.net/svn/codemodel~svn/trunk/codemodel</developerConnection>
144+
<connection>scm:svn:https://svn.java.net/svn/codemodel~svn/trunk/codemodel</connection>
145+
<url>http://java.net/projects/codemodel/sources/svn/show/trunk</url>
146146
</scm>
147147
<distributionManagement>
148148
<site>

0 commit comments

Comments
 (0)