Skip to content

Commit

Permalink
change version 1.3.0-SNAPSHOT -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlikovskiy committed Oct 7, 2013
1 parent 32145db commit 2e0e984
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion demo/flows-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.neuro4j.examples</groupId>
<artifactId>wf-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>flows-demo</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion demo/flows-web-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.neuro4j.examples</groupId>
<artifactId>wf-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>flows-web-demo</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.neuro4j.examples</groupId>
<artifactId>wf-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>
<name>Workflow Demo applications</name>
<url>http://neuro4j.org</url>
Expand All @@ -26,7 +26,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.neuro4j.version>1.3.0-SNAPSHOT</org.neuro4j.version>
<org.neuro4j.version>1.3.0</org.neuro4j.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion demo/web-site-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.neuro4j.examples</groupId>
<artifactId>wf-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>web-site-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jasper-report-web-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.neuro4j</groupId>
<artifactId>workflow</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>jasper-report-web-plugin</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jasper-report-workflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.neuro4j</groupId>
<artifactId>workflow</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>jasper-report-workflow</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion neuro4j-logic-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.neuro4j</groupId>
<artifactId>workflow</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>neuro4j-logic-web</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion neuro4j-workflow-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.neuro4j</groupId>
<artifactId>workflow</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>neuro4j-workflow-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion neuro4j-workflow-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.neuro4j</groupId>
<artifactId>workflow</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>neuro4j-workflow-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.neuro4j</groupId>
<artifactId>workflow</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>
<name>Workflow System</name>
<url>http://neuro4j.org</url>
Expand Down
2 changes: 1 addition & 1 deletion velocity-web-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.neuro4j</groupId>
<artifactId>workflow</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<artifactId>velocity-web-plugin</artifactId>

Expand Down

0 comments on commit 2e0e984

Please sign in to comment.