[jboss-cvs] Repository SVN: r531 - maven2/jboss/jboss-cache/2.0.0.CR2.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 4 06:49:51 EDT 2007


Author: manik.surtani at jboss.com
Date: 2007-06-04 06:49:51 -0400 (Mon, 04 Jun 2007)
New Revision: 531

Modified:
   maven2/jboss/jboss-cache/2.0.0.CR2/jboss-cache-2.0.0.CR2.pom
   maven2/jboss/jboss-cache/2.0.0.CR2/jboss-cache-2.0.0.CR2.pom.md5
   maven2/jboss/jboss-cache/2.0.0.CR2/jboss-cache-2.0.0.CR2.pom.sha1
Log:
FIxed broken pom file

Modified: maven2/jboss/jboss-cache/2.0.0.CR2/jboss-cache-2.0.0.CR2.pom
===================================================================
--- maven2/jboss/jboss-cache/2.0.0.CR2/jboss-cache-2.0.0.CR2.pom	2007-06-04 09:26:46 UTC (rev 530)
+++ maven2/jboss/jboss-cache/2.0.0.CR2/jboss-cache-2.0.0.CR2.pom	2007-06-04 10:49:51 UTC (rev 531)
@@ -1,150 +1,152 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>jboss-parent</artifactId>
-    <groupId>jboss</groupId>
-    <version>1</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-cache</artifactId>
-  <name>JBoss Cache</name>
-  <version>2.0.0.CR2</version>
-  <url>http://labs.jboss.org/jbosscache</url>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <testSourceDirectory>tests</testSourceDirectory>
-    <testResources>
-      <testResource>
-        <directory>etc</directory>
-        <includes>
-          <include>**/*.xml</include>
-        </includes>
-      </testResource>
-    </testResources>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-          <testIncludes>
-            <include>functional/**/*.java</include>
-          </testIncludes>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <testFailureIgnore>true</testFailureIgnore>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <repositories>
-    <repository>
-      <snapshots />
-      <id>jboss</id>
-      <name>JBoss Inc. Repository</name>
-      <url>http://repository.jboss.com/maven2/</url>
-    </repository>
-  </repositories>
-  <dependencies>
-    <dependency>
-      <groupId>ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.6.5</version>
-    </dependency>
-    <dependency>
-      <groupId>ant</groupId>
-      <artifactId>ant-junit</artifactId>
-      <version>1.6.5</version>
-    </dependency>
-    <dependency>
-      <groupId>c3p0</groupId>
-      <artifactId>c3p0</artifactId>
-      <version>0.9.0.4</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>concurrent</groupId>
-      <artifactId>concurrent</artifactId>
-      <version>1.3.4</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>findbugs</groupId>
-      <artifactId>annotations</artifactId>
-      <version>1.0.0</version>
-    </dependency>
-    <dependency>
+<?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">
+   <parent>
+      <artifactId>jboss-parent</artifactId>
       <groupId>jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-      <version>2.0.3.GA</version>
