Skip to content

Commit

Permalink
Released v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Mar 12, 2021
1 parent d8ebd7d commit ab236e8
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion it/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
3 changes: 2 additions & 1 deletion parent/pom.xml
Expand Up @@ -22,7 +22,7 @@

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

<name>BASIL :: Parent</name>
Expand Down Expand Up @@ -324,6 +324,7 @@
<url>https://github.com/basilapi/basil/issues</url>
</issueManagement>

<url>https://github.com/basilapi/basil</url>
<scm>
<url>https://github.com/basilapi/basil</url>
<connection>scm:git:git://github.com/basilapi/basil.git</connection>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>parent</relativePath>
</parent>
<name>BASIL :: Reactor</name>
Expand Down
2 changes: 1 addition & 1 deletion rendering/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>rendering</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.github.basilapi</groupId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.github.basilapi</groupId>
<artifactId>parent</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>basil-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sparql/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.github.basilapi</groupId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion store/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.github.basilapi</groupId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit ab236e8

Please sign in to comment.