We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5837954 commit fe62b18Copy full SHA for fe62b18
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>org.jboss.spec.javax.el</groupId>
13
<artifactId>jboss-el-api_3.0_spec</artifactId>
14
- <version>1.0.7.Final-SNAPSHOT</version>
+ <version>1.0.7.Final</version>
15
<packaging>jar</packaging>
16
17
<name>Expression Language 3.0 API</name>
@@ -34,7 +34,7 @@
34
<connection>scm:git:[email protected]:jboss/jboss-el-api_spec.git</connection>
35
<developerConnection>scm:git:[email protected]:jboss/jboss-el-api_spec.git</developerConnection>
36
<url>https://github.com/jboss/jboss-el-api_spec</url>
37
- <tag>HEAD</tag>
+ <tag>jboss-el-api_3.0_spec-1.0.7.Final</tag>
38
</scm>
39
40
<dependencies>
0 commit comments