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 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments