Skip to content

Commit b087900

Browse files
author
Janne Sinivirta
committed
prepare for 1.3 release
1 parent cc14819 commit b087900

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
<modelVersion>4.0.0</modelVersion>
44
<artifactId>drm-core</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.3-SNAPSHOT</version>
6+
<version>1.3</version>
77
<name>drm-core</name>
88
<parent>
99
<groupId>com.nitorcreations</groupId>
1010
<artifactId>drm-parent</artifactId>
11-
<version>1.3-SNAPSHOT</version>
11+
<version>1.3</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
@@ -1,12 +1,12 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>drm-maven-plugin</artifactId>
4-
<version>1.3-SNAPSHOT</version>
4+
<version>1.3</version>
55
<packaging>maven-plugin</packaging>
66
<parent>
77
<groupId>com.nitorcreations</groupId>
88
<artifactId>drm-parent</artifactId>
9-
<version>1.3-SNAPSHOT</version>
9+
<version>1.3</version>
1010
</parent>
1111
<name>drm-maven</name>
1212
<description>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.nitorcreations</groupId>
2222
<artifactId>drm-core</artifactId>
23-
<version>1.3-SNAPSHOT</version>
23+
<version>1.3</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.apache.maven</groupId>

pom.xml

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

0 commit comments

Comments
 (0)