Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agentgt committed Nov 27, 2024
1 parent 2203691 commit 986891d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.jstach.kiwi</groupId>
<artifactId>kiwi-maven-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>kiwi-bin</artifactId>
<name>kiwi-bin</name>
Expand Down
2 changes: 1 addition & 1 deletion kiwi-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.jstach.kiwi</groupId>
<artifactId>kiwi-maven-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</parent>
<properties>
<doc.resources>../</doc.resources>
Expand Down
2 changes: 1 addition & 1 deletion kiwi-kvs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.jstach.kiwi</groupId>
<artifactId>kiwi-maven-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>kiwi-kvs</artifactId>
<properties>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>kiwi-maven-parent</artifactId>
<name>kiwi-maven-parent</name>
<packaging>pom</packaging>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
<url>https://github.com/jstachio/kiwi</url>
<description>
A non-opinionated Java bootstrapping configuration library that allows
Expand All @@ -18,7 +18,7 @@
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<metainf-services.version>1.11</metainf-services.version>
<project.build.outputTimestamp>1724545675</project.build.outputTimestamp>
<project.build.outputTimestamp>1732734221</project.build.outputTimestamp>
<doc.resources>../</doc.resources>
<doc.snippets>kiwi/src/test/java</doc.snippets>
<deploy>snapshot</deploy>
Expand Down Expand Up @@ -968,4 +968,4 @@
<module>kiwi-kvs</module>
<module>kiwi-boot</module>
</modules>
</project>
</project>
2 changes: 2 additions & 0 deletions version.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
version=0.1.0
timestamp=1732734191

0 comments on commit 986891d

Please sign in to comment.