OSDN Git Service

pom maven
authorhaya4 <hayashi.yuu@gmail.com>
Mon, 23 Nov 2020 06:38:09 +0000 (15:38 +0900)
committerhaya4 <hayashi.yuu@gmail.com>
Mon, 23 Nov 2020 06:38:09 +0000 (15:38 +0900)
.gitignore [changed mode: 0644->0755]
LICENSE.txt [changed mode: 0644->0755]
README-ja.md [changed mode: 0644->0755]
README.md [changed mode: 0644->0755]
pom.xml [changed mode: 0644->0755]
src/main/java/osm/surveyor/matchtime/Restamp.java [changed mode: 0644->0755]
src/main/resources/i18n.properties [changed mode: 0644->0755]
src/main/resources/i18n_ja_JP.properties [changed mode: 0644->0755]
src/test/java/osm/surveyor/matchtime/Fixture.java [changed mode: 0644->0755]
src/test/java/osm/surveyor/matchtime/RestampTest.java [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 6d96c15..29754da
@@ -14,3 +14,5 @@ nbbuild.xml
 nbactions.xml
 Thumbs.db
 /nbproject/
+*.releaseBackup
+release.properties
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
diff --git a/pom.xml b/pom.xml
old mode 100644 (file)
new mode 100755 (executable)
index f99f701..f2f803b
--- a/pom.xml
+++ b/pom.xml
       <url>http://surveyor.mydns.jp/archiva/repository/snapshots/</url>
     </snapshotRepository>
   </distributionManagement>
+  
+  <repositories>
+    <repository>
+      <id>surveyor.haya4</id>
+      <name>Internal Release Repository</name>
+      <url>http://surveyor.mydns.jp/archiva/repository/haya4/</url>
+    </repository>
+  </repositories>
 
   <dependencies>
  
       <type>jar</type>
     </dependency>
     <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-compress</artifactId>
-      <version>1.14</version>
-      <scope>test</scope>
-      <type>jar</type>
-    </dependency>
-    <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
       <version>1.14</version>
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)