[jboss-cvs] Repository SVN: r11076 - in maven2/org/resteasy/resteasy-jaxrs: 1.0-beta-5 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jun 14 09:25:31 EDT 2008


Author: bill.burke at jboss.com
Date: 2008-06-14 09:25:31 -0400 (Sat, 14 Jun 2008)
New Revision: 11076

Added:
   maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/
   maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.jar
   maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.jar.md5
   maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.jar.sha1
   maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.pom
   maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.pom.md5
   maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.pom.sha1
Log:
new version


Added: maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.jar.md5
===================================================================
--- maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.jar.md5	                        (rev 0)
+++ maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.jar.md5	2008-06-14 13:25:31 UTC (rev 11076)
@@ -0,0 +1 @@
+3f1d2e45fcc4c5b3f2e3d09a27ddbbd6
\ No newline at end of file

Added: maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.jar.sha1
===================================================================
--- maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.jar.sha1	                        (rev 0)
+++ maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.jar.sha1	2008-06-14 13:25:31 UTC (rev 11076)
@@ -0,0 +1 @@
+54e6b3c06a44797e7f5620c9ad114b4d6f86a76b
\ No newline at end of file

Added: maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.pom
===================================================================
--- maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.pom	                        (rev 0)
+++ maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.pom	2008-06-14 13:25:31 UTC (rev 11076)
@@ -0,0 +1,155 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+   <parent>
+      <groupId>org.resteasy</groupId>
+      <artifactId>resteasy-jaxrs-all</artifactId>
+      <version>1.0</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.resteasy</groupId>
+   <artifactId>resteasy-jaxrs</artifactId>
+   <packaging>jar</packaging>
+   <version>${resteasy-version}</version>
+   <name>Resteasy JAX-RS Implementation</name>
+   <url>http://maven.apache.org</url>
+   <repositories>
+      <repository>
+         <id>jakarta</id>
+         <url>http://jakarta.apache.org/commons/httpclient/</url>
+      </repository>
+      <repository>
+         <id>jboss</id>
+         <url>http://repository.jboss.org/maven2</url>
+      </repository>
+      <repository>
+         <id>java.net</id>
+         <url>
+            https://maven-repository.dev.java.net/nonav/repository
+         </url>
+         <layout>legacy</layout>
+      </repository>
+      <repository>
+         <id>scannotation</id>
+         <url>http://scannotation.sf.net/maven2</url>
+      </repository>
+      <repository>
+         <id>codehaus</id>
+         <url>http://repository.codehaus.org</url>
+      </repository>
+      <repository>
+         <id>maven2-repository.dev.java.net</id>
+         <name>Java.net Repository for Maven</name>
+         <url>http://download.java.net/maven/2/</url>
+         <layout>default</layout>
+      </repository>
+      <repository>
+         <id>ibiblio mirror</id>
+         <url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>
+      </repository>
+   </repositories>
+   <dependencies>
+      <dependency>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+         <version>4.1</version>
+         <scope>test</scope>
+      </dependency>
+      <dependency>
+         <groupId>com.sun.xml.bind</groupId>
+         <artifactId>jaxb-impl</artifactId>
+         <version>2.1.2</version>
+      </dependency>
+      <dependency>
+         <groupId>org.codehaus.jettison</groupId>
+         <artifactId>jettison</artifactId>
+         <version>1.0</version>
+      </dependency>
+      <dependency>
+         <groupId>org.resteasy</groupId>
+         <artifactId>jaxrs-api</artifactId>
+         <version>1.0-beta-5</version>
+      </dependency>
+      <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
+         <version>2.5</version>
+         <scope>provided</scope>
+      </dependency>
+      <dependency>
+         <groupId>javax.annotation</groupId>
+         <artifactId>jsr250-api</artifactId>
+         <version>1.0</version>
+      </dependency>
+      <dependency>
+         <groupId>commons-httpclient</groupId>
+         <artifactId>commons-httpclient</artifactId>
+         <version>3.1</version>
+      </dependency>
+      <dependency>
+         <groupId>tjws</groupId>
+         <artifactId>webserver</artifactId>
+         <version>1.3.3</version>
+      </dependency>
+      <dependency>
+         <groupId>org.scannotation</groupId>
+         <artifactId>scannotation</artifactId>
+         <version>1.0.2</version>
+      </dependency>
+      <dependency>
+         <groupId>javassist</groupId>
+         <artifactId>javassist</artifactId>
+         <version>3.6.0.GA</version>
+      </dependency>
+      <dependency>
+         <groupId>org.springframework</groupId>
+         <artifactId>spring</artifactId>
+         <version>2.5.1</version>
+         <scope>provided</scope>
+      </dependency>
+      <dependency>
+         <groupId>com.sun.grizzly</groupId>
+         <artifactId>grizzly-http-webserver</artifactId>
+         <version>1.7.2</version>
+         <scope>provided</scope>
+      </dependency>
+      <dependency>
+         <groupId>com.sun.grizzly</groupId>
+         <artifactId>grizzly-http-servlet</artifactId>
+         <version>1.7.2</version>
+         <scope>provided</scope>
+      </dependency>
+      <dependency>
+         <groupId>com.sun.grizzly</groupId>
+         <artifactId>grizzly-comet</artifactId>
+         <version>1.7.2</version>
+         <scope>provided</scope>
+      </dependency>
+   </dependencies>
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <configuration>
+               <source>1.5</source>
+               <target>1.5</target>
+            </configuration>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-install-plugin</artifactId>
+            <configuration>
+               <createChecksum>true</createChecksum>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+   <reporting>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+         </plugin>
+      </plugins>
+   </reporting>
+</project>

Added: maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.pom.md5
===================================================================
--- maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.pom.md5	                        (rev 0)
+++ maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.pom.md5	2008-06-14 13:25:31 UTC (rev 11076)
@@ -0,0 +1 @@
+a885cf1748967f16da7be1d8d6fea308
\ No newline at end of file

Added: maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.pom.sha1
===================================================================
--- maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.pom.sha1	                        (rev 0)
+++ maven2/org/resteasy/resteasy-jaxrs/1.0-beta-5/resteasy-jaxrs-1.0-beta-5.pom.sha1	2008-06-14 13:25:31 UTC (rev 11076)
@@ -0,0 +1 @@
+771134b80205cb99bef1b8642a9045772f1c48a5
\ No newline at end of file




More information about the jboss-cvs-commits mailing list