Skip to content

Commit

Permalink
Upgrade version to 1.2.0 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmo authored and reiniergs committed Aug 7, 2017
1 parent b11c21c commit 1761e1a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion polyfill-service-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.polyfillservice</groupId>
<artifactId>polyfill-service</artifactId>
<version>1.1.2</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion polyfill-service-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.polyfillservice</groupId>
<artifactId>polyfill-service</artifactId>
<version>1.1.2</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion polyfill-service-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.polyfillservice</groupId>
<artifactId>polyfill-service</artifactId>
<version>1.1.2</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion polyfill-service-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.polyfillservice</groupId>
<artifactId>polyfill-service</artifactId>
<version>1.1.2</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.polyfillservice</groupId>
<artifactId>polyfill-service</artifactId>
<version>1.1.2</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -90,12 +90,12 @@
<dependency>
<groupId>org.polyfillservice</groupId>
<artifactId>polyfill-service-api</artifactId>
<version>1.1.2</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.polyfillservice</groupId>
<artifactId>polyfill-service-rest</artifactId>
<version>1.1.2</version>
<version>1.2.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 1761e1a

Please sign in to comment.