Author: davsclaus Date: Tue Jan 19 06:18:00 2010 New Revision: 900666 URL: http://svn.apache.org/viewvc?rev=900666&view=rev Log: Avoiding SNAPSHOT deps in camel-web. Waiting for new jersey release.
Modified: camel/trunk/components/camel-web/pom.xml Modified: camel/trunk/components/camel-web/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-web/pom.xml?rev=900666&r1=900665&r2=900666&view=diff ============================================================================== --- camel/trunk/components/camel-web/pom.xml (original) +++ camel/trunk/components/camel-web/pom.xml Tue Jan 19 06:18:00 2010 @@ -31,7 +31,7 @@ <properties> <camel.osgi.export.pkg>org.apache.camel.web.*</camel.osgi.export.pkg> - <jersey-version>1.1.5-ea-SNAPSHOT</jersey-version> + <jersey-version>1.1.5-ea-20100104</jersey-version> <jetty-port>8080</jetty-port> <webdriver-version>685</webdriver-version> </properties> @@ -293,12 +293,12 @@ <docletArtifact> <groupId>com.sun.jersey.contribs</groupId> <artifactId>maven-wadl-plugin</artifactId> - <version>${jersey-version}</version> + <version>1.1.4.1</version> </docletArtifact> <docletArtifact> <groupId>com.sun.jersey.contribs</groupId> <artifactId>wadl-resourcedoc-doclet</artifactId> - <version>${jersey-version}</version> + <version>1.1.4.1</version> </docletArtifact> <!-- Also specify jersey and xerces as doclet artifacts as the @@ -358,7 +358,7 @@ <plugin> <groupId>com.sun.jersey.contribs</groupId> <artifactId>maven-wadl-plugin</artifactId> - <version>${jersey-version}</version> + <version>1.1.4.1</version> <executions> <execution> <id>generate</id>