Skip to content

Commit

Permalink
remove SNAPSHOT in version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiseok.jang committed Feb 1, 2017
1 parent ccf0c33 commit ad3c0d2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ngrinder-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ngrinder</groupId>
<artifactId>ngrinder</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
</parent>
<artifactId>ngrinder-controller</artifactId>
<name>ngrinder-controller</name>
Expand Down
2 changes: 1 addition & 1 deletion ngrinder-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>ngrinder</artifactId>
<groupId>org.ngrinder</groupId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
</parent>
<artifactId>ngrinder-core</artifactId>
<name>ngrinder-core</name>
Expand Down
2 changes: 1 addition & 1 deletion ngrinder-groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.ngrinder</groupId>
<artifactId>ngrinder</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
</parent>
<artifactId>ngrinder-groovy</artifactId>
<name>ngrinder-groovy</name>
Expand Down
2 changes: 1 addition & 1 deletion ngrinder-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ngrinder</groupId>
<artifactId>ngrinder</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
</parent>
<artifactId>ngrinder-runtime</artifactId>
<name>ngrinder-runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion ngrinder-sh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.ngrinder</groupId>
<artifactId>ngrinder-sh</artifactId>
<name>ngrinder-sh</name>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>

<packaging>jar</packaging>
<build>
Expand Down
2 changes: 1 addition & 1 deletion ngrinder-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.ngrinder</groupId>
<artifactId>ngrinder</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
</parent>
<groupId>org.ngrinder</groupId>
<artifactId>ngrinder-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.ngrinder</groupId>
<artifactId>ngrinder</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<packaging>pom</packaging>
<name>ngrinder</name>
<modules>
Expand Down

0 comments on commit ad3c0d2

Please sign in to comment.