Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit f0dc93c

Browse files
author
Kin Man Chung
committed
[maven-release-plugin] prepare release javax.el-3.0.0
svn path=/trunk/; revision=282
1 parent 6fee51f commit f0dc93c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<modelVersion>4.0.0</modelVersion>
5252
<groupId>org.glassfish</groupId>
5353
<artifactId>javax.el</artifactId>
54-
<version>3.0.0-SNAPSHOT</version>
54+
<version>3.0.0</version>
5555
<packaging>jar</packaging>
5656
<name>Expression Language 3.0</name>
5757

@@ -93,9 +93,9 @@
9393
</mailingList>
9494
</mailingLists>
9595
<scm>
96-
<connection>scm:svn:https://svn.java.net/svn/el-spec~source-code/trunk</connection>
97-
<developerConnection>scm:svn:https://svn.java.net/svn/el-spec~source-code/trunk</developerConnection>
98-
<url>http://java.net/projects/el-spec/sources/source-code/show</url>
96+
<connection>scm:svn:https://svn.java.net/svn/el-spec~source-code/tags/javax.el-3.0.0</connection>
97+
<developerConnection>scm:svn:https://svn.java.net/svn/el-spec~source-code/tags/javax.el-3.0.0</developerConnection>
98+
<url>http://java.net/projects/el-spec/sources/source-code/show/tags/javax.el-3.0.0</url>
9999
</scm>
100100

101101
<developers>

0 commit comments

Comments
 (0)