Skip to content

Commit

Permalink
Removed -SNAPSHOT from version
Browse files Browse the repository at this point in the history
  • Loading branch information
dyacob committed Nov 25, 2018
1 parent 54ffad0 commit 8bd63eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target/
/bin/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ used the HighEdit document format as its native system.
to depending librariesl in a form similar to:

```
% java -cp DocxConverter-0.0.1-SNAPSHOT.jar:docx4j-6.0.1.jar:dependencies/\*:icu4j-63_1.jar:slf4j-1.7.25/slf4j-nop-1.7.25.jar org.geez.convert.docx.ConvertDocx brana MyFileIn.docx MyFileOut.docx
% java -cp DocxConverter-0.0.1-SNAPSHOT.jar:docx4j-6.0.1.jar:dependencies/*:icu4j-63_1.jar:slf4j-1.7.25/slf4j-nop-1.7.25.jar org.geez.convert.docx.ConvertDocx brana MyFileIn.docx MyFileOut.docx
```


Expand All @@ -50,6 +50,6 @@ following steps assume that Feedel documents were composed in older versions of
to depending librariesl in a form similar to:

```
% java -cp DocxConverter-0.0.1-SNAPSHOT.jar:docx4j-6.0.1.jar:dependencies/\*:icu4j-63_1.jar:slf4j-1.7.25/slf4j-nop-1.7.25.jar org.geez.convert.docx.ConvertDocx geeznewab MyFileIn.docx MyFileOut.docx
% java -cp DocxConverter-0.0.1-SNAPSHOT.jar:docx4j-6.0.1.jar:dependencies/*:icu4j-63_1.jar:slf4j-1.7.25/slf4j-nop-1.7.25.jar org.geez.convert.docx.ConvertDocx geeznewab MyFileIn.docx MyFileOut.docx
```

7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>geez.org</groupId>
<artifactId>DocxConverter</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<name>Word DOCX Converter</name>
<dependencies>
<dependency>
Expand All @@ -15,10 +15,5 @@
<artifactId>icu4j</artifactId>
<version>63.1</version>
</dependency>
<!-- dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>1.7.25</version>
</dependency -->
</dependencies>
</project>

0 comments on commit 8bd63eb

Please sign in to comment.