We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32706e commit fced20cCopy full SHA for fced20c
pom.xml
@@ -11,7 +11,7 @@
11
<artifactId>jakarta.inject-api</artifactId>
12
<packaging>jar</packaging>
13
<name>Jakarta Dependency Injection</name>
14
- <version>2.0.1.RC1</version>
+ <version>2.0.1-SNAPSHOT</version>
15
<description>Jakarta Dependency Injection</description>
16
<url>https://github.com/eclipse-ee4j/injection-api</url>
17
<licenses>
@@ -25,7 +25,7 @@
25
<connection>scm:git:ssh://git@github.com/eclipse-ee4j/injection-api.git</connection>
26
<developerConnection>scm:git:ssh://git@github.com/eclipse-ee4j/injection-api.git</developerConnection>
27
28
- <tag>2.0.1.RC1</tag>
+ <tag>HEAD</tag>
29
</scm>
30
31
<developers>
0 commit comments