OSDN Git Service

v
[restamp/Restamp-gui.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0ae5ca0..4fe7bc9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,16 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <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>ReStamp-gui</artifactId>
-  <version>3.2-SNAPSHOT</version>
+  <version>3.3-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>HEAD</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>
   </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>
   </properties>
     
   <!-- プロジェクトの名前、ロゴ、URL(右上) -->
-  <name>ReStamp</name>
-  <url>http://surveyor.mydns.jp/gitbucket/yuu/Restamp/wiki</url>
+  <name>ReStamp-gui</name>
+  <url>http://surveyor.mydns.jp/gitbucket/yuu/Restamp-gui/wiki</url>
        
-  <repositories>
+  <!-- DEPLOY先の指定  mvn deploy -->
+  <distributionManagement>
     <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>
+    <snapshotRepository>
+      <id>surveyor.snapshots</id>
+      <name>Archiva Managed Snapshot Repository</name>
+      <url>http://surveyor.mydns.jp/archiva/repository/snapshots/</url>
+    </snapshotRepository>
+  </distributionManagement>
 
   <dependencies>
+
+    <!-- restamp-core -->
     <dependency>
       <groupId>osm.surveyor</groupId>
       <artifactId>ReStamp</artifactId>
-      <version>3.2</version>
-      <type>jar</type>
+      <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 -->
       </plugin>
        </plugins>
   </reporting>
-</project>
\ No newline at end of file
+</project>