Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
cziegeler committed Jun 20, 2024
1 parent 7a351be commit f2558d6
Show file tree
Hide file tree
Showing 67 changed files with 9 additions and 7,559 deletions.
2 changes: 1 addition & 1 deletion http/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.http.whiteboard</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions http/itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<properties>
<felix.java.version>11</felix.java.version>
<http.servlet.api.version>2.1.0</http.servlet.api.version>
<http.jetty.version>5.1.21-SNAPSHOT</http.jetty.version>
<http.jetty.version>5.1.23-SNAPSHOT</http.jetty.version>
<http.jetty.id>org.apache.felix.http.jetty</http.jetty.id>
<pax.exam.version>4.13.1</pax.exam.version>
<pax.url.aether.version>2.6.14</pax.url.aether.version>
Expand All @@ -45,7 +45,7 @@
<properties>
<felix.java.version>17</felix.java.version>
<http.servlet.api.version>3.0.0</http.servlet.api.version>
<http.jetty.version>1.0.11-SNAPSHOT</http.jetty.version>
<http.jetty.version>1.0.13-SNAPSHOT</http.jetty.version>
<http.jetty.id>org.apache.felix.http.jetty12</http.jetty.id>
</properties>
</profile>
Expand Down
4 changes: 2 additions & 2 deletions http/jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.http.whiteboard</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -499,7 +499,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.wrappers</artifactId>
<version>1.0.4</version>
<version>1.0.6</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
Expand Down
6 changes: 3 additions & 3 deletions http/jetty12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.http.whiteboard</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -728,8 +728,8 @@
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.wrappers6</artifactId>
<version>1.1.4</version>
<artifactId>org.apache.felix.http.wrappers</artifactId>
<version>1.1.6</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
Expand Down
1 change: 0 additions & 1 deletion http/wrappers-1.0.x/README

This file was deleted.

109 changes: 0 additions & 109 deletions http/wrappers-1.0.x/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f2558d6

Please sign in to comment.