OSDN Git Service

[maven-release-plugin] prepare for next development iteration
[restamp/Restamp-gui.git] / pom.xml
diff --git a/pom.xml b/pom.xml
old mode 100644 (file)
new mode 100755 (executable)
index fdde5c0..9d29ad1
--- a/pom.xml
+++ b/pom.xml
@@ -2,14 +2,29 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>osm.surveyor</groupId>
   <artifactId>ReStamp-gui</artifactId>
-  <version>3.2</version>
+  <version>3.5-SNAPSHOT</version>
   <packaging>jar</packaging>
   <scm>
-    <connection>scm:git:http://surveyor.mydns.jp/gitbucket/git/yuu/Restamp-gui.git</connection>
-    <url>http://surveyor.mydns.jp/gitbucket/yuu/Restamp-gui/wiki</url>
-    <developerConnection>scm:git:http://surveyor.mydns.jp/gitbucket/git/yuu/Restamp-gui.git</developerConnection>
-    <tag>v3.2</tag>
+    <connection>scm:git:http://surveyor.mydns.jp/gitbucket/git/yuu/ReStamp-gui.git</connection>
+    <url>http://surveyor.mydns.jp/gitbucket/yuu/ReStamp-gui/wiki</url>
+    <developerConnection>scm:git:http://surveyor.mydns.jp/gitbucket/git/yuu/ReStamp-gui.git</developerConnection>
+    <tag>HEAD</tag>
   </scm>
+  
+  <licenses>
+    <license>
+      <name>MIT License</name>
+      <url>http://www.opensource.org/licenses/mit-license.php</url>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>Yuu Hayashi</name>
+      <email>hayashi.yuu@gmail.com</email>
+      <organization>surveyor</organization>
+      <organizationUrl>http://surveyor.mydns.jp/</organizationUrl>
+    </developer>
+  </developers>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   <name>ReStamp-gui</name>
   <url>http://surveyor.mydns.jp/gitbucket/yuu/Restamp-gui/wiki</url>
        
+  <!-- DEPLOY先の指定  mvn deploy -->
+  <distributionManagement>
+    <repository>
+      <id>surveyor.haya4</id>
+      <name>Internal Release Repository</name>
+      <url>http://surveyor.mydns.jp/archiva/repository/haya4/</url>
+    </repository>
+    <snapshotRepository>
+      <id>surveyor.snapshots</id>
+      <name>Archiva Managed Snapshot Repository</name>
+      <url>http://surveyor.mydns.jp/archiva/repository/snapshots/</url>
+    </snapshotRepository>
+  </distributionManagement>
+  
   <repositories>
     <repository>
-      <id>internal</id>
-      <name>Hayashi Repository</name>
+      <id>surveyor.haya4</id>
+      <name>Internal Release Repository</name>
       <url>http://surveyor.mydns.jp/archiva/repository/haya4/</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
     </repository>
   </repositories>
 
   <dependencies>
+
+    <!-- restamp-core -->
     <dependency>
       <groupId>osm.surveyor</groupId>
       <artifactId>ReStamp</artifactId>
-      <version>3.3</version>
+      <version>3.8.4</version>
     </dependency>
+
+    <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-imaging -->
     <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-imaging</artifactId>
-      <version>1.0-alpha1</version>
-      <type>jar</type>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-imaging</artifactId>
+        <version>1.0-alpha1</version>
     </dependency>
 
     <!-- for JUnit test -->