Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Release version 0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijskant committed Feb 9, 2016
1 parent ecc435b commit 76be665
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ and [opencsv](http://opencsv.sourceforge.net).
### Build and run
```bash
mvn package
java -jar target/sas-convert-0.0.1-SNAPSHOT.jar <file.sas7bdat> <file.csv>
java -jar target/sas-convert-0.1.jar <file.sas7bdat> <file.csv>
```

### Install in home directory
```bash
cp target/sas-convert-0.0.1-SNAPSHOT.jar ~/bin/sas-convert.jar
cp target/sas-convert-0.1.jar ~/bin/sas-convert.jar
chmod +x ~/bin/sas-convert.jar
```
If your `~/bin` directory is not in your path, add these lines to `~/.profile`:
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>thehyve</groupId>
<artifactId>sas-convert</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -63,4 +63,5 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 76be665

Please sign in to comment.