File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >drm-core</artifactId >
5
5
<packaging >jar</packaging >
6
- <version >1.3-SNAPSHOT </version >
6
+ <version >1.3</version >
7
7
<name >drm-core</name >
8
8
<parent >
9
9
<groupId >com.nitorcreations</groupId >
10
10
<artifactId >drm-parent</artifactId >
11
- <version >1.3-SNAPSHOT </version >
11
+ <version >1.3</version >
12
12
</parent >
13
13
<url >http://maven.apache.org</url >
14
14
<dependencies >
Original file line number Diff line number Diff line change 1
1
<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" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<artifactId >drm-maven-plugin</artifactId >
4
- <version >1.3-SNAPSHOT </version >
4
+ <version >1.3</version >
5
5
<packaging >maven-plugin</packaging >
6
6
<parent >
7
7
<groupId >com.nitorcreations</groupId >
8
8
<artifactId >drm-parent</artifactId >
9
- <version >1.3-SNAPSHOT </version >
9
+ <version >1.3</version >
10
10
</parent >
11
11
<name >drm-maven</name >
12
12
<description >
20
20
<dependency >
21
21
<groupId >com.nitorcreations</groupId >
22
22
<artifactId >drm-core</artifactId >
23
- <version >1.3-SNAPSHOT </version >
23
+ <version >1.3</version >
24
24
</dependency >
25
25
<dependency >
26
26
<groupId >org.apache.maven</groupId >
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<groupId >com.nitorcreations</groupId >
11
11
<artifactId >drm-parent</artifactId >
12
- <version >1.3-SNAPSHOT </version >
12
+ <version >1.3</version >
13
13
<packaging >pom</packaging >
14
14
<name >Domain Reverse Mapper</name >
15
15
<description >Automatically generate Graphviz diagram from your domain classes</description >
You can’t perform that action at this time.
0 commit comments