We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f8dbb commit b22ee60Copy full SHA for b22ee60
assets/renamer.jar
-128 KB
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.imagingbook</groupId>
8
<artifactId>gopro-file-renamer</artifactId>
9
- <version>1.2-SNAPSHOT</version>
+ <version>1.2</version>
10
<packaging>jar</packaging>
11
12
<description>
@@ -42,13 +42,6 @@
42
<version>4.13.2</version>
43
<scope>test</scope>
44
</dependency>
45
-
46
- <dependency>
47
- <groupId>com.miglayout</groupId>
48
- <artifactId>miglayout-swing</artifactId>
49
- <version>11.2</version>
50
- </dependency>
51
52
</dependencies>
53
54
<build>
@@ -103,3 +96,6 @@
103
96
</build>
104
97
105
98
</project>
99
+
100
+<!-- check for plugin updates:
101
+ mvn versions:display-dependency-updates -->
0 commit comments