-
-
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.
use project.url for component website instead of organisation url
Signed-off-by: Hervé Boutemy <[email protected]>
- Loading branch information
Showing
4 changed files
with
53 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -27,6 +27,14 @@ | |
<packaging>pom</packaging> | ||
|
||
<name>cyclonedx:makeAggregateBom smoke test with default configuration</name> | ||
<description>This is a smoke test to show how the plugin should be used in the simplest ways and see the results.</description> | ||
<url>https://github.com/CycloneDX/cyclonedx-maven-plugin</url> | ||
|
||
<inceptionYear>2017</inceptionYear> | ||
<organization> | ||
<name>OWASP Foundation</name> | ||
<url>https://owasp.org/</url> | ||
</organization> | ||
|
||
<licenses> | ||
<license> | ||
|
@@ -35,6 +43,23 @@ | |
</license> | ||
</licenses> | ||
|
||
<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> | ||
</scm> | ||
|
||
<issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/CycloneDX/cyclonedx-maven-plugin/issues</url> | ||
</issueManagement> | ||
|
||
<ciManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/CycloneDX/cyclonedx-maven-plugin/actions</url> | ||
</ciManagement> | ||
|
||
<properties> | ||
<maven.compiler.source>1.8</maven.compiler.source> | ||
<maven.compiler.target>1.8</maven.compiler.target> | ||
|
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 |
---|---|---|
|
@@ -26,6 +26,14 @@ | |
<version>1.0-SNAPSHOT</version> | ||
|
||
<name>cyclonedx:makeBom smoke test with default configuration</name> | ||
<description>This is a smoke test to show how the plugin should be used in the simplest ways and see the results.</description> | ||
<url>https://github.com/CycloneDX/cyclonedx-maven-plugin</url> | ||
|
||
<inceptionYear>2017</inceptionYear> | ||
<organization> | ||
<name>OWASP Foundation</name> | ||
<url>https://owasp.org/</url> | ||
</organization> | ||
|
||
<licenses> | ||
<license> | ||
|
@@ -34,6 +42,23 @@ | |
</license> | ||
</licenses> | ||
|
||
<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> | ||
</scm> | ||
|
||
<issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/CycloneDX/cyclonedx-maven-plugin/issues</url> | ||
</issueManagement> | ||
|
||
<ciManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/CycloneDX/cyclonedx-maven-plugin/actions</url> | ||
</ciManagement> | ||
|
||
<properties> | ||
<maven.compiler.source>1.8</maven.compiler.source> | ||
<maven.compiler.target>1.8</maven.compiler.target> | ||
|
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