Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
using release of aerogear-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
secondsun committed Mar 1, 2019
1 parent 6c197f3 commit e9ba6cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>27.0.1-jre</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.jboss.aerogear</groupId>
<artifactId>aerogear-parent</artifactId>
<!-- NOTE: if updated for version of UPS dependencies, please update the 'aerogear.bom.version' as well -->
<version>1.1.13-SNAPSHOT</version>
<version>1.1.13</version>
</parent>

<groupId>org.jboss.aerogear.unifiedpush</groupId>
Expand Down Expand Up @@ -214,7 +214,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<wildfly-maven-plugin.version>1.2.0.Final</wildfly-maven-plugin.version>

<aerogear.bom.version>1.1.13-SNAPSHOT</aerogear.bom.version>
<aerogear.bom.version>1.1.13</aerogear.bom.version>
<admin-ui.version>2.0.1</admin-ui.version>

<!-- Override versions of AeroGear BOMs-->
Expand Down
1 change: 1 addition & 0 deletions push-sender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>com.github.fernandospr</groupId>
Expand Down

0 comments on commit e9ba6cc

Please sign in to comment.