Skip to content

Commit 04bc841

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent f33de84 commit 04bc841

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

drm-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<groupId>com.nitorcreations</groupId>
44
<artifactId>drm-core</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.1</version>
6+
<version>1.2-SNAPSHOT</version>
77
<name>drm-core</name>
88
<parent>
99
<groupId>com.nitorcreations</groupId>
1010
<artifactId>drm-parent</artifactId>
11-
<version>1.1</version>
11+
<version>1.2-SNAPSHOT</version>
1212
</parent>
1313
<url>http://maven.apache.org</url>
1414
<dependencies>

drm-maven/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.nitorcreations</groupId>
44
<artifactId>drm-maven-plugin</artifactId>
5-
<version>1.1</version>
5+
<version>1.2-SNAPSHOT</version>
66
<packaging>maven-plugin</packaging>
77
<parent>
88
<groupId>com.nitorcreations</groupId>
99
<artifactId>drm-parent</artifactId>
10-
<version>1.1</version>
10+
<version>1.2-SNAPSHOT</version>
1111
</parent>
1212
<name>drm-maven</name>
1313
<description>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>com.nitorcreations</groupId>
2323
<artifactId>drm-core</artifactId>
24-
<version>1.1</version>
24+
<version>1.2-SNAPSHOT</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.apache.maven</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>com.nitorcreations</groupId>
1010
<artifactId>drm-parent</artifactId>
11-
<version>1.1</version>
11+
<version>1.2-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<name>Domain Reverse Mapper</name>
1414
<description>Automatically generate Graphviz diagram from your domain classes</description>

0 commit comments

Comments
 (0)