You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/02/19 02:02:51 UTC

[maven-javadoc-plugin] branch MJAVADOC-639 updated: [MJAVADOC-639] plexus-java 1.0.5

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

olamy pushed a commit to branch MJAVADOC-639
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


The following commit(s) were added to refs/heads/MJAVADOC-639 by this push:
     new 1905e97  [MJAVADOC-639] plexus-java 1.0.5
1905e97 is described below

commit 1905e9721b1f91874cde1af4c9db781dcc9de82f
Author: olivier lamy <ol...@apache.org>
AuthorDate: Wed Feb 19 12:00:18 2020 +1000

    [MJAVADOC-639] plexus-java 1.0.5
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 483707f..d2171ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@ under the License.
     <doxia-sitetoolsVersion>1.7.4</doxia-sitetoolsVersion>
     <wagonVersion>2.4</wagonVersion>
     <sonatypeAetherVersion>1.13.1</sonatypeAetherVersion>
-    <plexus-java.version>1.0.5-SNAPSHOT</plexus-java.version>
+    <plexus-java.version>1.0.5</plexus-java.version>
     <!-- for ITs -->
     <sitePluginVersion>3.3</sitePluginVersion>
     <projectInfoReportsPluginVersion>2.7</projectInfoReportsPluginVersion>
@@ -450,19 +450,6 @@ under the License.
     </plugins>
   </build>
 
-  <repositories>
-    <repository>
-      <id>plexus.snapshots</id>
-      <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-
   <profiles>
     <profile>
       <id>run-its</id>