-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release 2.0.1
- Loading branch information
1 parent
7c66336
commit 80c9e12
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
<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"> | ||
<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.6</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.1-SNAPSHOT</version> | ||
<version>2.0.1</version> | ||
<description>Jakarta Dependency Injection</description> | ||
<url>https://github.com/eclipse-ee4j/injection-api</url> | ||
<licenses> | ||
|
@@ -26,7 +25,7 @@ | |
<connection>scm:git:ssh://[email protected]/eclipse-ee4j/injection-api.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/eclipse-ee4j/injection-api.git</developerConnection> | ||
<url>https://github.com/eclipse-ee4j/injection-api</url> | ||
<tag>HEAD</tag> | ||
<tag>2.0.1</tag> | ||
</scm> | ||
|
||
<developers> | ||
|