Skip to content

Commit 0c61f1f

Browse files
committed
Bump versions after release of v1.28.0
1 parent e8d35a6 commit 0c61f1f

2 files changed

Lines changed: 2 additions & 24 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
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>
@@ -196,27 +195,6 @@
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>

0 commit comments

Comments
 (0)