Skip to content

Commit

Permalink
Prepare RELEASE [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed May 23, 2020
1 parent 5890695 commit cb61e82
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.xml</groupId>
<artifactId>xml</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</parent>
<artifactId>api</artifactId>
<name>OpenJAX XML API</name>
Expand Down
2 changes: 1 addition & 1 deletion datatype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.xml</groupId>
<artifactId>xml</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</parent>
<artifactId>datatype</artifactId>
<name>OpenJAX XML DataType</name>
Expand Down
2 changes: 1 addition & 1 deletion dom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.xml</groupId>
<artifactId>xml</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</parent>
<artifactId>dom</artifactId>
<name>OpenJAX XML DOM</name>
Expand Down
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.openjax</groupId>
<artifactId>openjax</artifactId>
<version>2.5.5-SNAPSHOT</version>
<version>2.5.5</version>
</parent>
<groupId>org.openjax.xml</groupId>
<artifactId>xml</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
<packaging>pom</packaging>
<name>OpenJAX XML</name>
<description>
Expand Down Expand Up @@ -64,12 +64,12 @@
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>schema</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</dependency>
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>api</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions sax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.xml</groupId>
<artifactId>xml</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</parent>
<artifactId>sax</artifactId>
<name>OpenJAX XML SAX</name>
Expand All @@ -33,12 +33,12 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>net</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>io</artifactId>
<version>0.7.7-SNAPSHOT</version>
<version>0.7.7</version>
</dependency>
<dependency>
<groupId>org.openjax.xml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.xml</groupId>
<artifactId>xml</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</parent>
<artifactId>schema</artifactId>
<name>OpenJAX XML Schema</name>
Expand Down
2 changes: 1 addition & 1 deletion transform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.xml</groupId>
<artifactId>xml</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</parent>
<artifactId>transform</artifactId>
<name>OpenJAX XML Transform</name>
Expand Down
8 changes: 4 additions & 4 deletions xml-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Execution with `includes` directive.
<plugin>
<groupId>org.openjax.xml</groupId>
<artifactId>xml-maven-plugin</artifactId>
<version>0.9.2</version>
<version>0.9.4</version>
<executions>
<execution>
<goals>
Expand All @@ -55,7 +55,7 @@ Execution with `includes` and `excludes` directives.
<plugin>
<groupId>org.openjax.xml</groupId>
<artifactId>xml-maven-plugin</artifactId>
<version>0.9.2</version>
<version>0.9.4</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -83,7 +83,7 @@ Execution with `includes`, `excludes`, and `resources` directives.
<plugin>
<groupId>org.openjax.xml</groupId>
<artifactId>xml-maven-plugin</artifactId>
<version>0.9.2</version>
<version>0.9.4</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -135,7 +135,7 @@ Execution with `includes` directive.
<plugin>
<groupId>org.openjax.xml</groupId>
<artifactId>xml-maven-plugin</artifactId>
<version>0.9.2</version>
<version>0.9.4</version>
<executions>
<execution>
<goals>
Expand Down
8 changes: 4 additions & 4 deletions xml-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.xml</groupId>
<artifactId>xml</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</parent>
<artifactId>xml-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down Expand Up @@ -116,17 +116,17 @@
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>sax</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</dependency>
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>transform</artifactId>
<version>0.9.4-SNAPSHOT</version>
<version>0.9.4</version>
</dependency>
<dependency>
<groupId>org.openjax.maven</groupId>
<artifactId>mojo</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</dependency>
</dependencies>
</project>

0 comments on commit cb61e82

Please sign in to comment.