Skip to content

Commit

Permalink
Bumped up the version of ACS to 4.8.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Anubhav committed Jun 13, 2017
1 parent e8f81fd commit 68e71ce
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions acs-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.ge.predix</groupId>
<artifactId>acs</artifactId>
<version>4.8.1-SNAPSHOT</version>
<version>4.8.2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down Expand Up @@ -164,7 +164,7 @@
<dependency>
<groupId>com.ge.predix</groupId>
<artifactId>acs-service</artifactId>
<version>4.8.1-SNAPSHOT</version>
<version>4.8.2-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.ge.predix</groupId>
<artifactId>acs</artifactId>
<version>4.8.1-SNAPSHOT</version>
<version>4.8.2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.ge.predix</groupId>
<artifactId>acs</artifactId>
<version>4.8.1-SNAPSHOT</version>
<version>4.8.2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- Project information necessary to deploy to Maven Central (see: http://central.sonatype.org/pages/requirements.html) -->
<groupId>com.ge.predix</groupId>
<artifactId>acs</artifactId>
<version>4.8.1-SNAPSHOT</version>
<version>4.8.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Predix Access Control Services Parent</name>
<description>Service to enforce authentication and/or authorization of certain resources</description>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.ge.predix</groupId>
<artifactId>acs</artifactId>
<version>4.8.1-SNAPSHOT</version>
<version>4.8.2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<artifactId>acs-service</artifactId>
Expand Down

0 comments on commit 68e71ce

Please sign in to comment.