Juan Hernandez has uploaded a new change for review.

Change subject: core: Update the version of the deploy plugin
......................................................................

core: Update the version of the deploy plugin

The version used by default doesn't support the
"altReleaseDeploymentRepository" and "altSnapshotDeployment"
configuration parameters that are convenient in order to deploy to
alternative respositories without changing the POMs.

This patch updats the version to 2.8.1.

Change-Id: Ib19fd5d443531623ecf17329f8e6a0cce9f9b920
Related: https://bugzilla.redhat.com/1069196
Signed-off-by: Juan Hernandez <[email protected]>
---
M backend/manager/modules/extensions-api-root/pom.xml
M pom.xml
2 files changed, 8 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/02/27702/1

diff --git a/backend/manager/modules/extensions-api-root/pom.xml 
b/backend/manager/modules/extensions-api-root/pom.xml
index 18d0b56..67bc2a4 100644
--- a/backend/manager/modules/extensions-api-root/pom.xml
+++ b/backend/manager/modules/extensions-api-root/pom.xml
@@ -70,7 +70,7 @@
         <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-deploy-plugin</artifactId>
-            <version>2.7</version>
+            <version>2.8.1</version>
         </plugin>
         <plugin>
             <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 1d73bb8..ad7f45c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -598,6 +598,13 @@
             </ignores>
           </configuration>
         </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.8.1</version>
+        </plugin>
+
       </plugins>
     </pluginManagement>
     <resources>


-- 
To view, visit http://gerrit.ovirt.org/27702
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib19fd5d443531623ecf17329f8e6a0cce9f9b920
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to