Skip to content

Commit

Permalink
Revert the 2.0.0.RC1 tag left during failed CI release build
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Dec 19, 2019
1 parent cb657af commit f2e690d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>jakarta.inject-api</artifactId>
<packaging>jar</packaging>
<name>Jakarta Dependency Injection</name>
<version>2.0.0.RC1</version>
<version>2.0.0-SNAPSHOT</version>
<description>Jakarta Dependency Injection</description>
<url>https://github.com/eclipse-ee4j/injection-api</url>
<licenses>
Expand All @@ -25,7 +25,7 @@
<connection>scm:git:ssh://git@github.com/eclipse-ee4j/injection-api.git</connection>
<developerConnection>scm:git:ssh://git@github.com/eclipse-ee4j/injection-api.git</developerConnection>
<url>https://github.com/eclipse-ee4j/injection-api</url>
<tag>2.0.0.RC1</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down

0 comments on commit f2e690d

Please sign in to comment.