-
Notifications
You must be signed in to change notification settings - Fork 15
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
a9f069e
commit 549e2ba
Showing
6 changed files
with
12 additions
and
12 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
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
|
||
<groupId>org.jboss.pnc.build.finder</groupId> | ||
<artifactId>parent</artifactId> | ||
<version>2.0.1-SNAPSHOT</version> | ||
<version>2.0.1</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>Build Finder Parent</name> | ||
|
@@ -57,7 +57,7 @@ | |
<scm> | ||
<connection>scm:git:https://github.com/project-ncl/build-finder.git</connection> | ||
<developerConnection>scm:git:[email protected]:project-ncl/build-finder.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>2.0.1</tag> | ||
<url>https://github.com/project-ncl/build-finder</url> | ||
</scm> | ||
|
||
|
@@ -294,23 +294,23 @@ | |
<dependency> | ||
<groupId>org.jboss.pnc.build.finder</groupId> | ||
<artifactId>cli</artifactId> | ||
<version>2.0.1-SNAPSHOT</version> | ||
<version>2.0.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jboss.pnc.build.finder</groupId> | ||
<artifactId>core</artifactId> | ||
<version>2.0.1-SNAPSHOT</version> | ||
<version>2.0.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jboss.pnc.build.finder</groupId> | ||
<artifactId>core</artifactId> | ||
<version>2.0.1-SNAPSHOT</version> | ||
<version>2.0.1</version> | ||
<type>test-jar</type> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jboss.pnc.build.finder</groupId> | ||
<artifactId>report</artifactId> | ||
<version>2.0.1-SNAPSHOT</version> | ||
<version>2.0.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.slf4j</groupId> | ||
|
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