OSDN Git Service

fix
authorhaya4 <hayashi.yuu@gmail.com>
Sat, 3 Oct 2020 21:10:04 +0000 (06:10 +0900)
committerhaya4 <hayashi.yuu@gmail.com>
Sat, 3 Oct 2020 21:10:04 +0000 (06:10 +0900)
pom.xml

diff --git a/pom.xml b/pom.xml
index b0775c0..d7074ab 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>${project.version}</version>
+        <version>2.5.3</version>
         <configuration>
           <releaseProfiles>install</releaseProfiles>
-          <tagNameFormat>v${project.version}</tagNameFormat>
+          <tagNameFormat>v@{project.version}</tagNameFormat>
         </configuration>
       </plugin>
 
     </plugins>
+    
+    
   </build>
   
 </project>