[jboss-cvs] Repository SVN: r19532 - in maven2/org/jboss/ws/jbossws-parent: 1.0.2.GA and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Dec 10 06:49:43 EST 2008
Author: alessio.soldano at jboss.com
Date: 2008-12-10 06:49:43 -0500 (Wed, 10 Dec 2008)
New Revision: 19532
Added:
maven2/org/jboss/ws/jbossws-parent/1.0.2.GA/
maven2/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom
maven2/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.md5
maven2/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.sha1
Modified:
maven2/org/jboss/ws/jbossws-parent/maven-metadata.xml
maven2/org/jboss/ws/jbossws-parent/maven-metadata.xml.md5
maven2/org/jboss/ws/jbossws-parent/maven-metadata.xml.sha1
Log:
Adding jbossws-parent-1.0.2.GA
Added: maven2/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom
===================================================================
--- maven2/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom (rev 0)
+++ maven2/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom 2008-12-10 11:49:43 UTC (rev 19532)
@@ -0,0 +1,204 @@
+<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>JBoss Web Services</name>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <packaging>pom</packaging>
+
+ <version>1.0.2.GA</version>
+
+ <organization>
+ <name>JBoss, a division of Red Hat</name>
+ <url>http://www.jboss.org</url>
+ </organization>
+
+ <url>http://www.jboss.org/jbossws</url>
+
+ <!-- Source Control Management -->
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/maven/parent/tags/jbossws-parent-1.0.2.GA</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/maven/parent/tags/jbossws-parent-1.0.2.GA</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/maven/parent/tags/jbossws-parent-1.0.2.GA</url>
+ </scm>
+
+ <prerequisites>
+ <maven>2.0.9</maven>
+ </prerequisites>
+
+ <!-- IssueManagement -->
+ <issueManagement>
+ <system>jira</system>
+ <url>http://jira.jboss.org/jira/browse/JBWS</url>
+ </issueManagement>
+
+ <!-- licenses -->
+ <licenses>
+ <license>
+ <name>lgpl</name>
+ <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+ </license>
+ </licenses>
+
+ <!-- Plugins -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <showDeprecation>true</showDeprecation>
+ <showWarnings>true</showWarnings>
+ <optimize>true</optimize>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+
+ <!-- PluginManagement -->
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2.SP1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>buildnumber-maven-plugin</artifactId>
+ <version>1.0-beta-1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.0</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <!-- Reporting -->
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <!-- Repositories -->
+ <repositories>
+ <repository>
+ <id>maven2.java.net</id>
+ <name>Java.net Repository for Maven 2</name>
+ <url>http://download.java.net/maven/2/</url>
+ </repository>
+ <repository>
+ <id>java.net</id>
+ <url>http://download.java.net/maven/1/</url>
+ <layout>legacy</layout>
+ </repository>
+ <repository>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <url>http://snapshots.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
+ <!-- PluginRepositories -->
+ <pluginRepositories>
+ <pluginRepository>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ <pluginRepository>
+ <id>snapshots.jboss.org</id>
+ <url>http://snapshots.jboss.org/maven2</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <!-- DistributionManagement -->
+ <distributionManagement>
+ <repository>
+ <id>repository.jboss.org</id>
+ <name>JBoss Maven Repository</name>
+ <url>file://${jboss.maven.repository}</url>
+ </repository>
+ <snapshotRepository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>dav:https://snapshots.jboss.org/maven2</url>
+ </snapshotRepository>
+ </distributionManagement>
+
+ <profiles>
+ <profile>
+ <id>download-sources</id>
+ <activation>
+ <property>
+ <name>jbossws-download-sources</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>download-sources</id>
+ <goals>
+ <goal>sources</goal>
+ </goals>
+ <configuration>
+ <silent>true</silent>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+</project>
Added: maven2/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.md5 (rev 0)
+++ maven2/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.md5 2008-12-10 11:49:43 UTC (rev 19532)
@@ -0,0 +1 @@
+1fcfc5a849c9951f9d62bc5b14a6231f
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.sha1 (rev 0)
+++ maven2/org/jboss/ws/jbossws-parent/1.0.2.GA/jbossws-parent-1.0.2.GA.pom.sha1 2008-12-10 11:49:43 UTC (rev 19532)
@@ -0,0 +1 @@
+df1db7dbd576225e30fa520c688a1ac6b9f988d2
\ No newline at end of file
Modified: maven2/org/jboss/ws/jbossws-parent/maven-metadata.xml
===================================================================
--- maven2/org/jboss/ws/jbossws-parent/maven-metadata.xml 2008-12-10 09:47:01 UTC (rev 19531)
+++ maven2/org/jboss/ws/jbossws-parent/maven-metadata.xml 2008-12-10 11:49:43 UTC (rev 19532)
@@ -6,7 +6,8 @@
<versions>
<version>1.0.0.GA</version>
<version>1.0.1.GA</version>
+ <version>1.0.2.GA</version>
</versions>
- <lastUpdated>20080606120929</lastUpdated>
+ <lastUpdated>20081210114907</lastUpdated>
</versioning>
</metadata>
\ No newline at end of file
Modified: maven2/org/jboss/ws/jbossws-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-parent/maven-metadata.xml.md5 2008-12-10 09:47:01 UTC (rev 19531)
+++ maven2/org/jboss/ws/jbossws-parent/maven-metadata.xml.md5 2008-12-10 11:49:43 UTC (rev 19532)
@@ -1 +1 @@
-2f20bce288e086c46b1169f014d9f373
\ No newline at end of file
+a77ac766b3c7539862118d9ada8c4252
\ No newline at end of file
Modified: maven2/org/jboss/ws/jbossws-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-parent/maven-metadata.xml.sha1 2008-12-10 09:47:01 UTC (rev 19531)
+++ maven2/org/jboss/ws/jbossws-parent/maven-metadata.xml.sha1 2008-12-10 11:49:43 UTC (rev 19532)
@@ -1 +1 @@
-930ccbd4c85f16e0c6e75a66a983032ae8bddd2d
\ No newline at end of file
+646340985fd8b226ac358afe0094bf8aaa772fd0
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list