|
20 | 20 |
|
21 | 21 | <modelVersion>4.0.0</modelVersion> |
22 | 22 |
|
23 | | - <groupId>org.cyclonedx</groupId> |
| 23 | + <!-- Roche-CSI: Changed group to allow publishing, changed version to snapshot --> |
| 24 | + <groupId>com.github.roche_csi.cyclonedx_core_java</groupId> |
24 | 25 | <artifactId>cyclonedx-core-java</artifactId> |
25 | 26 | <packaging>jar</packaging> |
26 | | - <version>5.0.4</version> |
| 27 | + <version>5.0.4-SNAPSHOT</version> |
27 | 28 |
|
28 | 29 | <name>CycloneDX Core (Java)</name> |
29 | 30 | <description>The CycloneDX core module provides a model representation of the BOM along with utilities to assist in creating, parsing, and validating BOMs.</description> |
|
52 | 53 | <role>Developer</role> |
53 | 54 | </roles> |
54 | 55 | </developer> |
| 56 | + <!-- Roche-CSI: Added developer --> |
| 57 | + <developer> |
| 58 | + <name>Greg Gibeling</name> |
| 59 | + |
| 60 | + <organization>Roche</organization> |
| 61 | + </developer> |
55 | 62 | </developers> |
56 | 63 |
|
57 | 64 | <properties> |
|
69 | 76 | </properties> |
70 | 77 |
|
71 | 78 | <scm> |
72 | | - < connection>scm:git:[email protected]:CycloneDX/cyclonedx-core-java.git</connection> |
73 | | - <url>https://github.com/CycloneDX/cyclonedx-core-java.git</url> |
74 | | - <developerConnection>scm:git:git@github.com:CycloneDX/cyclonedx-core-java.git</developerConnection> |
75 | | - <tag>cyclonedx-core-java-5.0.4</tag> |
| 79 | + <!-- Roche-CSI: Changed location --> |
| 80 | + <connection>scm:git:git@github.com:Roche-CSI/cyclonedx-core-java.git</connection> |
| 81 | + <url>https://github.com/Roche-CSI/cyclonedx-core-java.git</url> |
| 82 | + < developerConnection>scm:git:[email protected]:Roche-CSI/cyclonedx-core-java .git</developerConnection> |
76 | 83 | </scm> |
77 | 84 |
|
78 | 85 | <issueManagement> |
79 | 86 | <system>GitHub</system> |
80 | | - <url>https://github.com/CycloneDX/cyclonedx-core-java/issues</url> |
| 87 | + <!-- Roche-CSI: Changed location --> |
| 88 | + <url>https://github.com/Roche-CSI/cyclonedx-core-java/issues</url> |
81 | 89 | </issueManagement> |
82 | 90 |
|
83 | 91 | <ciManagement> |
84 | 92 | <system>GitHub</system> |
85 | | - <url>https://github.com/CycloneDX/cyclonedx-core-java/actions</url> |
| 93 | + <!-- Roche-CSI: Changed location --> |
| 94 | + <url>https://github.com/Roche-CSI/cyclonedx-core-java/actions</url> |
86 | 95 | </ciManagement> |
87 | 96 |
|
88 | 97 | <distributionManagement> |
89 | | - <snapshotRepository> |
90 | | - <id>ossrh</id> |
91 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
92 | | - </snapshotRepository> |
| 98 | + <!-- Roche-CSI: Changed location --> |
93 | 99 | <repository> |
94 | | - <id>ossrh</id> |
95 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 100 | + <id>github-deploy</id> |
| 101 | + <name>GitHub Packages</name> |
| 102 | + <url>https://maven.pkg.github.com/Roche-CSI/cyclonedx-core-java</url> |
96 | 103 | </repository> |
| 104 | + <snapshotRepository> |
| 105 | + <id>github-deploy</id> |
| 106 | + <name>GitHub Packages</name> |
| 107 | + <url>https://maven.pkg.github.com/Roche-CSI/cyclonedx-core-java</url> |
| 108 | + </snapshotRepository> |
97 | 109 | </distributionManagement> |
98 | 110 |
|
99 | 111 | <repositories> |
|
0 commit comments