[jboss-cvs] Repository SVN: r1021 - in maven2/net: jcip and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 14 15:56:52 EDT 2007


Author: jason.greene at jboss.com
Date: 2007-08-14 15:56:52 -0400 (Tue, 14 Aug 2007)
New Revision: 1021

Added:
   maven2/net/jcip/
   maven2/net/jcip/jcip-annotations/
   maven2/net/jcip/jcip-annotations/1.0/
   maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
   maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
Log:
Add jcip-annotations


Added: maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
===================================================================
(Binary files differ)


Property changes on: maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
===================================================================
--- maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom	                        (rev 0)
+++ maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom	2007-08-14 19:56:52 UTC (rev 1021)
@@ -0,0 +1,15 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>net.jcip</groupId>
+  <artifactId>jcip-annotations</artifactId>
+  <version>1.0</version>
+  <url>http://www.jcip.net/</url>
+  <description>Java Concurrency In Practice Annotations</description>
+  <licenses>
+   <license>
+     <name>Creative Commons Attribution License</name>
+     <url>http://creativecommons.org/licenses/by/2.5</url>
+   </license>
+  </licenses>    
+</project>
+




More information about the jboss-cvs-commits mailing list