[jboss-svn-commits] JBL Code SVN: r12909 - labs/jbossrules/trunk/m2_repo/javax/jcr/jcr/1.0.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jun 28 01:11:17 EDT 2007


Author: michael.neale at jboss.com
Date: 2007-06-28 01:11:16 -0400 (Thu, 28 Jun 2007)
New Revision: 12909

Added:
   labs/jbossrules/trunk/m2_repo/javax/jcr/jcr/1.0/jcr-1.0.pom
Log:
forgot the pom

Added: labs/jbossrules/trunk/m2_repo/javax/jcr/jcr/1.0/jcr-1.0.pom
===================================================================
--- labs/jbossrules/trunk/m2_repo/javax/jcr/jcr/1.0/jcr-1.0.pom	                        (rev 0)
+++ labs/jbossrules/trunk/m2_repo/javax/jcr/jcr/1.0/jcr-1.0.pom	2007-06-28 05:11:16 UTC (rev 12909)
@@ -0,0 +1,36 @@
+<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">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>javax.jcr</groupId>
+  <artifactId>jcr</artifactId>
+  <name>Content Repository for Java Technology API</name>
+  <version>1.0</version>
+  <description>Content Repository for Java technology API.  Specifies a standard API to access content repositories in JavaTM 2 independently of implementation.</description>
+  <url>http://www.jcp.org/en/jsr/detail?id=170</url>
+  <licenses>
+    <license>
+      <name>Day License</name>
+      <url>http://www.day.com/maven/jsr170/licenses/day-spec-license.htm</url>
+    </license>
+  </licenses>
+  <inceptionYear>2004</inceptionYear>
+  <organization>
+    <name>Day Software Management AG</name>
+    <url>http://www.day.com/</url>
+  </organization>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <distributionManagement>
+    <downloadUrl>http://www.day.com/maven/jsr170/jars/jcr-1.0.jar</downloadUrl>
+  </distributionManagement>
+
+</project>
\ No newline at end of file


Property changes on: labs/jbossrules/trunk/m2_repo/javax/jcr/jcr/1.0/jcr-1.0.pom
___________________________________________________________________
Name: svn:eol-style
   + native




More information about the jboss-svn-commits mailing list