Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agentgt committed Jan 4, 2025
1 parent a5c17d7 commit 5016d83
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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.ezkv</groupId>
<artifactId>ezkv-maven-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<artifactId>ezkv-bin</artifactId>
<name>ezkv-bin</name>
Expand Down
2 changes: 1 addition & 1 deletion ezkv-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.jstach.ezkv</groupId>
<artifactId>ezkv-maven-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<properties>
<doc.resources>../</doc.resources>
Expand Down
2 changes: 1 addition & 1 deletion ezkv-dotenv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.jstach.ezkv</groupId>
<artifactId>ezkv-maven-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<properties>
<doc.resources>../</doc.resources>
Expand Down
2 changes: 1 addition & 1 deletion ezkv-json5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.jstach.ezkv</groupId>
<artifactId>ezkv-maven-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<properties>
<doc.resources>../</doc.resources>
Expand Down
2 changes: 1 addition & 1 deletion ezkv-kvs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.jstach.ezkv</groupId>
<artifactId>ezkv-maven-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<artifactId>ezkv-kvs</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion ezkv-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.jstach.ezkv</groupId>
<artifactId>ezkv-maven-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<artifactId>ezkv-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ezkv-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.jstach.ezkv</groupId>
<artifactId>ezkv-maven-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>
<artifactId>ezkv-xml</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>ezkv-maven-parent</artifactId>
<name>ezkv-maven-parent</name>
<packaging>pom</packaging>
<version>0.3.0-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<url>https://github.com/jstachio/ezkv</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>1733261111</project.build.outputTimestamp>
<project.build.outputTimestamp>1736018355</project.build.outputTimestamp>
<doc.resources>../</doc.resources>
<doc.snippets>ezkv/src/test/java</doc.snippets>
<deploy>snapshot</deploy>
Expand Down Expand Up @@ -993,4 +993,4 @@
<module>ezkv-maven-plugin</module>
<module>ezkv-xml</module>
</modules>
</project>
</project>
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.2.1
timestamp=1733944259
version=0.3.0
timestamp=1736018370

0 comments on commit 5016d83

Please sign in to comment.