-
Notifications
You must be signed in to change notification settings - Fork 45
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 for next development iteration
- Loading branch information
1 parent
f54a35c
commit 9911f4a
Showing
7 changed files
with
9 additions
and
9 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
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
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<parent> | ||
<groupId>jakarta.enterprise</groupId> | ||
<artifactId>cdi-tck-parent</artifactId> | ||
<version>4.1.0.RC1</version> | ||
<version>4.1.0-SNAPSHOT</version> | ||
<relativePath>../../pom.xml</relativePath> | ||
</parent> | ||
|
||
|
@@ -156,6 +156,6 @@ | |
<connection>scm:git:git://github.com/cdi-spec/cditck.git</connection> | ||
<developerConnection>scm:git:[email protected]:cdi-spec/cdi-tck.git</developerConnection> | ||
<url>https://github.com/cdi-spec/cdi-tck/</url> | ||
<tag>4.1.0.RC1</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
</project> |
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
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
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<groupId>jakarta.enterprise</groupId> | ||
<artifactId>cdi-tck-parent</artifactId> | ||
<packaging>pom</packaging> | ||
<version>4.1.0.RC1</version> | ||
<version>4.1.0-SNAPSHOT</version> | ||
<name>Jakarta CDI TCK</name> | ||
|
||
<parent> | ||
|
@@ -325,7 +325,7 @@ | |
<connection>scm:git:[email protected]:eclipse-ee4j/cdi-tck.git</connection> | ||
<developerConnection>scm:git:[email protected]:eclipse-ee4j/cdi-tck.git</developerConnection> | ||
<url>https://github.com/eclipse-ee4j/cdi-tck</url> | ||
<tag>4.1.0.RC1</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<profiles> | ||
|