Skip to content

Commit

Permalink
version 0.8-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
nkons committed Feb 11, 2016
1 parent 712e25f commit 72adde6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>gr.seab</groupId>
<artifactId>r2rml-parser</artifactId>
<version>0.7</version>
<version>0.8</version>
<packaging>jar</packaging>
<name>R2RML Parser</name>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions r2rml-parser.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
echo This is R2RML Parser 0.7-alpha. Run with -h for help on options.
echo This is R2RML Parser 0.8-alpha. Run with -h for help on options.
java -Xms128m -Xmx1024m -cp "./*;./lib/*;" gr.seab.r2rml.beans.Main %1 %2
echo R2RML Parser 0.7-alpha. Done.
echo R2RML Parser 0.8-alpha. Done.
6 changes: 3 additions & 3 deletions r2rml-parser.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
echo "This is R2RML Parser 0.7-alpha. Run with -h for help on options."
java -Xms128m -Xmx1024m -cp "./*;./lib/*;" -jar lib/r2rml-parser-0.7.jar $1 $2
echo "R2RML Parser 0.7-alpha. Done."
echo "This is R2RML Parser 0.8-alpha. Run with -h for help on options."
java -Xms128m -Xmx1024m -cp "./*;./lib/*;" -jar lib/r2rml-parser-0.8.jar $1 $2
echo "R2RML Parser 0.8-alpha. Done."
2 changes: 2 additions & 0 deletions src/assemble/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<outputDirectory>.</outputDirectory>
<includes>
<include>dspace/**</include>
<include>dspace5/**</include>
<include>iswc/**</include>
<include>r2rml-parser.bat</include>
<include>r2rml-parser.sh</include>
</includes>
Expand Down

0 comments on commit 72adde6

Please sign in to comment.