From f2380a94ee88a700ac47b3bab6f2f1c7617cf18c Mon Sep 17 00:00:00 2001 From: rultor Date: Sat, 13 Jun 2020 15:30:24 +0000 Subject: [PATCH] 0.0.7-SNAPSHOT --- README.md | 2 +- pom.xml | 2 +- self-api/pom.xml | 2 +- self-core-impl/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c768bc6a..1aff76ce 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pom.xml b/pom.xml index eaf0739d..dda07c0d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.selfxdsd self-core pom - 0.0.6-SNAPSHOT + 0.0.7-SNAPSHOT Self XDSD Core Core Implementation of the com.selfxdsd.api.Self Platform diff --git a/self-api/pom.xml b/self-api/pom.xml index b8362f6e..27432ed0 100644 --- a/self-api/pom.xml +++ b/self-api/pom.xml @@ -5,7 +5,7 @@ self-core com.selfxdsd - 0.0.6-SNAPSHOT + 0.0.7-SNAPSHOT 4.0.0 Self XDSD API diff --git a/self-core-impl/pom.xml b/self-core-impl/pom.xml index 96a20bea..f324537f 100644 --- a/self-core-impl/pom.xml +++ b/self-core-impl/pom.xml @@ -5,7 +5,7 @@ self-core com.selfxdsd - 0.0.6-SNAPSHOT + 0.0.7-SNAPSHOT 4.0.0 Self XDSD Implementation