Repository SVN: r31480 - maven2/org/gatein/pc/pc-api/2.1.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-24 04:57:03 -0500 (Tue, 24 Nov 2009)
New Revision: 31480
Added:
maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.pom.sha1
Log:
Wagon: Adding maven-artifact5932100824282394303.tmp to repository
Added: maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.pom.sha1
===================================================================
--- maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.pom.sha1 (rev 0)
+++ maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.pom.sha1 2009-11-24 09:57:03 UTC (rev 31480)
@@ -0,0 +1 @@
+a669e168892afffb5926a4d62cbe5cd4650234c5
\ No newline at end of file
16 years, 8 months
Repository SVN: r31479 - maven2/org/gatein/pc/pc-api/2.1.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-24 04:56:26 -0500 (Tue, 24 Nov 2009)
New Revision: 31479
Added:
maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.pom.md5
Log:
Wagon: Adding maven-artifact5795370899801946378.tmp to repository
Added: maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.pom.md5
===================================================================
--- maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.pom.md5 (rev 0)
+++ maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.pom.md5 2009-11-24 09:56:26 UTC (rev 31479)
@@ -0,0 +1 @@
+3d5c7f3420e104212fccee529bf866f0
\ No newline at end of file
16 years, 8 months
Repository SVN: r31478 - maven2/org/gatein/pc/pc-api/2.1.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-24 04:55:44 -0500 (Tue, 24 Nov 2009)
New Revision: 31478
Added:
maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.pom
Log:
Wagon: Adding pc-api-2.1.0-CR01.pom to repository
Added: maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.pom
===================================================================
--- maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.pom (rev 0)
+++ maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.pom 2009-11-24 09:55:44 UTC (rev 31478)
@@ -0,0 +1,67 @@
+<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>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-parent</artifactId>
+ <version>2.1.0-CR01</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn - Portlet Container (api)</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-wci</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>sun-jaxb</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </dependency>
+ <!--<dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>-->
+ <dependency>
+ <groupId>org.jboss.unit</groupId>
+ <artifactId>jboss-unit-mc</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.unit</groupId>
+ <artifactId>jboss-unit-tooling-maven2</artifactId>
+ <executions>
+ <execution>
+ <phase>test</phase>
+ <goals>
+ <goal>execute</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <testsuites>
+ <testsuite>
+ <config>jboss-unit.xml</config>
+ </testsuite>
+ </testsuites>
+ <reports>
+ <xml>target/tests/reports/xml</xml>
+ <html>target/tests/reports/html</html>
+ </reports>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
16 years, 8 months
Repository SVN: r31477 - maven2/org/gatein/pc/pc-api/2.1.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-24 04:55:08 -0500 (Tue, 24 Nov 2009)
New Revision: 31477
Added:
maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.jar.sha1
Log:
Wagon: Adding maven-artifact8849729032271361646.tmp to repository
Added: maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.jar.sha1
===================================================================
--- maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.jar.sha1 (rev 0)
+++ maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.jar.sha1 2009-11-24 09:55:08 UTC (rev 31477)
@@ -0,0 +1 @@
+69c7105cdd1f681c83c0eebff9dd040b051b9971
\ No newline at end of file
16 years, 8 months
Repository SVN: r31476 - maven2/org/gatein/pc/pc-api/2.1.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-24 04:54:32 -0500 (Tue, 24 Nov 2009)
New Revision: 31476
Added:
maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.jar.md5
Log:
Wagon: Adding maven-artifact2978977153975800305.tmp to repository
Added: maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.jar.md5
===================================================================
--- maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.jar.md5 (rev 0)
+++ maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.jar.md5 2009-11-24 09:54:32 UTC (rev 31476)
@@ -0,0 +1 @@
+ecc2ddb17ac574d64fb56c6c086cfd22
\ No newline at end of file
16 years, 8 months
Repository SVN: r31475 - in maven2/org/gatein/pc/pc-api: 2.1.0-CR01 and 1 other directory.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-24 04:53:51 -0500 (Tue, 24 Nov 2009)
New Revision: 31475
Added:
maven2/org/gatein/pc/pc-api/2.1.0-CR01/
maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.jar
Log:
Wagon: Adding pc-api-2.1.0-CR01.jar to repository
Added: maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/pc/pc-api/2.1.0-CR01/pc-api-2.1.0-CR01.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 8 months
Repository SVN: r31473 - maven2/org/gatein/pc/pc-parent.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-24 04:52:51 -0500 (Tue, 24 Nov 2009)
New Revision: 31473
Modified:
maven2/org/gatein/pc/pc-parent/maven-metadata.xml.sha1
Log:
Wagon: Adding maven-artifact4813677491191640623.tmp to repository
Modified: maven2/org/gatein/pc/pc-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/pc/pc-parent/maven-metadata.xml.sha1 2009-11-24 09:52:15 UTC (rev 31472)
+++ maven2/org/gatein/pc/pc-parent/maven-metadata.xml.sha1 2009-11-24 09:52:51 UTC (rev 31473)
@@ -1 +1 @@
-d0330e297c05271a8157e821b5737a1c06bce34c
\ No newline at end of file
+a25ee424aeff956ad2e6f6c9c7cf0d5b2d188ae3
\ No newline at end of file
16 years, 8 months
Repository SVN: r31472 - maven2/org/gatein/pc/pc-parent.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-24 04:52:15 -0500 (Tue, 24 Nov 2009)
New Revision: 31472
Modified:
maven2/org/gatein/pc/pc-parent/maven-metadata.xml.md5
Log:
Wagon: Adding maven-artifact3234350626302730211.tmp to repository
Modified: maven2/org/gatein/pc/pc-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/pc/pc-parent/maven-metadata.xml.md5 2009-11-24 09:51:41 UTC (rev 31471)
+++ maven2/org/gatein/pc/pc-parent/maven-metadata.xml.md5 2009-11-24 09:52:15 UTC (rev 31472)
@@ -1 +1 @@
-7674afbac5dec043fa08b3840b1bf4dc
\ No newline at end of file
+14bddcbbde8f77d5c56800d3911c4923
\ No newline at end of file
16 years, 8 months
Repository SVN: r31471 - maven2/org/gatein/pc/pc-parent.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-24 04:51:41 -0500 (Tue, 24 Nov 2009)
New Revision: 31471
Modified:
maven2/org/gatein/pc/pc-parent/maven-metadata.xml
Log:
Wagon: Adding maven-metadata-jboss-releases.xml to repository
Modified: maven2/org/gatein/pc/pc-parent/maven-metadata.xml
===================================================================
--- maven2/org/gatein/pc/pc-parent/maven-metadata.xml 2009-11-24 09:50:44 UTC (rev 31470)
+++ maven2/org/gatein/pc/pc-parent/maven-metadata.xml 2009-11-24 09:51:41 UTC (rev 31471)
@@ -4,10 +4,11 @@
<artifactId>pc-parent</artifactId>
<version>2.1.0-Beta02</version>
<versioning>
- <release>2.1.0-Beta02</release>
+ <release>2.1.0-CR01</release>
<versions>
<version>2.1.0-Beta02</version>
+ <version>2.1.0-CR01</version>
</versions>
- <lastUpdated>20091016111008</lastUpdated>
+ <lastUpdated>20091124094842</lastUpdated>
</versioning>
</metadata>
16 years, 8 months
Repository SVN: r31470 - maven2/org/gatein/pc/pc-parent/2.1.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-24 04:50:44 -0500 (Tue, 24 Nov 2009)
New Revision: 31470
Added:
maven2/org/gatein/pc/pc-parent/2.1.0-CR01/pc-parent-2.1.0-CR01.pom.sha1
Log:
Wagon: Adding maven-artifact8099722478434400734.tmp to repository
Added: maven2/org/gatein/pc/pc-parent/2.1.0-CR01/pc-parent-2.1.0-CR01.pom.sha1
===================================================================
--- maven2/org/gatein/pc/pc-parent/2.1.0-CR01/pc-parent-2.1.0-CR01.pom.sha1 (rev 0)
+++ maven2/org/gatein/pc/pc-parent/2.1.0-CR01/pc-parent-2.1.0-CR01.pom.sha1 2009-11-24 09:50:44 UTC (rev 31470)
@@ -0,0 +1 @@
+a27d0bb513bc07c4230ce345644fdbc00771546d
\ No newline at end of file
16 years, 8 months