Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agentgt committed Jan 13, 2025
1 parent 2c24133 commit 3e54288
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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.4.0-SNAPSHOT</version>
<version>0.5.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.4.0-SNAPSHOT</version>
<version>0.5.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.4.0-SNAPSHOT</version>
<version>0.5.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.4.0-SNAPSHOT</version>
<version>0.5.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.4.0-SNAPSHOT</version>
<version>0.5.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.4.0-SNAPSHOT</version>
<version>0.5.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.4.0-SNAPSHOT</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>ezkv-xml</artifactId>
<properties>
Expand Down
4 changes: 2 additions & 2 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.4.0-SNAPSHOT</version>
<version>0.5.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>1736018355</project.build.outputTimestamp>
<project.build.outputTimestamp>1736787838</project.build.outputTimestamp>
<doc.resources>../</doc.resources>
<doc.snippets>ezkv/src/test/java</doc.snippets>
<deploy>snapshot</deploy>
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.3.0
timestamp=1736018370
version=0.4.0
timestamp=1736787823

0 comments on commit 3e54288

Please sign in to comment.