File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 77 <groupId >de.adito.propertly</groupId >
88 <artifactId >propertly.parent</artifactId >
99 <packaging >pom</packaging >
10- <version >0.2-SNAPSHOT </version >
10+ <version >0.2</version >
1111
1212
1313 <modules >
6060
6161 <build >
6262 <plugins >
63+
6364 <plugin >
6465 <artifactId >maven-compiler-plugin</artifactId >
6566 <version >3.2</version >
6869 <target >1.6</target >
6970 </configuration >
7071 </plugin >
72+
7173 <plugin >
7274 <artifactId >maven-jar-plugin</artifactId >
7375 <version >2.5</version >
8082 <addDefaultImplementationEntries >true</addDefaultImplementationEntries >
8183 <addDefaultSpecificationEntries >true</addDefaultSpecificationEntries >
8284 </manifest >
85+ <addMavenDescriptor >false</addMavenDescriptor >
8386 </archive >
8487 </configuration >
8588 </plugin >
89+
90+ <plugin >
91+ <artifactId >maven-install-plugin</artifactId >
92+ <version >2.5.2</version >
93+ </plugin >
94+
8695 <plugin >
8796 <artifactId >maven-source-plugin</artifactId >
8897 <version >2.4</version >
96105 </execution >
97106 </executions >
98107 </plugin >
108+
99109 </plugins >
100110 </build >
101111
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >de.adito.propertly</groupId >
88 <artifactId >propertly.parent</artifactId >
9- <version >0.2-SNAPSHOT </version >
9+ <version >0.2</version >
1010 </parent >
1111
1212 <modelVersion >4.0.0</modelVersion >
You can’t perform that action at this time.
0 commit comments