[mule-scm] [mule] [15986] branches/mule-2.2.x/transports/jms/pom.xml: adding mulemq version to the pom (and testing committer rights)

View: New views
1 Messages — Rating Filter:   Alert me  

[mule-scm] [mule] [15986] branches/mule-2.2.x/transports/jms/pom.xml: adding mulemq version to the pom (and testing committer rights)

by alan.cassar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
[mule] [15986] branches/mule-2.2.x/transports/jms/pom.xml: adding mulemq version to the pom (and testing committer rights)
Revision
15986
Author
alan.cassar
Date
2009-11-06 03:39:24 -0600 (Fri, 06 Nov 2009)

Log Message

adding mulemq version to the pom (and testing committer rights)

Modified Paths

Diff

Modified: branches/mule-2.2.x/transports/jms/pom.xml (15985 => 15986)

--- branches/mule-2.2.x/transports/jms/pom.xml	2009-11-06 01:59:50 UTC (rev 15985)
+++ branches/mule-2.2.x/transports/jms/pom.xml	2009-11-06 09:39:24 UTC (rev 15986)
@@ -1,98 +1,100 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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>
-    <parent>
-        <groupId>org.mule.transports</groupId>
-        <artifactId>mule-transports</artifactId>
-        <version>2.2.3-SNAPSHOT</version>
-    </parent>
-    <artifactId>mule-transport-jms</artifactId>
-    <packaging>bundle</packaging>
-    <name>JMS Transport</name>
-    <description>A Mule transport for Jms Connectivity.</description>
+<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>
+	<parent>
+		<groupId>org.mule.transports</groupId>
+		<artifactId>mule-transports</artifactId>
+		<version>2.2.3-SNAPSHOT</version>
+	</parent>
+	<artifactId>mule-transport-jms</artifactId>
+	<packaging>bundle</packaging>
+	<name>JMS Transport</name>
+	<description>A Mule transport for Jms Connectivity.</description>
 
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <forkMode>pertest</forkMode>
-                    <includes>
-                        <!--
-                            This module has some classes which begin with 'Test' and that are
-                            no JUnit tests. Exclude those.
-                        -->
-                        <include>**/*TestCase.java</include>
-                        <include>**/*Test.java</include>
-                    </includes>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
+	<properties>
+		<mulemq.version>5.0.6383</mulemq.version>
+	</properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jms_1.1_spec</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
-        </dependency>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>
+					<forkMode>pertest</forkMode>
+					<includes>
+						<!--
+							This module has some classes which begin with 'Test' and that are
+							no JUnit tests. Exclude those.
+						-->
+						<include>**/*TestCase.java</include>
+						<include>**/*Test.java</include>
+					</includes>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<executions>
+					<execution>
+						<goals>
+							<goal>test-jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
 
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.geronimo.specs</groupId>
+			<artifactId>geronimo-jms_1.1_spec</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.geronimo.specs</groupId>
+			<artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
+		</dependency>
 
-        <!-- Unit tests only -->
-        <dependency>
-            <groupId>org.mule.transports</groupId>
-            <artifactId>mule-transport-tcp</artifactId>
-            <version>${version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mule.transports</groupId>
-            <artifactId>mule-transport-vm</artifactId>
-            <version>${version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mule.modules</groupId>
-            <artifactId>mule-module-jbossts</artifactId>
-            <version>${version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.activemq</groupId>
-            <artifactId>activemq-core</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>mockobjects</groupId>
-            <artifactId>mockobjects-core</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <!--
-                added version here instead of root pom in order to avoid potential
-                issues of using an JUnit4 in the rest of the project. Currently it
-                is only needed to compile the MuleParameterized class
-            -->
-            <version>4.5</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+
+		<!-- Unit tests only -->
+		<dependency>
+			<groupId>org.mule.transports</groupId>
+			<artifactId>mule-transport-tcp</artifactId>
+			<version>${version}</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.mule.transports</groupId>
+			<artifactId>mule-transport-vm</artifactId>
+			<version>${version}</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.mule.modules</groupId>
+			<artifactId>mule-module-jbossts</artifactId>
+			<version>${version}</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.activemq</groupId>
+			<artifactId>activemq-core</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>mockobjects</groupId>
+			<artifactId>mockobjects-core</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<!--
+				added version here instead of root pom in order to avoid potential
+				issues of using an JUnit4 in the rest of the project. Currently it
+				is only needed to compile the MuleParameterized class
+			-->
+			<version>4.5</version>
+			<scope>test</scope>
+		</dependency>
 </project>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email