Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Integ: osgi-resource-locator 1.0.2 (#22549)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankathur authored and yaminikb committed Jul 12, 2018
1 parent 771f3ee commit c078c13
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appserver/extras/embedded/all/pom.xml
Expand Up @@ -694,7 +694,7 @@
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-resource-locator</artifactId>
<version>1.0.1</version>
<version>${osgi-resource-locator.version}</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion appserver/extras/embedded/nucleus/pom.xml
Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-resource-locator</artifactId>
<version>1.0.1</version>
<version>${osgi-resource-locator.version}</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
Expand Up @@ -524,7 +524,7 @@
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-resource-locator</artifactId>
<version>1.0.1</version>
<version>${osgi-resource-locator.version}</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion appserver/extras/embedded/web/pom.xml
Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-resource-locator</artifactId>
<version>1.0.1</version>
<version>${osgi-resource-locator.version}</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion appserver/pom.xml
Expand Up @@ -847,7 +847,7 @@
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-resource-locator</artifactId>
<version>1.0.1</version>
<version>${osgi-resource-locator.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.fighterfish</groupId>
Expand Down
3 changes: 2 additions & 1 deletion nucleus/parent/pom.xml
Expand Up @@ -173,6 +173,7 @@
<javaee.version.old>7</javaee.version.old>
<javaee.version.new>8</javaee.version.new>
<jmockit.version>1.36</jmockit.version>
<osgi-resource-locator.version>1.0.2</osgi-resource-locator.version>
</properties>

<build>
Expand Down Expand Up @@ -697,7 +698,7 @@
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-resource-locator</artifactId>
<version>1.0.1</version>
<version>${osgi-resource-locator.version}</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
Expand Down

0 comments on commit c078c13

Please sign in to comment.