Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
vertti committed Nov 9, 2013
1 parent 8371fe7 commit 5d30d5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions drm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<groupId>com.nitorcreations</groupId>
<artifactId>drm-core</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
<name>drm-core</name>
<parent>
<groupId>com.nitorcreations</groupId>
<artifactId>drm-parent</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
</parent>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions drm-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.nitorcreations</groupId>
<artifactId>drm-maven-plugin</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<parent>
<groupId>com.nitorcreations</groupId>
<artifactId>drm-parent</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
</parent>
<name>drm-maven</name>
<description>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.nitorcreations</groupId>
<artifactId>drm-core</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.nitorcreations</groupId>
<artifactId>drm-parent</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Domain Reverse Mapper</name>
<description>Automatically generate Graphviz diagram from your domain classes</description>
Expand Down

0 comments on commit 5d30d5a

Please sign in to comment.