Author: david.lloyd(a)jboss.com
Date: 2010-02-12 13:44:34 -0500 (Fri, 12 Feb 2010)
New Revision: 34012
Added:
maven2/javax/time/jsr-310-ri/20100212/
maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212-sources.jar
maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212-sources.jar.md5
maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212-sources.jar.sha1
maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.jar
maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.jar.md5
maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.jar.sha1
maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.pom
maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.pom.md5
maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.pom.sha1
Log:
Add new version of jsr-310
Added: maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212-sources.jar
===================================================================
(Binary files differ)
Property changes on:
maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212-sources.jar.md5
===================================================================
--- maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212-sources.jar.md5
(rev 0)
+++ maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212-sources.jar.md5 2010-02-12
18:44:34 UTC (rev 34012)
@@ -0,0 +1 @@
+d1e9c0677a4cfa74af4902119b93bb02
\ No newline at end of file
Added: maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212-sources.jar.sha1
===================================================================
--- maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212-sources.jar.sha1
(rev 0)
+++ maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212-sources.jar.sha1 2010-02-12
18:44:34 UTC (rev 34012)
@@ -0,0 +1 @@
+cc120f6ae3be76117bf7fa978c2a0c95a9969d60
\ No newline at end of file
Added: maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.jar
===================================================================
(Binary files differ)
Property changes on: maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.jar.md5
===================================================================
--- maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.jar.md5
(rev 0)
+++ maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.jar.md5 2010-02-12 18:44:34
UTC (rev 34012)
@@ -0,0 +1 @@
+3c41603ae838e53d55de7f6901e89dc2
\ No newline at end of file
Added: maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.jar.sha1
===================================================================
--- maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.jar.sha1
(rev 0)
+++ maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.jar.sha1 2010-02-12 18:44:34
UTC (rev 34012)
@@ -0,0 +1 @@
+d72d14c7ed417f37aec3c8385b890ffb11df48f0
\ No newline at end of file
Added: maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.pom
===================================================================
--- maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.pom
(rev 0)
+++ maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.pom 2010-02-12 18:44:34 UTC
(rev 34012)
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ ~ Copyright (c) 2007-2010 Stephen Colebourne & Michael Nascimento Santos
+ ~
+ ~ All rights reserved.
+ ~
+ ~ Redistribution and use in source and binary forms, with or without
+ ~ modification, are permitted provided that the following conditions are met:
+ ~
+ ~ * Redistributions of source code must retain the above copyright notice,
+ ~ this list of conditions and the following disclaimer.
+ ~
+ ~ * Redistributions in binary form must reproduce the above copyright notice,
+ ~ this list of conditions and the following disclaimer in the documentation
+ ~ and/or other materials provided with the distribution.
+ ~
+ ~ * Neither the name of JSR-310 nor the names of its contributors
+ ~ may be used to endorse or promote products derived from this software
+ ~ without specific prior written permission.
+ ~
+ ~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ~ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ ~ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ ~ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ ~ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ ~ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ ~ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ ~ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ ~ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ ~ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ ~ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ -->
+
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>javax.time</groupId>
+ <artifactId>jsr-310-ri</artifactId>
+ <version>20100212</version>
+ <distributionManagement>
+ <status>deployed</status>
+ </distributionManagement>
+</project>
Added: maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.pom.md5
===================================================================
--- maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.pom.md5
(rev 0)
+++ maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.pom.md5 2010-02-12 18:44:34
UTC (rev 34012)
@@ -0,0 +1 @@
+050c49e8dd065799dc3f35e93a35f07f
\ No newline at end of file
Added: maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.pom.sha1
===================================================================
--- maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.pom.sha1
(rev 0)
+++ maven2/javax/time/jsr-310-ri/20100212/jsr-310-ri-20100212.pom.sha1 2010-02-12 18:44:34
UTC (rev 34012)
@@ -0,0 +1 @@
+a4f7be084e922544ceacb98fec1a0622b362e1b4
\ No newline at end of file