Skip to content

Commit 51d24db

Browse files
committed
Set version to 0.9.0 -- removed support for Java 8
1 parent f3c23da commit 51d24db

File tree

11 files changed

+10
-46
lines changed

11 files changed

+10
-46
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.basilapi</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>0.8.4</version>
25+
<version>0.9.0</version>
2626
<relativePath>../parent</relativePath>
2727
</parent>
2828
<artifactId>core</artifactId>

it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>io.github.basilapi</groupId>
3131
<artifactId>parent</artifactId>
32-
<version>0.8.4</version>
32+
<version>0.9.0</version>
3333
<relativePath>../parent</relativePath>
3434
</parent>
3535

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>io.github.basilapi</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>0.8.4</version>
25+
<version>0.9.0</version>
2626
<packaging>pom</packaging>
2727

2828
<name>BASIL :: Parent</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.github.basilapi</groupId>
2626
<artifactId>parent</artifactId>
27-
<version>0.8.4</version>
27+
<version>0.9.0</version>
2828
<relativePath>parent</relativePath>
2929
</parent>
3030
<name>BASIL :: Reactor</name>

rendering/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.basilapi</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>0.8.4</version>
25+
<version>0.9.0</version>
2626
<relativePath>../parent</relativePath>
2727
</parent>
2828
<artifactId>rendering</artifactId>

rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>parent</artifactId>
2323
<groupId>io.github.basilapi</groupId>
24-
<version>0.8.4</version>
24+
<version>0.9.0</version>
2525
<relativePath>../parent</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.basilapi</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>0.8.4</version>
25+
<version>0.9.0</version>
2626
<relativePath>../parent</relativePath>
2727
</parent>
2828
<artifactId>basil-server</artifactId>

sparql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>parent</artifactId>
2323
<groupId>io.github.basilapi</groupId>
24-
<version>0.8.4</version>
24+
<version>0.9.0</version>
2525
<relativePath>../parent</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

store-tdb2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>parent</artifactId>
2323
<groupId>io.github.basilapi</groupId>
24-
<version>0.8.4</version>
24+
<version>0.9.0</version>
2525
<relativePath>../parent</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)