Skip to content

Commit

Permalink
Merge 6.1.0 release into master (#654)
Browse files Browse the repository at this point in the history
* Prepare release jakarta.servlet:servlet-parent:6.1.0

* Prepare next development cycle for 6.1.1-SNAPSHOT

* Update lingering 6.1.0 references (#655)

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>

---------

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Co-authored-by: Eclipse Servlet Bot <servlet-bot@eclipse.org>
  • Loading branch information
arjantijms and servlet-bot committed Jun 16, 2024
1 parent bb680b8 commit 8130fc7
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.1-SNAPSHOT</version>

<name>Jakarta Servlet</name>
<url>https://projects.eclipse.org/projects/ee4j.servlet</url>
Expand Down Expand Up @@ -219,7 +219,7 @@
<supportedProjectType>jar</supportedProjectType>
</supportedProjectTypes>
<instructions>
<Bundle-Version>6.1.0</Bundle-Version>
<Bundle-Version>6.1.1</Bundle-Version>
<Bundle-SymbolicName>jakarta.servlet-api</Bundle-SymbolicName>
<Bundle-Description>
Jakarta Servlet 6.1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>jakarta.servlet</groupId>
<artifactId>servlet-parent</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta Servlet Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.servlet</groupId>
<artifactId>servlet-parent</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.1-SNAPSHOT</version>
</parent>

<artifactId>servlet-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>jakarta.tck</groupId>
<artifactId>servlet-tck</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta Servlet TCK</name>
Expand Down
2 changes: 1 addition & 1 deletion tck/tck-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>jakarta.tck</groupId>
<artifactId>servlet-tck</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.1-SNAPSHOT</version>
</parent>

<artifactId>servlet-tck-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/tck-docs/userguide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>jakarta.tck</groupId>
<artifactId>servlet-tck-docs</artifactId>
<packaging>pom</packaging>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.1-SNAPSHOT</version>
<name>Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta Servlet for Jakarta EE, Release 6.1</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions tck/tck-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>jakarta.tck</groupId>
<artifactId>servlet-tck</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.1-SNAPSHOT</version>
</parent>

<artifactId>servlet-tck-runtime</artifactId>
Expand All @@ -34,7 +34,7 @@

<properties>
<shrinkwrap-resolver.version>3.3.0</shrinkwrap-resolver.version>
<servlet.api.version>6.1.0-SNAPSHOT</servlet.api.version>
<servlet.api.version>6.1.1-SNAPSHOT</servlet.api.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tck/tck-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>jakarta.tck</groupId>
<artifactId>servlet-tck</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.1-SNAPSHOT</version>
</parent>

<artifactId>servlet-tck-util</artifactId>
Expand Down

0 comments on commit 8130fc7

Please sign in to comment.