OSDN Git Service

pom
authorhaya4 <hayashi.yuu@gmail.com>
Thu, 1 Oct 2020 19:41:52 +0000 (04:41 +0900)
committerhaya4 <hayashi.yuu@gmail.com>
Thu, 1 Oct 2020 19:41:52 +0000 (04:41 +0900)
pom.xml

diff --git a/pom.xml b/pom.xml
index c829caa..756cfd7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <version>1.0-alpha2</version>
       <type>jar</type>
     </dependency>
-    
-    <!-- https://mvnrepository.com/artifact/org.codehaus.plexus/plexus-utils -->
+         
+    <!-- https://mvnrepository.com/artifact/com.googlecode.maven-download-plugin/download-maven-plugin -->
     <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>3.0.5</version>
+      <groupId>com.googlecode.maven-download-plugin</groupId>
+      <artifactId>download-maven-plugin</artifactId>
+      <version>1.6.0</version>
       <scope>test</scope>
       <type>jar</type>
     </dependency>
       <type>jar</type>
     </dependency>
     
-    <!-- https://mvnrepository.com/artifact/com.googlecode.maven-download-plugin/download-maven-plugin -->
+    <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-release-plugin -->
     <dependency>
-      <groupId>com.googlecode.maven-download-plugin</groupId>
-      <artifactId>download-maven-plugin</artifactId>
-      <version>1.6.0</version>
-      <scope>test</scope>
-      <type>jar</type>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-release-plugin</artifactId>
+      <version>2.5.3</version>
     </dependency>
 
   </dependencies>
           <encoding>UTF-8</encoding>
         </configuration>
       </plugin>
-      
-      <plugin>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-utils</artifactId>
-          <version>3.0.5</version>
-      </plugin>
-       
+             
       <!-- mvn generate-test-resources:get -->
       <plugin>
         <groupId>com.googlecode.maven-download-plugin</groupId>
         </executions>
       </plugin>
       
-      <!-- mvn deploy -->
-      <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-deploy-plugin</artifactId>
-          <version>2.8.2</version>
-      </plugin>
-
       <!-- mvn release:prepare -->
       <!-- mvn release:perform -->
       <plugin>