This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new be0b185 Fix component id property.
be0b185 is described below
commit be0b185454e39cc1b2601624341fce73791c551a
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 13 14:33:43 2022 -0400
Fix component id property.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f6c8be6..403f471 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
</parent>
<artifactId>commons-release-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>1.8.0</version>
+ <version>1.8.0-SNAPSHOT</version>
<name>Apache Commons Release Plugin</name>
<description>
@@ -97,7 +97,7 @@
<!-- 3.8.2 fails with some class not found error -->
<!-- 3.8.3 fails because MavenProject.getAttachedArtifacts() returns an
IMMUTABLE collection and we want to change it! -->
<maven.dependency.version>3.8.5</maven.dependency.version>
- <commons.componentid>commons-release-plugin</commons.componentid>
+ <commons.componentid>release-plugin</commons.componentid>
<commons.jira.id>COMMONSSITE</commons.jira.id>
<commons.jira.pid>12310466&amp;component=12312401</commons.jira.pid>
<commons.release.version>${project.version}</commons.release.version>