Skip to content

Commit

Permalink
Changed versions to 0.2 (dropping snapshot) for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tstephen committed Oct 22, 2014
1 parent bad66a6 commit 35c377d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions BPMN 2.0 XML Compare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.omg.bpmn.miwg</groupId>
<artifactId>tools</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>xml-compare</artifactId>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>test-suite</artifactId>
<version>${project.version}</version>
<version>0.2-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions XPathTestRunner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.omg.bpmn.miwg</groupId>
<artifactId>tools</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>xpath</artifactId>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>test-suite</artifactId>
<version>${project.version}</version>
<version>0.2-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion bpmn-miwg-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.omg.bpmn.miwg</groupId>
<artifactId>bpmn-miwg-maven-plugin</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>maven-plugin</packaging>

<name>BPMN-MIWG Maven Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>tools</artifactId>
<name>BPMN 2.0 Model Interchange Tools</name>
<packaging>pom</packaging>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<description>A set of tools for evaluating BPMN 2.0 models produced from a range of tools with reference models produced by the BPMN Model Interchange Working Group of the OMG. </description>
<url>https://github.com/bpmn-miwg/bpmn-miwg-tools</url>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion test-result/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.omg.bpmn.miwg</groupId>
<artifactId>tools</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>test-result</artifactId>
Expand Down

0 comments on commit 35c377d

Please sign in to comment.