Skip to content

Commit

Permalink
[maven-release-plugin] prepare release cyclonedx-maven-plugin-2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Jan 30, 2021
1 parent a4fb5ee commit c123fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>

<name>CycloneDX Maven plugin</name>
<description>The CycloneDX Maven plugin creates an aggregate of all dependencies and transitive dependencies of a project and creates a valid CycloneDX Software Bill-of-Material (SBOM) from the results.</description>
Expand Down Expand Up @@ -65,14 +65,14 @@
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
<maven.jar.plugin.version>3.2.0</maven.jar.plugin.version>
<maven.github.release.plugin.version>1.4.0</maven.github.release.plugin.version>
<project.build.outputTimestamp>2020-12-17T01:04:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2021-01-30T23:41:52Z</project.build.outputTimestamp>
</properties>

<scm>
<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.2.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit c123fa6

Please sign in to comment.