Skip to content

Commit

Permalink
Prepare next development cycle for 2.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-jaxb-impl-bot authored and lukasj committed Mar 24, 2020
1 parent dcf36fb commit ab07a5b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions code/fastinfoset/pom.xml
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>fastinfoset-project</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfoset</artifactId>
<packaging>jar</packaging>
<version>2.0.0-M1</version>
<version>2.0.0-SNAPSHOT</version>
<name>fastinfoset</name>

<build>
Expand Down
2 changes: 1 addition & 1 deletion code/pom.xml
Expand Up @@ -31,7 +31,7 @@
<artifactId>fastinfoset-project</artifactId>
<packaging>pom</packaging>
<name>fastinfoset-project</name>
<version>2.0.0-M1</version>
<version>2.0.0-SNAPSHOT</version>
<description>Open Source implementation of the Fast Infoset Standard for Binary XML (http://www.itu.int/ITU-T/asn1/).</description>
<url>https://projects.eclipse.org/projects/ee4j.jaxb-impl</url>

Expand Down
4 changes: 2 additions & 2 deletions code/roundtrip-tests/pom.xml
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>fastinfoset-project</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfosetRoundTripTests</artifactId>
<packaging>jar</packaging>
<version>2.0.0-M1</version>
<version>2.0.0-SNAPSHOT</version>
<name>fastinfoset-roundtrip-tests</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions code/samples/pom.xml
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>fastinfoset-project</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfosetSamples</artifactId>
<packaging>jar</packaging>
<version>2.0.0-M1</version>
<version>2.0.0-SNAPSHOT</version>
<name>fastinfoset-samples</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions code/utilities/pom.xml
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>fastinfoset-project</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfosetUtilities</artifactId>
<packaging>jar</packaging>
<version>2.0.0-M1</version>
<version>2.0.0-SNAPSHOT</version>
<name>fastinfoset-utilities</name>

<dependencies>
Expand Down

0 comments on commit ab07a5b

Please sign in to comment.