Skip to content

Commit

Permalink
Bug 582480 Generate dependency information / SBOM - add metadata
Browse files Browse the repository at this point in the history
- added metadata - SCM, issueManagement, CI, organization

Change-Id: If525480433d1bdd080b6a22197f84719d2aefb34
Signed-off-by: Krum Tsvetkov <krum.tsvetkov@sap.com>
  • Loading branch information
krumts committed Oct 27, 2023
1 parent e4ad7e2 commit aecc806
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
<packaging>pom</packaging>

<name>MAT Parent</name>
<description>Java heap analyzer that helps you find memory leaks and reduce memory consumption.</description>
<url>https://eclipse.dev/mat/</url>

<licenses>
<license>
Expand All @@ -29,6 +31,26 @@
</license>
</licenses>

<organization>
<name>Eclipse Memory Analyzer Project</name>
<url>https://projects.eclipse.org/projects/tools.mat</url>
</organization>

<scm>
<url>https://git.eclipse.org/r/mat/org.eclipse.mat</url>
<developerConnection>scm:git:https://git.eclipse.org/r/mat/org.eclipse.mat</developerConnection>
</scm>

<issueManagement>
<system>Bugzilla</system>
<url>https://bugs.eclipse.org/bugs/buglist.cgi?product=MAT</url>
</issueManagement>

<ciManagement>
<system>Jenkins</system>
<url>https://ci.eclipse.org/mat</url>
</ciManagement>

<properties>
<tycho-version>2.7.5</tycho-version>
<signer-input-directory>/home/data/httpd/download-staging.priv/tools/mat</signer-input-directory>
Expand Down

0 comments on commit aecc806

Please sign in to comment.