[jbossws-commits] JBossWS SVN: r17214 - in shared-testsuite/branches: jbossws-shared-testsuite-4.1.x and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jan 8 11:06:46 EST 2013


Author: alessio.soldano at jboss.com
Date: 2013-01-08 11:06:45 -0500 (Tue, 08 Jan 2013)
New Revision: 17214

Added:
   shared-testsuite/branches/jbossws-shared-testsuite-4.1.x/
   shared-testsuite/branches/jbossws-shared-testsuite-4.1.x/pom.xml
Removed:
   shared-testsuite/branches/jbossws-shared-testsuite-4.1.x/pom.xml
Log:
[branch-maintenance] : copy for branch jbossws-shared-testsuite-4.1.x


Property changes on: shared-testsuite/branches/jbossws-shared-testsuite-4.1.x
___________________________________________________________________
Added: svn:ignore
   + target
profiles.xml
.classpath
.project
.settings

Added: svn:mergeinfo
   + /shared-testsuite/branches/asoldano:14040-14045

Deleted: shared-testsuite/branches/jbossws-shared-testsuite-4.1.x/pom.xml
===================================================================
--- shared-testsuite/trunk/pom.xml	2013-01-08 15:35:25 UTC (rev 17212)
+++ shared-testsuite/branches/jbossws-shared-testsuite-4.1.x/pom.xml	2013-01-08 16:06:45 UTC (rev 17214)
@@ -1,82 +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 - Stack Agnostic Test Suite</name>
-  <groupId>org.jboss.ws</groupId>
-  <artifactId>jbossws-shared-testsuite</artifactId>
-  <description>JBossWS Stack Agnostic Testsuite</description>
-
-  <version>4.1.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/shared-testsuite/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/shared-testsuite/trunk</developerConnection>
-    <url>http://fisheye.jboss.com/viewrep/JBossWS/shared-testsuite/trunk</url>
-  </scm>
-
-  <properties>
-    <jbossws.common.version>2.1.0.Final</jbossws.common.version>
-    <jboss.logging.version>2.0.5.GA</jboss.logging.version>
-    <junit.version>3.8.2</junit.version>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.ws</groupId>
-      <artifactId>jbossws-common</artifactId>
-      <version>${jbossws.common.version}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-      <version>${jboss.logging.version}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>${junit.version}</version>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-            <configuration>
-              <descriptors>
-                <descriptor>testsuite/src/test/scripts/assembly-testsuite.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <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>
-    </plugins>
-  </build>
-
-</project>

Copied: shared-testsuite/branches/jbossws-shared-testsuite-4.1.x/pom.xml (from rev 17213, shared-testsuite/trunk/pom.xml)
===================================================================
--- shared-testsuite/branches/jbossws-shared-testsuite-4.1.x/pom.xml	                        (rev 0)
+++ shared-testsuite/branches/jbossws-shared-testsuite-4.1.x/pom.xml	2013-01-08 16:06:45 UTC (rev 17214)
@@ -0,0 +1,82 @@
+<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 - Stack Agnostic Test Suite</name>
+  <groupId>org.jboss.ws</groupId>
+  <artifactId>jbossws-shared-testsuite</artifactId>
+  <description>JBossWS Stack Agnostic Testsuite</description>
+
+  <version>4.1.2-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/shared-testsuite/branches/jbossws-shared-testsuite-4.1.x</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/shared-testsuite/branches/jbossws-shared-testsuite-4.1.x</developerConnection>
+    <url>http://fisheye.jboss.com/viewrep/JBossWS/shared-testsuite/branches/jbossws-shared-testsuite-4.1.x</url>
+  </scm>
+
+  <properties>
+    <jbossws.common.version>2.1.0.Final</jbossws.common.version>
+    <jboss.logging.version>2.0.5.GA</jboss.logging.version>
+    <junit.version>3.8.2</junit.version>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.ws</groupId>
+      <artifactId>jbossws-common</artifactId>
+      <version>${jbossws.common.version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+      <version>${jboss.logging.version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+            <configuration>
+              <descriptors>
+                <descriptor>testsuite/src/test/scripts/assembly-testsuite.xml</descriptor>
+              </descriptors>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <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>
+    </plugins>
+  </build>
+
+</project>



More information about the jbossws-commits mailing list