[jboss-maven2-commits] Repository SVN: r33016 - maven2/org/mockito/mockito-all/1.8.1.
jboss-maven2-commits at lists.jboss.org
jboss-maven2-commits at lists.jboss.org
Fri Dec 11 19:22:55 EST 2009
Author: rhauch
Date: 2009-12-11 19:22:54 -0500 (Fri, 11 Dec 2009)
New Revision: 33016
Added:
maven2/org/mockito/mockito-all/1.8.1/mockito-all-1.8.1.pom
Log:
Autoversioning commit: a non-deltaV client made a change to
/maven2/org/mockito/mockito-all/1.8.1/mockito-all-1.8.1.pom
Added: maven2/org/mockito/mockito-all/1.8.1/mockito-all-1.8.1.pom
===================================================================
--- maven2/org/mockito/mockito-all/1.8.1/mockito-all-1.8.1.pom (rev 0)
+++ maven2/org/mockito/mockito-all/1.8.1/mockito-all-1.8.1.pom 2009-12-12 00:22:54 UTC (rev 33016)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.8.1</version>
+ <name>Mockito</name>
+ <url>http://www.mockito.org</url>
+ <description>Mock objects library for java</description>
+ <licenses>
+ <license>
+ <name>The MIT License</name>
+ <url>http://code.google.com/p/mockito/wiki/License</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <scm>
+ <url>http://code.google.com/p/mockito/source/browse/</url>
+ </scm>
+</project>
More information about the jboss-maven2-commits
mailing list