Skip to content

Commit

Permalink
Preparing release - #126
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Aug 31, 2023
1 parent 1233932 commit 5ab2939
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 20 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.8.4</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>core</artifactId>
Expand Down
12 changes: 1 addition & 11 deletions it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.8.4</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down Expand Up @@ -312,16 +312,6 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
</dependency>
<dependency>
<groupId>io.github.basilapi</groupId>
<artifactId>store-tdb2</artifactId>
<version>0.8.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>

</project>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.8.4</version>
<packaging>pom</packaging>

<name>BASIL :: Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.8.4</version>
<relativePath>parent</relativePath>
</parent>
<name>BASIL :: Reactor</name>
Expand Down
2 changes: 1 addition & 1 deletion rendering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.8.4</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>rendering</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.github.basilapi</groupId>
<version>0.8.4-SNAPSHOT</version>
<version>0.8.4</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 6 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

server="server/target/"$(cd server/target && ls|grep basil-server)
echo "Launching version "$server
java -jar -Dbasil.configurationFile=basil-tdb2.ini -Dlog4j.configurationFile=server/src/test/resources/log4j2.xml $server -p 8080

2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.8.4</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>basil-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sparql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.github.basilapi</groupId>
<version>0.8.4-SNAPSHOT</version>
<version>0.8.4</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion store-tdb2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.github.basilapi</groupId>
<version>0.8.4-SNAPSHOT</version>
<version>0.8.4</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.github.basilapi</groupId>
<version>0.8.4-SNAPSHOT</version>
<version>0.8.4</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 5ab2939

Please sign in to comment.