[teiid-commits] teiid SVN: r4161 - branches/7.7.x/connectors/connector-infinispan.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Jun 1 23:16:49 EDT 2012


Author: van.halbert
Date: 2012-06-01 23:16:47 -0400 (Fri, 01 Jun 2012)
New Revision: 4161

Modified:
   branches/7.7.x/connectors/connector-infinispan/pom.xml
Log:
fixed the versions on the maven plugins

Modified: branches/7.7.x/connectors/connector-infinispan/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-infinispan/pom.xml	2012-06-02 02:48:39 UTC (rev 4160)
+++ branches/7.7.x/connectors/connector-infinispan/pom.xml	2012-06-02 03:16:47 UTC (rev 4161)
@@ -246,6 +246,7 @@
  	<plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-install-plugin</artifactId>
+        <version>2.3.1</version>
         <executions>
             <execution>
                 <id>install-ear</id>
@@ -266,6 +267,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-deploy-plugin</artifactId>
+                <version>2.5</version>
                 <executions>
                     <execution>
                         <id>deploy-ear</id>
@@ -274,7 +276,7 @@
                             <goal>deploy-file</goal>
                         </goals>
                         <configuration>
-                            <url>file:///tmp/deploy-mead</url>
+                            <url>file:///maven/output</url>
                             <repositoryId>Internal testing release</repositoryId>
                             <packaging>ear</packaging>
                             <artifactId>${project.artifactId}</artifactId>



More information about the teiid-commits mailing list