Skip to content

Commit

Permalink
bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 22, 2024
1 parent c3198ec commit d058158
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.json-schema</groupId>
<artifactId>json-schema</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>json-schema-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.json-schema</groupId>
<artifactId>json-schema</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>json-schema-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>io.github.sebastian-toepfer.json-schema</groupId>
<artifactId>json-schema</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>

<name>Json Schema</name>
<packaging>pom</packaging>
Expand Down Expand Up @@ -45,7 +45,7 @@
</scm>

<properties>
<project.build.outputTimestamp>2024-06-12T20:09:52Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-22T08:00:14Z</project.build.outputTimestamp>

<maven.compiler.source>17</maven.compiler.source>

Expand Down
2 changes: 1 addition & 1 deletion vocabulary-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.json-schema</groupId>
<artifactId>json-schema</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>json-schema-vocabulary-spi</artifactId>
Expand Down

0 comments on commit d058158

Please sign in to comment.