Skip to content

Commit

Permalink
increase app version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhat Can committed Aug 17, 2017
1 parent 3d622c2 commit f2fb414
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.opsgenie.playground</groupId>
<artifactId>scenario-generator-parent</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>

<properties>
<jackson.version>2.8.7</jackson.version>
Expand Down
4 changes: 2 additions & 2 deletions scenario-generator-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>scenario-generator-agent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.opsgenie.playground</groupId>
<artifactId>scenario-generator-common</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion scenario-generator-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>scenario-generator-parent</artifactId>
<groupId>com.opsgenie.playground</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions scenario-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>scenario-generator</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.opsgenie.playground</groupId>
<artifactId>scenario-generator-common</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f2fb414

Please sign in to comment.