-
-
Notifications
You must be signed in to change notification settings - Fork 86
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 cyclonedx-maven-plugin-2.7.6
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
<groupId>org.cyclonedx</groupId> | ||
<artifactId>cyclonedx-maven-plugin</artifactId> | ||
<packaging>maven-plugin</packaging> | ||
<version>2.7.6-SNAPSHOT</version> | ||
<version>2.7.6</version> | ||
|
||
<name>CycloneDX Maven plugin</name> | ||
<description>The CycloneDX Maven plugin generates CycloneDX Software Bill of Materials (SBOM) containing the aggregate of all direct and transitive dependencies of a project.</description> | ||
|
@@ -68,7 +68,7 @@ | |
<maven.compiler.target>1.8</maven.compiler.target> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | ||
<project.build.outputTimestamp>2023-02-15T23:43:57Z</project.build.outputTimestamp> | ||
<project.build.outputTimestamp>2023-03-30T21:57:56Z</project.build.outputTimestamp> | ||
<junit.version>4.13.2</junit.version> | ||
<junit5.version>5.9.2</junit5.version> | ||
</properties> | ||
|
@@ -77,7 +77,7 @@ | |
<connection>scm:git:[email protected]:CycloneDX/cyclonedx-maven-plugin.git</connection> | ||
<url>https://github.com/CycloneDX/cyclonedx-maven-plugin.git</url> | ||
<developerConnection>scm:git:[email protected]:CycloneDX/cyclonedx-maven-plugin.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>cyclonedx-maven-plugin-2.7.6</tag> | ||
</scm> | ||
|
||
<issueManagement> | ||
|