commit | d99762ff2dc40fc3c35882389954b75c988edfef | [log] [tgz] |
---|---|---|
author | Larry Ruiz <larry.b.ruiz@gmail.com> | Sun Apr 17 01:44:17 2011 -0500 |
committer | Larry Ruiz <larry.b.ruiz@gmail.com> | Sun Apr 17 01:44:17 2011 -0500 |
tree | 5e49724b53d84c06afac5aa300fa6ed29c6c1651 | |
parent | dca3938cd201b81f30c8ac65970c3d59c44c2e57 [diff] |
fix cli dependency o ncore
diff --git a/cli/pom.xml b/cli/pom.xml index 0822820..9532909 100644 --- a/cli/pom.xml +++ b/cli/pom.xml
@@ -31,7 +31,7 @@ <dependency> <groupId>org.tautua.markdownpapers</groupId> <artifactId>markdownpapers-core</artifactId> - <version>0.5.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>commons-cli</groupId>