[israfil-micro commit] r52 - trunk

0 views
Skip to first unread message

codesite...@google.com

unread,
Jul 30, 2008, 12:37:47 PM7/30/08
to israfil-...@googlegroups.com
Author: christianedwardgruber
Date: Wed Jul 30 09:37:04 2008
New Revision: 52

Modified:
trunk/pom.xml

Log:
add ciManagement and Developers sections. Also back testNG up one
minor version, to avoid a NoSuchMethod error that crept in (they should
build with maven. lol)

Modified: trunk/pom.xml
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Wed Jul 30 09:37:04 2008
@@ -32,27 +32,49 @@
</plugin>
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>5.7</version>
- <classifier>jdk14</classifier>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <artifactId>junit</artifactId>
- <groupId>junit</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.jmock</groupId>
- <artifactId>jmock</artifactId>
- <version>2.4.0</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
+ <ciManagement>
+ <system>continuum</system>
+ <url>http://ci.israfil.net/continuum</url>
+ </ciManagement>
+ <developers>
+ <developer>
+ <id>christianedwardgruber</id>
+ <name>Christian Edward Gruber</name>
+ <organization>Israfil Consulting Services Corporation</organization>
+ <organizationUrl>http://www.israfil.net</organizationUrl>
+ <email>christiane...@gmail.com</email>
+ <roles>
+ <role>admin</role>
+ <role>architect</role>
+ <role>developer</role>
+ </roles>
+ <timezone>EST-5EDT</timezone>
+ <properties>
+ <yahoo-IM>christianedwardgruber</yahoo-IM>
+ </properties>
+ </developer>
+ </developers>
+ <dependencies>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.6</version>
+ <classifier>jdk14</classifier>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>junit</artifactId>
+ <groupId>junit</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.jmock</groupId>
+ <artifactId>jmock</artifactId>
+ <version>2.4.0</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
<distributionManagement>
<!-- use the following if you're not using a snapshot version. -->
<repository>

Reply all
Reply to author
Forward
0 new messages