Skip to content

Commit c8bf620

Browse files
committed
update dependencies
bump pom version number
1 parent d816163 commit c8bf620

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Build Number for ANT. Do not edit!
2-
#Thu Apr 02 12:24:08 CEST 2015
3-
build.number=3
2+
#Wed Jun 17 23:53:30 CEST 2015
3+
build.number=5

.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<classpathentry kind="src" path="test"/>
55
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
66
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
7-
<classpathentry kind="lib" path="libs/xmlobjects.jar"/>
8-
<classpathentry kind="lib" path="libs/http-client-interfaces-0.2.jar"/>
97
<classpathentry kind="lib" path="libs/kxml2-2.3.0.jar"/>
108
<classpathentry kind="lib" path="libs/rfc5545-datetime-0.2.2.jar"/>
9+
<classpathentry kind="lib" path="libs/http-client-interfaces-0.2.1.jar"/>
10+
<classpathentry kind="lib" path="libs/xmlobjects-0.4.2.jar"/>
1111
<classpathentry kind="output" path="bin"/>
1212
</classpath>

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<property name="ossrh-server-id" value="ossrh" />
1919

2020
<path id="libraryclasspath">
21-
<pathelement location="libs/http-client-interfaces-0.2.jar" />
22-
<pathelement location="libs/xmlobjects.jar" />
21+
<pathelement location="libs/http-client-interfaces-0.2.1.jar" />
22+
<pathelement location="libs/xmlobjects-0.4.2.jar" />
2323
<pathelement location="libs/rfc5545-datetime-0.2.2.jar" />
2424
</path>
2525

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.dmfs</groupId>
66
<artifactId>jdav</artifactId>
7-
<version>0.1.4</version>
7+
<version>0.1.5</version>
88
<packaging>jar</packaging>
99
<name>jDav</name>
1010
<description>A DAV framework for Java</description>

0 commit comments

Comments
 (0)