[jboss-cvs] Repository SVN: r8529 - in maven2/org/resteasy: jaxrs-api and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 21 07:52:12 EDT 2008


Author: bill.burke at jboss.com
Date: 2008-05-21 07:52:12 -0400 (Wed, 21 May 2008)
New Revision: 8529

Added:
   maven2/org/resteasy/jaxrs-api/
   maven2/org/resteasy/jaxrs-api/1.0-beta-3/
   maven2/org/resteasy/jaxrs-api/1.0-beta-3/jaxrs-api-1.0-beta-3.jar
   maven2/org/resteasy/jaxrs-api/1.0-beta-3/jaxrs-api-1.0-beta-3.pom
Log:
resteasy


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


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

Added: maven2/org/resteasy/jaxrs-api/1.0-beta-3/jaxrs-api-1.0-beta-3.pom
===================================================================
--- maven2/org/resteasy/jaxrs-api/1.0-beta-3/jaxrs-api-1.0-beta-3.pom	                        (rev 0)
+++ maven2/org/resteasy/jaxrs-api/1.0-beta-3/jaxrs-api-1.0-beta-3.pom	2008-05-21 11:52:12 UTC (rev 8529)
@@ -0,0 +1,37 @@
+<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>jaxrs-api</artifactId>
+   <packaging>jar</packaging>
+   <version>${resteasy-version}</version>
+   <name>JAX-RS Core API</name>
+   <url>http://maven.apache.org</url>
+   <dependencies>
+   </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>
+      </plugins>
+   </build>
+   <reporting>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+         </plugin>
+      </plugins>
+   </reporting>
+</project>




More information about the jboss-cvs-commits mailing list