Skip to content

Commit

Permalink
Release v0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Sep 18, 2023
1 parent 8ce7453 commit fe32a08
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jsonx</groupId>
<artifactId>jsonx</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>binding</artifactId>
<name>JSONx Binding</name>
Expand All @@ -39,17 +39,17 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>math</artifactId>
<version>0.6.7-SNAPSHOT</version>
<version>0.6.7</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>net</artifactId>
<version>0.5.3-SNAPSHOT</version>
<version>0.5.3</version>
</dependency>
<dependency>
<groupId>org.openjax</groupId>
<artifactId>json</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</dependency>
</dependencies>
</project>
10 changes: 5 additions & 5 deletions generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jsonx</groupId>
<artifactId>jsonx</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<properties>
<powermock.version>2.0.2</powermock.version>
Expand All @@ -39,7 +39,7 @@
<plugin>
<groupId>org.jaxsb</groupId>
<artifactId>jaxsb-maven-plugin</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -81,17 +81,17 @@
<dependency>
<groupId>org.jaxsb</groupId>
<artifactId>runtime</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>jci</artifactId>
<version>0.8.6-SNAPSHOT</version>
<version>0.8.6</version>
</dependency>
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>api</artifactId>
<version>0.9.5-SNAPSHOT</version>
<version>0.9.5</version>
</dependency>
<dependency>
<groupId>org.jsonx</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jsonx</groupId>
<artifactId>jsonx</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>jaxrs</artifactId>
<name>JSONx JAX-RS</name>
Expand Down
4 changes: 2 additions & 2 deletions jsonx-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jsonx</groupId>
<artifactId>jsonx</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>jsonx-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down Expand Up @@ -181,7 +181,7 @@
<dependency>
<groupId>org.openjax.maven</groupId>
<artifactId>mojo</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.4.3</version>
</dependency>
<dependency>
<groupId>org.jsonx</groupId>
Expand Down
6 changes: 3 additions & 3 deletions jsonxml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jsonx</groupId>
<artifactId>jsonx</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>jsonxml</artifactId>
<name>JsonXml</name>
Expand All @@ -35,12 +35,12 @@
<dependency>
<groupId>org.openjax</groupId>
<artifactId>json</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</dependency>
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>sax</artifactId>
<version>0.9.5-SNAPSHOT</version>
<version>0.9.5</version>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.entinae</groupId>
<artifactId>pom</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<groupId>org.jsonx</groupId>
<artifactId>jsonx</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>pom</packaging>
<url>https://www.jsonx.org/</url>
<name>JSONx</name>
Expand Down Expand Up @@ -93,12 +93,12 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>logging</artifactId>
<version>0.4.6-SNAPSHOT</version>
<version>0.4.6</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.2-SNAPSHOT</version>
<version>0.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sample/bank/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jsonx.sample</groupId>
<artifactId>sample</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>bank</artifactId>
<name>JSONx Sample Bank</name>
Expand Down
2 changes: 1 addition & 1 deletion sample/cdc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jsonx.sample</groupId>
<artifactId>sample</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>cdc</artifactId>
<name>JSONx Sample CDC</name>
Expand Down
2 changes: 1 addition & 1 deletion sample/invoice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jsonx.sample</groupId>
<artifactId>sample</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>invoice</artifactId>
<name>JSONx Sample Invoice</name>
Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jsonx</groupId>
<artifactId>jsonx</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<groupId>org.jsonx.sample</groupId>
<artifactId>sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jsonx</groupId>
<artifactId>jsonx</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<properties>
<powermock.version>2.0.2</powermock.version>
Expand Down

0 comments on commit fe32a08

Please sign in to comment.