Skip to content

Commit 06d2c3f

Browse files
committed
0.0.95-SNAPSHOT
1 parent 7156719 commit 06d2c3f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![We recommend IntelliJ IDEA](http://amihaiemil.github.io/images/intellij-idea-recommend.svg)](https://www.jetbrains.com/idea/)
1111

1212

13-
Self's Core, version `0.0.93`.
13+
Self's Core, version `0.0.94`.
1414

1515
This repo contains the main Java SE 11 implementation, clean of any framework.
1616

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.selfxdsd</groupId>
88
<artifactId>self-core</artifactId>
99
<packaging>pom</packaging>
10-
<version>0.0.94-SNAPSHOT</version>
10+
<version>0.0.95-SNAPSHOT</version>
1111
<name>Self XDSD Core</name>
1212
<description>Core Implementation of the com.selfxdsd.api.Self Platform</description>
1313
<modules>

self-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>self-core</artifactId>
77
<groupId>com.selfxdsd</groupId>
8-
<version>0.0.94-SNAPSHOT</version>
8+
<version>0.0.95-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<name>Self XDSD API</name>

self-core-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>self-core</artifactId>
77
<groupId>com.selfxdsd</groupId>
8-
<version>0.0.94-SNAPSHOT</version>
8+
<version>0.0.95-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<name>Self XDSD Implementation</name>

0 commit comments

Comments
 (0)