You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/09/01 19:27:20 UTC

[maven-scm] 06/07: [SCM-903] Upgrade Plexus Security Dispatcher to 1.4

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch dep-upgrades
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit b4245477f7bf69dea6191a0ecab8ba7347c0f280
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Sep 1 21:25:42 2018 +0200

    [SCM-903] Upgrade Plexus Security Dispatcher to 1.4
---
 maven-scm-plugin/pom.xml                                 | 9 +++------
 maven-scm-providers/maven-scm-providers-standard/pom.xml | 6 +-----
 maven-scm-test/pom.xml                                   | 3 +--
 pom.xml                                                  | 5 +++++
 4 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/maven-scm-plugin/pom.xml b/maven-scm-plugin/pom.xml
index 1efc45b..5bfc8eb 100644
--- a/maven-scm-plugin/pom.xml
+++ b/maven-scm-plugin/pom.xml
@@ -43,14 +43,12 @@
   <properties>
     <mavenVersion>2.2.1</mavenVersion>
     <mavenPluginVersion>3.2</mavenPluginVersion>
-
-    <maven.compiler.target>1.7</maven.compiler.target>
   </properties>
 
   <prerequisites>
     <maven>${mavenVersion}</maven>
   </prerequisites>
-  
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -94,7 +92,7 @@
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
     </dependency>
-    
+
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>file-management</artifactId>
@@ -104,7 +102,6 @@
     <dependency>
       <groupId>org.sonatype.plexus</groupId>
       <artifactId>plexus-sec-dispatcher</artifactId>
-      <version>1.3</version>
     </dependency>
 
     <!-- dependencies to annotations -->
@@ -119,7 +116,7 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
-    </dependency>   
+    </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
diff --git a/maven-scm-providers/maven-scm-providers-standard/pom.xml b/maven-scm-providers/maven-scm-providers-standard/pom.xml
index bd5df51..b384a6d 100644
--- a/maven-scm-providers/maven-scm-providers-standard/pom.xml
+++ b/maven-scm-providers/maven-scm-providers-standard/pom.xml
@@ -33,16 +33,12 @@
 
   <name>Maven SCM Standard Providers</name>
 
-  <properties>
-    <maven.compiler.target>1.7</maven.compiler.target>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
       <artifactId>maven-scm-provider-accurev</artifactId>
       <scope>runtime</scope>
-    </dependency>     
+    </dependency>
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
       <artifactId>maven-scm-provider-bazaar</artifactId>
diff --git a/maven-scm-test/pom.xml b/maven-scm-test/pom.xml
index 398357f..34d4912 100644
--- a/maven-scm-test/pom.xml
+++ b/maven-scm-test/pom.xml
@@ -46,9 +46,8 @@
     <dependency>
       <groupId>org.sonatype.plexus</groupId>
       <artifactId>plexus-sec-dispatcher</artifactId>
-      <version>1.3</version>
-
     </dependency>
+
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
diff --git a/pom.xml b/pom.xml
index a3667c7..202d881 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,6 +267,11 @@
         <artifactId>plexus-utils</artifactId>
         <version>3.1.0</version>
       </dependency>
+      <dependency>
+          <groupId>org.sonatype.plexus</groupId>
+          <artifactId>plexus-sec-dispatcher</artifactId>
+          <version>1.4</version>
+      </dependency>
 
       <dependency>
         <groupId>commons-lang</groupId>