Skip to content

Commit

Permalink
Prepare for release of jboss-el-api_3.0_spec-2.0.1.Final
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Marlow <smarlow@redhat.com>
  • Loading branch information
scottmarlow committed Jan 24, 2023
1 parent f634925 commit e53af44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -30,7 +30,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.spec.javax.el</groupId>
<artifactId>jboss-el-api_3.0_spec</artifactId>
<version>2.0.0.Final</version>
<version>2.0.1.Final</version>
<packaging>jar</packaging>
<name>Expression Language 3.0 API</name>
<description>
Expand Down Expand Up @@ -77,7 +77,7 @@
<connection>scm:git:git@github.com:jboss/jboss-jakarta-el-api_spec.git</connection>
<developerConnection>scm:git:git@github.com:jboss/jboss-jakarta-el-api_spec.git</developerConnection>
<url>https://github.com/jboss/jboss-jakarta-el-api_spec</url>
<tag>jboss-el-api_3.0_spec-2.0.0.Final</tag>
<tag>jboss-el-api_3.0_spec-2.0.1.Final</tag>
</scm>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -29,7 +29,7 @@
<groupId>org.jboss.spec.javax.el</groupId>
<artifactId>jboss-el-api_3.0_spec-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.0.CR3-SNAPSHOT</version>
<version>2.0.1</version>

<modules>
<module>api</module>
Expand Down

0 comments on commit e53af44

Please sign in to comment.