Skip to content

Commit

Permalink
Removing -SNAPSHOT from versions for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Samiyuru committed Feb 12, 2016
1 parent 75ce05c commit 25aeca5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion perf-benchmark/echo-samples/dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.wso2.msf4j.perftest.echo</groupId>
<artifactId>dropwizard-echo-message</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion perf-benchmark/echo-samples/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.msf4j.perftest.echo</groupId>
<artifactId>spark-echo-message</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<name>Spark Microservice Sample</name>

Expand Down
2 changes: 1 addition & 1 deletion perf-benchmark/echo-samples/springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.wso2.msf4j.perftest.echo</groupId>
<artifactId>springboot-echo-message</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perf-benchmark/echo-samples/wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.wso2.msf4j.perftest.echo</groupId>
<artifactId>wildfly-echo-message</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>war</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions perf-benchmark/echo-samples/wso2msf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.wso2.msf4j</groupId>
<artifactId>msf4j-service</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../../poms/msf4j-service/pom.xml</relativePath>
</parent>

<groupId>org.wso2.msf4j.perftest.echo</groupId>
<artifactId>wso2msf4j-echo-message</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>

<name>WSO2 MSF4J Microservice benchmark service</name>
Expand Down

0 comments on commit 25aeca5

Please sign in to comment.