OSDN Git Service

[maven-release-plugin] prepare release v5.3.2
[importpicture/importpicture.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 11706e3..056a739 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,15 +1,21 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>osm.surveyor</groupId>
   <artifactId>AdjustTime</artifactId>
-  <version>5.3-SNAPSHOT</version>
-    
+  <version>5.3.2</version>
+  <scm>
+    <connection>scm:git:http://surveyor.mydns.jp/gitbucket/git/yuu/AdjustTime.git</connection>
+    <url>http://surveyor.mydns.jp/gitbucket/yuu/AdjustTime/wiki</url>
+    <developerConnection>scm:git:http://surveyor.mydns.jp/gitbucket/git/yuu/AdjustTime.git</developerConnection>
+    <tag>v5.3.2</tag>
+  </scm>
+  
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <java.version>1.8</java.version>
     <maven.compiler.source>${java.version}</maven.compiler.source>
     <maven.compiler.target>${java.version}</maven.compiler.target>
+    <gpg.skip>true</gpg.skip>
   </properties>
     
   <repositories>
@@ -38,7 +44,7 @@
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-core</artifactId>
-      <version>1.3</version>
+      <version>2.2</version>
       <scope>test</scope>
       <type>jar</type>
     </dependency>
           <encoding>UTF-8</encoding>
         </configuration>
       </plugin>
-
-      <!-- Allows the example to be run via 'mvn compile exec:java' -->
+      
+      <!-- mvn release:prepare -->
+      <!-- mvn release:perform -->
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>exec-maven-plugin</artifactId>
-        <version>1.6.0</version>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.5.3</version>
         <configuration>
-          <mainClass>osm.jp.gpx.ImportPicture</mainClass>
-          <includePluginDependencies>false</includePluginDependencies>
+          <releaseProfiles>deploy</releaseProfiles>
+          <tagNameFormat>v@{project.version}</tagNameFormat>
         </configuration>
       </plugin>