Version (de-)bump

This commit is contained in:
Alexander Söderberg 2020-09-20 20:00:50 +02:00
parent 6f0dba0bf0
commit d4b9d033dc
No known key found for this signature in database
GPG key ID: C0207FF7EA146678
13 changed files with 28 additions and 26 deletions

View file

@ -5,7 +5,7 @@
<parent>
<artifactId>cloud</artifactId>
<groupId>com.intellectualsites</groupId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-jline</artifactId>
@ -18,7 +18,7 @@
<dependency>
<groupId>com.intellectualsites</groupId>
<artifactId>cloud-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>