Skip to content

Commit

Permalink
0.0.95-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Sep 29, 2021
1 parent 7156719 commit 06d2c3f
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 @@ -10,7 +10,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.93`.
Self's Core, version `0.0.94`.

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.94-SNAPSHOT</version>
<version>0.0.95-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.94-SNAPSHOT</version>
<version>0.0.95-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.94-SNAPSHOT</version>
<version>0.0.95-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Self XDSD Implementation</name>
Expand Down

0 comments on commit 06d2c3f

Please sign in to comment.