Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-cdi-bot committed Dec 17, 2019
1 parent fafca4e commit a9a4ee8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
@@ -1,17 +1,17 @@
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.5</version>
<relativePath/>
<relativePath />
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<packaging>jar</packaging>
<name>Jakarta Dependency Injection</name>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.RC1</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>HEAD</tag>
<tag>2.0.0.RC1</tag>
</scm>

<developers>
Expand Down

0 comments on commit a9a4ee8

Please sign in to comment.