[givwenzen] r281 committed - Upload by wagon-svn

2 views
Skip to first unread message

givw...@googlecode.com

unread,
Jan 30, 2011, 12:00:47 PM1/30/11
to givwenzen...@googlegroups.com
Revision: 281
Author: wes.wi...@gmail.com
Date: Sun Jan 30 08:48:26 2011
Log: Upload by wagon-svn
http://code.google.com/p/givwenzen/source/detail?r=281

Added:
/maven2/com/googlecode/givwenzen/givwenzen/1.0.1/givwenzen-1.0.1.pom
/maven2/com/googlecode/givwenzen/givwenzen/1.0.1/givwenzen-1.0.1.pom.md5
/maven2/com/googlecode/givwenzen/givwenzen/1.0.1/givwenzen-1.0.1.pom.sha1

=======================================
--- /dev/null
+++ /maven2/com/googlecode/givwenzen/givwenzen/1.0.1/givwenzen-1.0.1.pom
Sun Jan 30 08:48:26 2011
@@ -0,0 +1,142 @@
+<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>com.googlecode.givwenzen</groupId>
+ <artifactId>givwenzen</artifactId>
+ <packaging>jar</packaging>
+ <name>GivWenZen</name>
+ <version>1.0.1</version>
+ <description>
+ GivWenZen allows a user to use the BDD Given When Then vocabulary
and plain text sentences to help a
+ team get the words right and create a ubiquitous language to
describe and test a business domain.
+ </description>
+ <url>http://givwenzen.googlecode.com</url>
+ <licenses>
+ <license>
+ <name>The MIT License</name>
+ <url>http://www.opensource.org/licenses/mit-license.php</url>
+ </license>
+ </licenses>
+ <scm>
+
<connection>http://givwenzen.googlecode.com/svn/tags/1.0</connection>
+
<developerConnection>https://givwenzen.googlecode.com/svn/tags/1.0</developerConnection>
+ <url>http://code.google.com/p/givwenzen/source/browse/</url>
+ </scm>
+
+ <dependencies>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>r06</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.8.0.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.5.6</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.5.6</version>
+ </dependency>
+
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6</version>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-vfs</groupId>
+ <artifactId>commons-vfs</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ <version>3.0.2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.fitnesse</groupId>
+ <artifactId>fitlibrary</artifactId>
+ <version>20080812</version>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.1</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.easytesting</groupId>
+ <artifactId>fest-assert</artifactId>
+ <version>1.2</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>1.8.4</version>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ <extensions>
+ <extension>
+ <groupId>org.jvnet.wagon-svn</groupId>
+ <artifactId>wagon-svn</artifactId>
+ <version>1.8</version>
+ </extension>
+ </extensions>
+ </build>
+
+ <repositories>
+ <repository>
+ <id>maven2-repository.dev.java.net</id>
+ <name>Java.net Repository for Maven</name>
+ <url>http://download.java.net/maven/2/</url>
+ </repository>
+ </repositories>
+
+ <distributionManagement>
+ <repository>
+ <uniqueVersion>false</uniqueVersion>
+ <id>givwenzen-repo</id>
+ <url>svn:https://givwenzen.googlecode.com/svn/maven2</url>
+ </repository>
+ </distributionManagement>
+</project>
=======================================
--- /dev/null
+++
/maven2/com/googlecode/givwenzen/givwenzen/1.0.1/givwenzen-1.0.1.pom.md5
Sun Jan 30 08:48:26 2011
@@ -0,0 +1,1 @@
+6248bba1cdd121dea036082e87bc6467
=======================================
--- /dev/null
+++
/maven2/com/googlecode/givwenzen/givwenzen/1.0.1/givwenzen-1.0.1.pom.sha1
Sun Jan 30 08:48:26 2011
@@ -0,0 +1,1 @@
+77c6c95450a5e13281a32e1da7964d6651f956dc

Reply all
Reply to author
Forward
0 new messages