Skip to content

Commit 87e3de3

Browse files
committed
Prepare release org.glassfish.web:jakarta.servlet.jsp:3.0.0
1 parent dcbb78d commit 87e3de3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>jakarta.servlet.jsp</groupId>
3232
<artifactId>jakarta.servlet.jsp-api</artifactId>
33-
<version>3.0.0-SNAPSHOT</version>
33+
<version>3.0.0</version>
3434
<packaging>jar</packaging>
3535

3636
<name>Jakarta Server Pages API</name>

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>org.glassfish.web</groupId>
3232
<artifactId>jakarta.servlet.jsp</artifactId>
33-
<version>3.0.0-SNAPSHOT</version>
33+
<version>3.0.0</version>
3434

3535
<name>Jakarta Server Pages implementation</name>
3636
<description>JavaServer Pages API</description>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>jakarta.servlet.jsp</groupId>
3131
<artifactId>jsp-parent</artifactId>
32-
<version>3.0.0-SNAPSHOT</version>
32+
<version>3.0.0</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Jakarta Server Pages API</name>

0 commit comments

Comments
 (0)