diff options
-rw-r--r-- | sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE | 14 | ||||
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE b/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE index f8d61db3f7..2c43362811 100644 --- a/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE +++ b/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE @@ -688,13 +688,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================================
The jars;
-atmosphere-annotations-0.8-SNAPSHOT.jar,
-atmosphere-compat-jbossweb-0.8-SNAPSHOT.jar,
-atmosphere-compat-tomcat-0.8-SNAPSHOT.jar,
-atmosphere-compat-weblogic-0.8-SNAPSHOT.jar,
-atmosphere-jersey-0.8-SNAPSHOT.jar,
-atmosphere-runtime-0.8-SNAPSHOT.jar,
-atmosphere-ping-0.8-SNAPSHOT.jar,
+atmosphere-annotations-0.7.2.jar,
+atmosphere-compat-jbossweb-0.7.2.jar,
+atmosphere-compat-tomcat-0.7.2.jar,
+atmosphere-compat-weblogic-0.7.2.jar,
+atmosphere-jersey-0.7.2.jar,
+atmosphere-runtime-0.7.2.jar,
+atmosphere-ping-0.7.2.jar,
jersey-core-1.6.jar,
jersey-server-1.6.jar,
jstl-1.1.2.jar,
diff --git a/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml index 0be403ad98..4d47e9a8cd 100644 --- a/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml @@ -61,7 +61,7 @@ <dependency> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-jersey</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.7.2</version> <scope>compile</scope> </dependency> </dependencies> |