Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit d693929

Browse files
release done for api-1.2.2 and impl-1.2.5
1 parent a05badd commit d693929

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

api/pom.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<groupId>javax.servlet.jsp.jstl</groupId>
5353
<artifactId>javax.servlet.jsp.jstl-api</artifactId>
5454
<packaging>jar</packaging>
55-
<version>1.2.2-SNAPSHOT</version>
55+
<version>1.2.3-SNAPSHOT</version>
5656
<name>JavaServer Pages(TM) Standard Tag Library API</name>
5757
<url>http://jcp.org/en/jsr/detail?id=52</url>
5858

@@ -100,12 +100,10 @@
100100
</mailingList>
101101
</mailingLists>
102102
<scm>
103-
<connection>scm:svn:https://svn.java.net/svn/jstl~svn/trunk/api</connection>
104-
<developerConnection>scm:svn:https://svn.java.net/svn/jstl~svn/trunk/api</developerConnection>
105-
<url>http://java.net/projects/jstl/sources/svn/show</url>
103+
<connection>scm:git:https://github.com/javaee/jstl-api.git</connection>
104+
<developerConnection>scm:git:https://github.com/javaee/jstl-api.git</developerConnection>
105+
<url>https://github.com/javaee/jstl-api.git/api</url>
106106
</scm>
107-
108-
109107
<build>
110108
<plugins>
111109
<plugin>

impl/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<modelVersion>4.0.0</modelVersion>
5252
<groupId>org.glassfish.web</groupId>
5353
<artifactId>javax.servlet.jsp.jstl</artifactId>
54-
<version>1.2.5-b03</version>
54+
<version>1.2.6-SNAPSHOT</version>
5555
<packaging>jar</packaging>
5656
<name>JavaServer Pages (TM) TagLib Implementation</name>
5757

@@ -99,9 +99,9 @@
9999
</mailingList>
100100
</mailingLists>
101101
<scm>
102-
<connection>scm:svn:https://svn.java.net/svn/jstl~svn/trunk/impl</connection>
103-
<developerConnection>scm:svn:https://svn.java.net/svn/jstl~svn/trunk/impl</developerConnection>
104-
<url>http://java.net/projects/jstl/sources/svn/show</url>
102+
<connection>scm:git:https://github.com/javaee/jstl-api.git/impl</connection>
103+
<developerConnection>scm:git:https://github.com/javaee/jstl-api.git/impl</developerConnection>
104+
<url>https://github.com/javaee/jstl-api.git/impl</url>
105105
</scm>
106106

107107

0 commit comments

Comments
 (0)