-    </dependency>
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-j2ee</artifactId>
-      <version>4.0.2</version>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.14</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>jdbm</groupId>
-      <artifactId>jdbm</artifactId>
-      <version>1.0</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.beanshell</groupId>
-      <artifactId>bsh</artifactId>
-      <version>2.0b4</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-aop</artifactId>
-      <version>2.0.0.alpha2</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>jgroups</groupId>
-      <artifactId>jgroups-all</artifactId>
-      <version>2.5.0-BETA2</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>bsh</artifactId>
-          <groupId>bsh</groupId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derby</artifactId>
-      <version>10.2.1.6</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>sleepycat</groupId>
-      <artifactId>je</artifactId>
-      <version>1.7.0</version>
-      <optional>true</optional>
-    </dependency>
-  </dependencies>
-  <distributionManagement>
-    <status>deployed</status>
-  </distributionManagement>
-</project>
\ No newline at end of file
+      <version>1</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <artifactId>jboss-cache</artifactId>
+   <name>JBoss Cache</name>
+   <version>2.0.0-CR2</version>
+   <url>http://labs.jboss.org/jbosscache</url>
+   <build>
+      <sourceDirectory>src</sourceDirectory>
+      <testSourceDirectory>tests</testSourceDirectory>
+      <testResources>
+         <testResource>
+            <directory>etc</directory>
+            <includes>
+               <include>**/*.xml</include>
+            </includes>
+         </testResource>
+      </testResources>
+      <plugins>
+         <plugin>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <configuration>
+               <source>1.5</source>
+               <target>1.5</target>
+               <testIncludes>
+                  <include>functional/**/*.java</include>
+               </testIncludes>
+            </configuration>
+         </plugin>
+         <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+               <testFailureIgnore>true</testFailureIgnore>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+   <repositories>
+      <repository>
+         <id>jboss</id>
+         <name>JBoss Inc. Repository</name>
+         <url>http://repository.jboss.com/maven2/</url>
+         <snapshots>
+            <enabled>true</enabled>
+         </snapshots>
+      </repository>
+   </repositories>
+   <dependencies>
+      <dependency>
+         <groupId>ant</groupId>
+         <artifactId>ant</artifactId>
+         <version>1.6.5</version>
+      </dependency>
+      <dependency>
+         <groupId>ant</groupId>
+         <artifactId>ant-junit</artifactId>
+         <version>1.6.5</version>
+      </dependency>
+      <dependency>
+         <groupId>c3p0</groupId>
+         <artifactId>c3p0</artifactId>
+         <version>0.9.0.4</version>
+		 <optional>true</optional>
+      </dependency>
+      <dependency>
+         <groupId>commons-logging</groupId>
+         <artifactId>commons-logging</artifactId>
+         <version>1.1</version>
+      </dependency>
+      <dependency>
+         <groupId>concurrent</groupId>
+         <artifactId>concurrent</artifactId>
+         <version>1.3.4</version>
+		 <optional>true</optional>
+      </dependency>
+      <dependency>
+         <groupId>findbugs</groupId>
+         <artifactId>annotations</artifactId>
+         <version>1.0.0</version>
+      </dependency>
+      <dependency>
+         <groupId>jboss</groupId>
+         <artifactId>jboss-common-core</artifactId>
+         <version>2.0.3.GA</version>
+      </dependency>
+      <dependency>
+         <groupId>jboss</groupId>
+         <artifactId>jboss-j2ee</artifactId>
+         <version>4.0.2</version>
+      </dependency>
+      <dependency>
+         <groupId>log4j</groupId>
+         <artifactId>log4j</artifactId>
+         <version>1.2.14</version>
+		 <optional>true</optional>
+      </dependency>
+      <dependency>
+         <groupId>jdbm</groupId>
+         <artifactId>jdbm</artifactId>
+         <version>1.0</version>
+		 <optional>true</optional>
+      </dependency>
+      <dependency>
+         <groupId>org.beanshell</groupId>
+         <artifactId>bsh</artifactId>
+         <version>2.0b4</version>
+		 <optional>true</optional>
+      </dependency>
+      <dependency>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+         <version>3.8.1</version>
+		 <scope>test</scope>
+      </dependency>
+      <dependency>
+         <groupId>jboss</groupId>
+         <artifactId>jboss-aop</artifactId>
+         <version>2.0.0.alpha2</version>
+		 <optional>true</optional>
+      </dependency>
+      <dependency>
+         <groupId>jgroups</groupId>
+         <artifactId>jgroups</artifactId>
+         <version>2.5.0-BETA2</version>
+         <exclusions>
+            <exclusion>
+               <groupId>bsh</groupId>
+               <artifactId>bsh</artifactId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+      <dependency>
+         <groupId>org.apache.derby</groupId>
+         <artifactId>derby</artifactId>
+         <version>10.2.1.6</version>
+         <scope>test</scope>
+      </dependency>
+      <dependency>
+         <groupId>sleepycat</groupId>
+         <artifactId>je</artifactId>
+         <version>1.7.0</version>
+		 <optional>true</optional>
+      </dependency>
+   </dependencies>
+</project>

Modified: maven2/jboss/jboss-cache/2.0.0.CR2/jboss-cache-2.0.0.CR2.pom.md5
===================================================================
--- maven2/jboss/jboss-cache/2.0.0.CR2/jboss-cache-2.0.0.CR2.pom.md5	2007-06-04 09:26:46 UTC (rev 530)
+++ maven2/jboss/jboss-cache/2.0.0.CR2/jboss-cache-2.0.0.CR2.pom.md5	2007-06-04 10:49:51 UTC (rev 531)
@@ -1 +1 @@
-6f9b5ed576769724468a811c26a36765
\ No newline at end of file
+55658b7cd966e8c2d514015ebd86b58a
\ No newline at end of file

Modified: maven2/jboss/jboss-cache/2.0.0.CR2/jboss-cache-2.0.0.CR2.pom.sha1
===================================================================
--- maven2/jboss/jboss-cache/2.0.0.CR2/jboss-cache-2.0.0.CR2.pom.sha1	2007-06-04 09:26:46 UTC (rev 530)
+++ maven2/jboss/jboss-cache/2.0.0.CR2/jboss-cache-2.0.0.CR2.pom.sha1	2007-06-04 10:49:51 UTC (rev 531)
@@ -1 +1 @@
-4a0b5e4a98053a6ca71ba57ecd9aeb48fd2cc03e
\ No newline at end of file
+92b6330bfa0e835e012f5dbeb975947395412ce2
\ No newline at end of file




More information about the jboss-cvs-commits mailing list