Skip to content

Commit ebad3be

Browse files
committed
use las2peer 0.7.3
1 parent fecd0a3 commit ebad3be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
66
<classpathentry kind="lib" path="lib/junit-4.12.jar"/>
77
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
8-
<classpathentry kind="lib" path="lib/las2peer-bundle-0.7-SNAPSHOT.jar"/>
8+
<classpathentry kind="lib" path="lib/las2peer-bundle-0.7.3.jar"/>
99
<classpathentry kind="lib" path="lib/jersey-media-json-jackson-2.25.1.jar"/>
1010
<classpathentry kind="output" path="output"/>
1111
</classpath>

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project name="Distributed-Noracle-Service" default="jar" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant">
22

3-
<property name="core.version" value="0.7-SNAPSHOT" />
3+
<property name="core.version" value="0.7.3" />
44

55
<property name="service.name" value="i5.las2peer.services.noracleService" />
66
<property name="service.class" value="NoracleService" />

0 commit comments

Comments
 (0)