[jboss-cvs] Repository SVN: r22317 - in maven2/org/jboss/portal/common/module-parent: 1.2.3 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 19 06:22:01 EST 2009


Author: thomas.heute at jboss.com
Date: 2009-01-19 06:22:01 -0500 (Mon, 19 Jan 2009)
New Revision: 22317

Added:
   maven2/org/jboss/portal/common/module-parent/1.2.3/
   maven2/org/jboss/portal/common/module-parent/1.2.3/module-parent-1.2.3.pom
   maven2/org/jboss/portal/common/module-parent/1.2.3/module-parent-1.2.3.pom.md5
   maven2/org/jboss/portal/common/module-parent/1.2.3/module-parent-1.2.3.pom.sha1
Log:
oups


Added: maven2/org/jboss/portal/common/module-parent/1.2.3/module-parent-1.2.3.pom
===================================================================
--- maven2/org/jboss/portal/common/module-parent/1.2.3/module-parent-1.2.3.pom	                        (rev 0)
+++ maven2/org/jboss/portal/common/module-parent/1.2.3/module-parent-1.2.3.pom	2009-01-19 11:22:01 UTC (rev 22317)
@@ -0,0 +1,151 @@
+<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.jboss.portal</groupId>
+      <artifactId>jboss-portal-parent</artifactId>
+      <version>1.0.0</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.portal.common</groupId>
+   <artifactId>module-parent</artifactId>
+   <packaging>pom</packaging>
+   <name>JBoss Portal Modules Common</name>
+   <version>1.2.3</version>
+   <url>http://labs.jboss.com/jbossportal</url>
+
+   <properties>
+      <version.activation>1.1</version.activation>
+      <version.javax.servlet>2.5</version.javax.servlet>
+      <version.jboss-j2ee>4.2.3.GA</version.jboss-j2ee>
+      <version.jboss-jmx>4.2.3.GA</version.jboss-jmx>
+      <version.log4j>1.2.14</version.log4j>
+      <version.apache.commons-httpclient>3.0.1</version.apache.commons-httpclient>
+      <version.jboss.microcontainer>2.0.2.GA</version.jboss.microcontainer>
+      <version.jboss.man>2.0.0.GA</version.jboss.man>
+      <version.cargo>0.8</version.cargo>
+      <version.junit>3.8.1</version.junit>
+      <version.ant>1.7.0</version.ant>
+   </properties>
+
+    <repositories>
+      <repository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Repository</name>
+         <layout>default</layout>
+         <url>http://repository.jboss.org/maven2/</url>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </repository>
+      <repository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshots Repository</name>
+         <layout>default</layout>
+         <url>http://snapshots.jboss.org/maven2/</url>
+         <snapshots>
+            <enabled>true</enabled>
+         </snapshots>
+         <releases>
+            <enabled>false</enabled>
+         </releases>
+      </repository>
+   </repositories>
+
+   <build>
+      <plugins>
+         <plugin>
+            <artifactId>maven-source-plugin</artifactId>
+         </plugin>
+      </plugins>
+   </build>
+
+   <dependencyManagement>
+      <dependencies>
+         <dependency>
+            <groupId>apache-log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>${version.log4j}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.activation</groupId>
+            <artifactId>activation</artifactId>
+            <version>${version.activation}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-j2ee</artifactId>
+            <version>${version.jboss-j2ee}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>${version.ant}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-jmx</artifactId>
+            <version>${version.jboss-jmx}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>${version.apache.commons-httpclient}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>${version.javax.servlet}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant-junit</artifactId>
+            <version>${version.ant}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.codehaus.cargo</groupId>
+            <artifactId>cargo-core-uberjar</artifactId>
+            <version>${version.cargo}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant-nodeps</artifactId>
+            <version>${version.ant}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant-launcher</artifactId>
+            <version>${version.ant}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>${version.junit}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.microcontainer</groupId>
+            <artifactId>jboss-kernel</artifactId>
+            <version>${version.jboss.microcontainer}</version>
+         </dependency>
+
+         <dependency>
+           <groupId>org.jboss.man</groupId>
+           <artifactId>jboss-managed</artifactId>
+           <version>${version.jboss.man}</version>
+         </dependency>
+
+      </dependencies>
+   </dependencyManagement>
+
+</project>

Added: maven2/org/jboss/portal/common/module-parent/1.2.3/module-parent-1.2.3.pom.md5
===================================================================
--- maven2/org/jboss/portal/common/module-parent/1.2.3/module-parent-1.2.3.pom.md5	                        (rev 0)
+++ maven2/org/jboss/portal/common/module-parent/1.2.3/module-parent-1.2.3.pom.md5	2009-01-19 11:22:01 UTC (rev 22317)
@@ -0,0 +1 @@
+fa15e30688eed28aebbd77eaae9d61f0
\ No newline at end of file

Added: maven2/org/jboss/portal/common/module-parent/1.2.3/module-parent-1.2.3.pom.sha1
===================================================================
--- maven2/org/jboss/portal/common/module-parent/1.2.3/module-parent-1.2.3.pom.sha1	                        (rev 0)
+++ maven2/org/jboss/portal/common/module-parent/1.2.3/module-parent-1.2.3.pom.sha1	2009-01-19 11:22:01 UTC (rev 22317)
@@ -0,0 +1 @@
+e0b4a0b25b040b3445d309d8e8dd1530434c604a
\ No newline at end of file




More information about the jboss-cvs-commits mailing list