Skip to content

Commit

Permalink
Prepare SNAPSHOT [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Sep 21, 2023
1 parent f3ba988 commit 40a513d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions jaxb-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.jaxb</groupId>
<artifactId>jaxb</artifactId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
</parent>
<artifactId>jaxb-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down Expand Up @@ -119,7 +119,7 @@
<dependency>
<groupId>org.openjax.maven</groupId>
<artifactId>mojo</artifactId>
<version>0.4.3</version>
<version>0.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openjax.jaxb</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.openjax</groupId>
<artifactId>openjax</artifactId>
<version>2.5.6</version>
<version>2.5.7-SNAPSHOT</version>
</parent>
<groupId>org.openjax.jaxb</groupId>
<artifactId>jaxb</artifactId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>OpenJAX JAXB</name>
<description>
Expand Down
12 changes: 6 additions & 6 deletions xjc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.jaxb</groupId>
<artifactId>jaxb</artifactId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
</parent>
<artifactId>xjc</artifactId>
<name>OpenJAX JAXB XJC</name>
Expand All @@ -48,22 +48,22 @@
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>api</artifactId>
<version>0.9.5</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>sax</artifactId>
<version>0.9.5</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>transform</artifactId>
<version>0.9.5</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>exec</artifactId>
<version>0.8.12</version>
<version>0.8.13-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
Expand All @@ -73,7 +73,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.2</version>
<version>0.7.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 40a513d

Please sign in to comment.