Skip to content

Commit

Permalink
Updated links to snapshot repositories jersey and shoal
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Mar 29, 2022
1 parent 7378d58 commit 9c03538
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions snapshots/jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<packaging>pom</packaging>

<properties>
<snapshots.sources.url>https://github.com/dmatej/jersey/archive/refs/heads/grizzly4.zip</snapshots.sources.url>
<snapshots.sources.directory>${project.build.directory}/jersey-grizzly4</snapshots.sources.directory>
<snapshots.sources.url>https://github.com/eclipse-ee4j/jersey/archive/refs/heads/3.1.zip</snapshots.sources.url>
<snapshots.sources.directory>${project.build.directory}/jersey-3.1</snapshots.sources.directory>
</properties>

<build>
Expand Down
1 change: 1 addition & 0 deletions snapshots/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.6.8</version>
<inherited>true</inherited>
<executions>
<execution>
Expand Down
4 changes: 2 additions & 2 deletions snapshots/shoal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<packaging>pom</packaging>

<properties>
<snapshots.sources.url>https://github.com/dmatej/glassfish-shoal/archive/refs/heads/jakartaee-10.zip</snapshots.sources.url>
<snapshots.sources.directory>${project.build.directory}/glassfish-shoal-jakartaee-10</snapshots.sources.directory>
<snapshots.sources.url>https://github.com/eclipse-ee4j/glassfish-shoal/archive/refs/heads/master.zip</snapshots.sources.url>
<snapshots.sources.directory>${project.build.directory}/glassfish-shoal-master</snapshots.sources.directory>
</properties>

<build>
Expand Down

0 comments on commit 9c03538

Please sign in to comment.