File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ If you use Maven and want to include the library into your project you can use t
2828 <dependency>
2929 <groupId>com.googlecode.plist</groupId>
3030 <artifactId>dd-plist</artifactId>
31- <version>1.27 </version>
31+ <version>1.28 </version>
3232 </dependency>
3333
3434## Help
Original file line number Diff line number Diff line change 55 <groupId >org.sonatype.oss</groupId >
66 <artifactId >oss-parent</artifactId >
77 <version >7</version >
8- <relativePath ></relativePath >
98 </parent >
109 <groupId >com.googlecode.plist</groupId >
1110 <artifactId >dd-plist</artifactId >
1211 <packaging >jar</packaging >
13- <version >1.28 </version >
12+ <version >1.29 </version >
1413 <name >dd-plist</name >
1514 <url >http://www.github.com/3breadt/dd-plist</url >
1615 <description >
196195 <autoReleaseAfterClose >true</autoReleaseAfterClose >
197196 </configuration >
198197 </plugin >
199- <plugin >
200- <groupId >org.moditect</groupId >
201- <artifactId >moditect-maven-plugin</artifactId >
202- <version >1.1.0</version >
203- <executions >
204- <execution >
205- <id >add-module-infos</id >
206- <phase >package</phase >
207- <goals >
208- <goal >add-module-info</goal >
209- </goals >
210- <configuration >
211- <outputDirectory >${project.build.directory} </outputDirectory >
212- <overwriteExistingFiles >true</overwriteExistingFiles >
213- <module >
214- <moduleInfoFile >src/main/moditect/module-info.java</moduleInfoFile >
215- </module >
216- </configuration >
217- </execution >
218- </executions >
219- </plugin >
220198 </plugins >
221199 </build >
222200 <dependencies >
You can’t perform that action at this time.
0 commit comments