[jboss-maven2-commits] Repository SVN: r34076 - in maven2/org/gatein/wsrp/wsrp-parent: 1.0.0-Beta08 and 1 other directory.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Tue Feb 16 12:04:22 EST 2010


Author: chris.laprun at jboss.com
Date: 2010-02-16 12:04:21 -0500 (Tue, 16 Feb 2010)
New Revision: 34076

Added:
   maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta08/
   maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta08/wsrp-parent-1.0.0-Beta08.pom
Log:
Wagon: Adding pom.xml to repository

Added: maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta08/wsrp-parent-1.0.0-Beta08.pom
===================================================================
--- maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta08/wsrp-parent-1.0.0-Beta08.pom	                        (rev 0)
+++ maven2/org/gatein/wsrp/wsrp-parent/1.0.0-Beta08/wsrp-parent-1.0.0-Beta08.pom	2010-02-16 17:04:21 UTC (rev 34076)
@@ -0,0 +1,201 @@
+<!--
+  ~ JBoss, a division of Red Hat
+  ~ Copyright 2010, Red Hat Middleware, LLC, and individual
+  ~ contributors as indicated by the @authors tag. See the
+  ~ copyright.txt in the distribution for a full listing of
+  ~ individual contributors.
+  ~
+  ~ This is free software; you can redistribute it and/or modify it
+  ~ under the terms of the GNU Lesser General Public License as
+  ~ published by the Free Software Foundation; either version 2.1 of
+  ~ the License, or (at your option) any later version.
+  ~
+  ~ This software is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  ~ Lesser General Public License for more details.
+  ~
+  ~ You should have received a copy of the GNU Lesser General Public
+  ~ License along with this software; if not, write to the Free
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+  -->
+
+<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>
+
+   <name>GateIn - WSRP</name>
+
+   <groupId>org.gatein.wsrp</groupId>
+   <artifactId>wsrp-parent</artifactId>
+   <version>1.0.0-Beta08</version>
+
+   <packaging>pom</packaging>
+
+   <parent>
+      <groupId>org.gatein</groupId>
+      <artifactId>gatein-parent</artifactId>
+      <version>1.0.0-Beta04</version>
+   </parent>
+
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/tags/1.0.0-Beta08</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/tags/1.0.0-Beta08</developerConnection>
+      <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/tags/1.0.0-Beta08</url>
+   </scm>
+
+   <properties>
+      <version.gatein.pc>2.1.0-CR04</version.gatein.pc>
+      <version.gatein.common>2.0.0-CR03</version.gatein.common>
+      <version.gatein.wci>2.0.0-CR02</version.gatein.wci>
+
+      <version.jsf>1.2_12</version.jsf>
+      <version.apache.commons-fileupload>1.2.1</version.apache.commons-fileupload>
+      <version.javax.mail>1.4.1</version.javax.mail>
+      <version.javax.xml.ws>2.1</version.javax.xml.ws>
+      <version.javax.xml.soap.saaj>1.3</version.javax.xml.soap.saaj>
+      <version.hibernate>3.3.1.GA</version.hibernate>
+   </properties>
+
+   <dependencyManagement>
+      <dependencies>
+         <!-- Import dependency management configuration -->
+         <dependency>
+            <groupId>org.gatein</groupId>
+            <artifactId>gatein-dep</artifactId>
+            <version>1.0.0-Beta03</version>
+            <type>pom</type>
+            <scope>import</scope>
+         </dependency>
+
+         <!-- internal dependencies -->
+         <dependency>
+            <groupId>org.gatein.wsrp</groupId>
+            <artifactId>wsrp-common</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.gatein.wsrp</groupId>
+            <artifactId>wsrp-consumer</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.gatein.wsrp</groupId>
+            <artifactId>wsrp-producer-lib</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.gatein.wsrp</groupId>
+            <artifactId>wsrp-wsrp1-ws</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.gatein.wsrp</groupId>
+            <artifactId>wsrp-integration-api</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.gatein.common</groupId>
+            <artifactId>common-common</artifactId>
+            <version>${version.gatein.common}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.gatein.common</groupId>
+            <artifactId>common-mc</artifactId>
+            <version>${version.gatein.common}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.gatein.pc</groupId>
+            <artifactId>pc-api</artifactId>
+            <version>${version.gatein.pc}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.gatein.pc</groupId>
+            <artifactId>pc-portlet</artifactId>
+            <version>${version.gatein.pc}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.gatein.pc</groupId>
+            <artifactId>pc-federation</artifactId>
+            <version>${version.gatein.pc}</version>
+         </dependency>
+
+         <!-- external dependencies -->
+         <dependency>
+            <groupId>javax.faces</groupId>
+            <artifactId>jsf-api</artifactId>
+            <version>${version.jsf}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>commons-fileupload</groupId>
+            <artifactId>commons-fileupload</artifactId>
+            <version>${version.apache.commons-fileupload}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.mail</groupId>
+            <artifactId>mail</artifactId>
+            <version>${version.javax.mail}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.xml.ws</groupId>
+            <artifactId>jaxws-api</artifactId>
+            <version>${version.javax.xml.ws}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.xml.soap</groupId>
+            <artifactId>saaj-api</artifactId>
+            <version>${version.javax.xml.soap.saaj}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-core</artifactId>
+            <version>${version.hibernate}</version>
+         </dependency>
+
+      </dependencies>
+   </dependencyManagement>
+
+   <modules>
+      <module>api</module>
+      <module>wsrp1-ws</module>
+      <module>common</module>
+      <module>test</module>
+      <module>producer</module>
+      <module>consumer</module>
+      <module>admin-gui</module>
+      <module>wsrp-producer-war</module>
+   </modules>
+
+   <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>
+
+</project>



More information about the jboss-maven2-commits mailing list