Author: alessio.soldano(a)jboss.com
Date: 2010-04-16 10:16:14 -0400 (Fri, 16 Apr 2010)
New Revision: 36067
Added:
maven2/org/jboss/ws/jbossws-parent/1.0.5.GA/
maven2/org/jboss/ws/jbossws-parent/1.0.5.GA/jbossws-parent-1.0.5.GA.pom
maven2/org/jboss/ws/jbossws-parent/1.0.5.GA/jbossws-parent-1.0.5.GA.pom.md5
maven2/org/jboss/ws/jbossws-parent/1.0.5.GA/jbossws-parent-1.0.5.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.5.GA
Added: maven2/org/jboss/ws/jbossws-parent/1.0.5.GA/jbossws-parent-1.0.5.GA.pom
===================================================================
--- maven2/org/jboss/ws/jbossws-parent/1.0.5.GA/jbossws-parent-1.0.5.GA.pom
(rev 0)
+++ maven2/org/jboss/ws/jbossws-parent/1.0.5.GA/jbossws-parent-1.0.5.GA.pom 2010-04-16
14:16:14 UTC (rev 36067)
@@ -0,0 +1,230 @@
+<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.5.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...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/maven/...
+
<
url>http://fisheye.jboss.com/viewrep/JBossWS/maven/parent/tags/jbossws...
+ </scm>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <!-- 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.6</source>
+ <target>1.6</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>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>
+ <profile>
+ <id>enforce</id>
+ <activation>
+ <property>
+ <name>!skip-enforce</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-beta-1</version>
+ <executions>
+ <execution>
+ <id>enforce-java-maven-versions</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireMavenVersion>
+ <version>2.0.9</version>
+ </requireMavenVersion>
+ <requireJavaVersion>
+ <version>1.6</version>
+ </requireJavaVersion>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
Added: maven2/org/jboss/ws/jbossws-parent/1.0.5.GA/jbossws-parent-1.0.5.GA.pom.md5
===================================================================
--- maven2/org/jboss/ws/jbossws-parent/1.0.5.GA/jbossws-parent-1.0.5.GA.pom.md5
(rev 0)
+++ maven2/org/jboss/ws/jbossws-parent/1.0.5.GA/jbossws-parent-1.0.5.GA.pom.md5 2010-04-16
14:16:14 UTC (rev 36067)
@@ -0,0 +1 @@
+7f86b8b10ab76aab69d149cd976ebdd5
\ No newline at end of file
Added: maven2/org/jboss/ws/jbossws-parent/1.0.5.GA/jbossws-parent-1.0.5.GA.pom.sha1
===================================================================
--- maven2/org/jboss/ws/jbossws-parent/1.0.5.GA/jbossws-parent-1.0.5.GA.pom.sha1
(rev 0)
+++
maven2/org/jboss/ws/jbossws-parent/1.0.5.GA/jbossws-parent-1.0.5.GA.pom.sha1 2010-04-16
14:16:14 UTC (rev 36067)
@@ -0,0 +1 @@
+9dc326817bab0dfce69f2e5c3265c5ac11d9c0b6
\ 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 2010-04-16 06:10:47 UTC (rev
36066)
+++ maven2/org/jboss/ws/jbossws-parent/maven-metadata.xml 2010-04-16 14:16:14 UTC (rev
36067)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
+<?xml version="1.0" encoding="UTF-8"?><metadata>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
<version>1.0.0.GA</version>
@@ -10,7 +9,8 @@
<version>1.0.2.GA</version>
<version>1.0.3.GA</version>
<version>1.0.4.GA</version>
+ <version>1.0.5.GA</version>
</versions>
- <lastUpdated>20100118130912</lastUpdated>
+ <lastUpdated>20100416140704</lastUpdated>
</versioning>
-</metadata>
+</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 2010-04-16 06:10:47 UTC (rev
36066)
+++ maven2/org/jboss/ws/jbossws-parent/maven-metadata.xml.md5 2010-04-16 14:16:14 UTC (rev
36067)
@@ -1 +1 @@
-1ed72e7ef1d3a4c54da1972751f5d1ea
\ No newline at end of file
+52bd915c746f9e18b6a9943e9ec40348
\ 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 2010-04-16 06:10:47 UTC
(rev 36066)
+++ maven2/org/jboss/ws/jbossws-parent/maven-metadata.xml.sha1 2010-04-16 14:16:14 UTC
(rev 36067)
@@ -1 +1 @@
-e93191a684d5d7560ff81298d6dd80494cade30d
\ No newline at end of file
+7fbca380dd2a80b34aa34335743c8575c5f081de
\ No newline at end of file