Skip to content

Commit d94948d

Browse files
committed
* Better management of command line options in fileid application
+ Version 1.0.0 release
1 parent beb6826 commit d94948d

File tree

4 files changed

+330
-325
lines changed

4 files changed

+330
-325
lines changed

file/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>org.magicdb.magic.application</groupId>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>1.0.0</version>
99

1010
<!-- FIXME change it to the project's website -->
1111
<url></url>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.magicdb.magic</groupId>
6666
<artifactId>magiclib</artifactId>
67-
<version>0.0.1-SNAPSHOT</version>
67+
<version>1.0.0</version>
6868
</dependency>
6969
</dependencies>
7070

0 commit comments

Comments
 (0)