Skip to content

Commit

Permalink
update to latest snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrya committed Apr 24, 2022
1 parent 122af1a commit b2b672a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ no PR is created

### Expected behavior

As `pinDigests` is enabled, it would be nice if the snapshot dependency version `11.0.9-SNAPSHOT`
was replaced by the latest actual artifact (currently `11.0.9-20220217.001318-7`, see
[https://oss.sonatype.org/service/local/repositories/jetty-snapshots/content/org/eclipse/jetty/http3/http3-client/11.0.9-SNAPSHOT/maven-metadata.xml]()).
As `pinDigests` is enabled, it would be nice if the snapshot dependency version `11.0.10-SNAPSHOT`
was replaced by the latest actual artifact (currently `11.0.10-20220419.001323-10`, see
[https://oss.sonatype.org/service/local/repositories/jetty-snapshots/content/org/eclipse/jetty/http3/http3-client/11.0.10-SNAPSHOT/maven-metadata.xml]()).

## Pinned, outdated snapshot dependency `http3-server`

Expand All @@ -22,5 +22,5 @@ no PR is created

### Expected behavior

The currently used version `11.0.9-20220208.001317-1` is outdated. It should be updated to the most
recent version (currently `11.0.9-20220217.001318-7`, see [https://oss.sonatype.org/service/local/repositories/jetty-snapshots/content/org/eclipse/jetty/http3/http3-server/11.0.9-SNAPSHOT/maven-metadata.xml]()).
The currently used version `11.0.10-20220403.001321-1` is outdated. It should be updated to the most
recent version (currently `11.0.10-20220419.001323-10`, see [https://oss.sonatype.org/service/local/repositories/jetty-snapshots/content/org/eclipse/jetty/http3/http3-server/11.0.10-SNAPSHOT/maven-metadata.xml]()).
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<dependency>
<groupId>org.eclipse.jetty.http3</groupId>
<artifactId>http3-client</artifactId>
<version>11.0.9-SNAPSHOT</version>
<version>11.0.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.http3</groupId>
<artifactId>http3-server</artifactId>
<version>11.0.9-20220208.001317-1</version>
<version>11.0.10-20220403.001321-1</version>
</dependency>
</dependencies>
</project>

0 comments on commit b2b672a

Please sign in to comment.