Skip to content

Commit

Permalink
0.0.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jun 13, 2020
1 parent a375bb9 commit f2380a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![We recommend IntelliJ IDEA](http://amihaiemil.github.io/images/intellij-idea-recommend.svg)](https://www.jetbrains.com/idea/)


Self's Core, version `0.0.5`.
Self's Core, version `0.0.6`.

This repo contains the main Java SE 11 Implementation, clean of any framework.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.selfxdsd</groupId>
<artifactId>self-core</artifactId>
<packaging>pom</packaging>
<version>0.0.6-SNAPSHOT</version>
<version>0.0.7-SNAPSHOT</version>
<name>Self XDSD Core</name>
<description>Core Implementation of the com.selfxdsd.api.Self Platform</description>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion self-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>self-core</artifactId>
<groupId>com.selfxdsd</groupId>
<version>0.0.6-SNAPSHOT</version>
<version>0.0.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Self XDSD API</name>
Expand Down
2 changes: 1 addition & 1 deletion self-core-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>self-core</artifactId>
<groupId>com.selfxdsd</groupId>
<version>0.0.6-SNAPSHOT</version>
<version>0.0.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Self XDSD Implementation</name>
Expand Down

0 comments on commit f2380a9

Please sign in to comment.