We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc96ff5 commit ea0d6c5Copy full SHA for ea0d6c5
.gitignore
@@ -3,6 +3,7 @@ bin/
3
target/
4
bin-test/
5
build/
6
+javadoc/
7
test-files/out*.plist
8
9
# exclude auto-generated folder
pom.xml
@@ -9,7 +9,7 @@
<groupId>com.googlecode.plist</groupId>
10
<artifactId>dd-plist</artifactId>
11
<packaging>jar</packaging>
12
- <version>1.21</version>
+ <version>1.22</version>
13
<name>dd-plist</name>
14
<url>http://www.github.com/3breadt/dd-plist</url>
15
<description>
0 commit comments