Skip to content

Commit 37fc735

Browse files
committed
back to 1.0.10.Final due to crucial fixes in JAX-RS modules.
1 parent 8559742 commit 37fc735

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<version>1.0.9.Final</version>
2828
</parent>
2929
<artifactId>adeptj-runtime</artifactId>
30-
<version>1.0.11-SNAPSHOT</version>
30+
<version>1.0.10.Final</version>
3131
<packaging>jar</packaging>
3232
<name>AdeptJ Runtime</name>
3333
<description>AdeptJ Runtime for deploying various modules(OSGi Bundles)</description>
@@ -935,14 +935,14 @@
935935
<dependency>
936936
<groupId>com.adeptj</groupId>
937937
<artifactId>adeptj-modules-jaxrs-core</artifactId>
938-
<version>1.0.1.Final</version>
938+
<version>1.0.2.Final</version>
939939
<scope>provided</scope>
940940
</dependency>
941941

942942
<dependency>
943943
<groupId>com.adeptj</groupId>
944944
<artifactId>adeptj-modules-jaxrs-resteasy</artifactId>
945-
<version>1.0.4.Final</version>
945+
<version>1.0.5.Final</version>
946946
<scope>provided</scope>
947947
</dependency>
948948

0 commit comments

Comments
 (0)