Author: alessio.soldano(a)jboss.com
Date: 2012-10-15 05:06:42 -0400 (Mon, 15 Oct 2012)
New Revision: 16876
Added:
api/tags/jbossws-api-1.0.1.Final/
api/tags/jbossws-api-1.0.1.Final/pom.xml
Removed:
api/tags/jbossws-api-1.0.1.Final/pom.xml
Log:
[JBWS-3558] : copy for tag jbossws-api-1.0.1.Final
Property changes on: api/tags/jbossws-api-1.0.1.Final
___________________________________________________________________
Added: svn:ignore
+ .classpath
.project
.settings
target
Added: svn:mergeinfo
+ /api/branches/asoldano:14023-14041
Deleted: api/tags/jbossws-api-1.0.1.Final/pom.xml
===================================================================
--- api/trunk/pom.xml 2012-10-15 08:51:56 UTC (rev 16874)
+++ api/tags/jbossws-api-1.0.1.Final/pom.xml 2012-10-15 09:06:42 UTC (rev 16876)
@@ -1,113 +0,0 @@
-<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 - API</name>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-api</artifactId>
- <packaging>jar</packaging>
- <description>JBossWS API</description>
-
- <version>1.0.1-SNAPSHOT</version>
-
- <!-- Parent -->
- <parent>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-parent</artifactId>
- <version>1.1.0.GA</version>
- </parent>
-
- <!-- Source Control Management -->
- <scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/api/trunk<...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/api/tr...
- <
url>http://fisheye.jboss.com/viewrep/JBossWS/api/trunk</url>
- </scm>
-
- <properties>
- <jboss-logging.version>3.1.2.GA</jboss-logging.version>
-
<jboss-logging-processor.version>1.0.3.Final</jboss-logging-processor.version>
- <junit.version>3.8.2</junit.version>
- </properties>
-
- <!-- Dependencies -->
- <dependencies>
-
- <!-- provided apis -->
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging</artifactId>
- <version>${jboss-logging.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging-processor</artifactId>
- <version>${jboss-logging-processor.version}</version>
- <scope>provided</scope>
- </dependency>
-
-
- <!-- test dependencies -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>${junit.version}</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <!-- Plugins -->
- <build>
- <testResources>
- <testResource>
- <directory>src/test/java</directory>
- <includes>
- <include>**/*.properties</include>
- </includes>
- </testResource>
- <testResource>
- <directory>src/test/resources</directory>
- <includes>
- <include>**</include>
- </includes>
- </testResource>
- </testResources>
-
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-8</version>
- <configuration>
- <scmCommentPrefix>[${jira.issue}] :</scmCommentPrefix>
- <autoVersionSubmodules>true</autoVersionSubmodules>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.8</version>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <!-- Optional if you wan to generate skeleton translation properties files
-->
- <compilerArgument>
-
-AgeneratedTranslationFilesPath=${project.basedir}/target/generated-translation-files
- </compilerArgument>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>
Copied: api/tags/jbossws-api-1.0.1.Final/pom.xml (from rev 16875, api/trunk/pom.xml)
===================================================================
--- api/tags/jbossws-api-1.0.1.Final/pom.xml (rev 0)
+++ api/tags/jbossws-api-1.0.1.Final/pom.xml 2012-10-15 09:06:42 UTC (rev 16876)
@@ -0,0 +1,113 @@
+<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 - API</name>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-api</artifactId>
+ <packaging>jar</packaging>
+ <description>JBossWS API</description>
+
+ <version>1.0.1.Final</version>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <version>1.1.0.GA</version>
+ </parent>
+
+ <!-- Source Control Management -->
+ <scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/api/tags/jbo...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/api/ta...
+
<
url>http://fisheye.jboss.com/viewrep/JBossWS/api/tags/jbossws-api-1.0....
+ </scm>
+
+ <properties>
+ <jboss-logging.version>3.1.2.GA</jboss-logging.version>
+
<jboss-logging-processor.version>1.0.3.Final</jboss-logging-processor.version>
+ <junit.version>3.8.2</junit.version>
+ </properties>
+
+ <!-- Dependencies -->
+ <dependencies>
+
+ <!-- provided apis -->
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging</artifactId>
+ <version>${jboss-logging.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-processor</artifactId>
+ <version>${jboss-logging-processor.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+
+ <!-- test dependencies -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <!-- Plugins -->
+ <build>
+ <testResources>
+ <testResource>
+ <directory>src/test/java</directory>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
+ </testResource>
+ <testResource>
+ <directory>src/test/resources</directory>
+ <includes>
+ <include>**</include>
+ </includes>
+ </testResource>
+ </testResources>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-8</version>
+ <configuration>
+ <scmCommentPrefix>[${jira.issue}] :</scmCommentPrefix>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <!-- Optional if you wan to generate skeleton translation properties files
-->
+ <compilerArgument>
+
-AgeneratedTranslationFilesPath=${project.basedir}/target/generated-translation-files
+ </compilerArgument>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>