Skip to content

Commit

Permalink
release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tstephen committed Dec 1, 2015
1 parent 526c205 commit 96ca306
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion analysis-tool-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.omg.bpmn.miwg</groupId>
<artifactId>tools</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<relativePath>..</relativePath>
</parent>
<artifactId>analysis-tool-api</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions bpmn-miwg-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.omg.bpmn.miwg</groupId>
<artifactId>tools</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<relativePath>..</relativePath>
</parent>

Expand All @@ -18,7 +18,6 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.7</java.version>
<bpmn.miwg.tools.version>0.3-SNAPSHOT</bpmn.miwg.tools.version>
</properties>

<dependencies>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.omg.bpmn.miwg</groupId>
<artifactId>tools</artifactId>
<packaging>pom</packaging>
<version>0.3-SNAPSHOT</version>
<version>0.3</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>

Expand Down Expand Up @@ -85,6 +85,7 @@
<github.global.server>github</github.global.server>
<!-- staging area for subsequent commit and push -->
<local-mvn-repo.snapshot.directory>file:${user.home}/bpmn-miwg-mvn-repo/snapshots</local-mvn-repo.snapshot.directory>
<bpmn.miwg.tools.version>${project.version}</bpmn.miwg.tools.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion schema-tool/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.3-SNAPSHOT</version>
<version>0.3</version>
<relativePath>..</relativePath>
</parent>
<artifactId>schema-tool</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xml-compare-tool/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.3-SNAPSHOT</version>
<version>0.3</version>
<relativePath>..</relativePath>
</parent>
<artifactId>xml-compare-tool</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xpath-tool/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.3-SNAPSHOT</version>
<version>0.3</version>
<relativePath>..</relativePath>
</parent>
<artifactId>xpath-tool</artifactId>
Expand Down

0 comments on commit 96ca306

Please sign in to comment.