• R/O
  • HTTP
  • SSH
  • HTTPS

restamp: Commit

This is a tool for collectively rewriting the file update time of still image files when extracting still images at regular time intervals from time-lapse movies.


Commit MetaInfo

Revisão3440c7957a904345dcc8a99b05cefb83a81e629e (tree)
Hora2020-11-23 15:38:09
Autorhaya4 <hayashi.yuu@gmai...>
Commiterhaya4

Mensagem de Log

pom maven

Mudança Sumário

Diff

--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,5 @@ nbbuild.xml
1414 nbactions.xml
1515 Thumbs.db
1616 /nbproject/
17+*.releaseBackup
18+release.properties
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,14 @@
5151 <url>http://surveyor.mydns.jp/archiva/repository/snapshots/</url>
5252 </snapshotRepository>
5353 </distributionManagement>
54+
55+ <repositories>
56+ <repository>
57+ <id>surveyor.haya4</id>
58+ <name>Internal Release Repository</name>
59+ <url>http://surveyor.mydns.jp/archiva/repository/haya4/</url>
60+ </repository>
61+ </repositories>
5462
5563 <dependencies>
5664
@@ -77,13 +85,6 @@
7785 <type>jar</type>
7886 </dependency>
7987 <dependency>
80- <groupId>org.apache.commons</groupId>
81- <artifactId>commons-compress</artifactId>
82- <version>1.14</version>
83- <scope>test</scope>
84- <type>jar</type>
85- </dependency>
86- <dependency>
8788 <groupId>commons-codec</groupId>
8889 <artifactId>commons-codec</artifactId>
8990 <version>1.14</version>
Show on old repository browser