We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 154fdf9 + b61ab83 commit 4d82aa5Copy full SHA for 4d82aa5
pom.xml
@@ -8,7 +8,7 @@
8
<packaging>jar</packaging>
9
10
<name>java-spdx-library</name>
11
- <url>http://maven.apache.org</url>
+ <url>https://github.com/spdx/Spdx-Java-Library</url>
12
<licenses>
13
<license>
14
<name>The Apache Software License, Version 2.0</name>
@@ -227,7 +227,7 @@
227
</execution>
228
</executions>
229
<configuration>
230
- <spdxDocumentNamespace>http://spdx.org/documents/java-spdx-library-{$version}</spdxDocumentNamespace>
+ <spdxDocumentNamespace>http://spdx.org/documents/java-spdx-library-${version}</spdxDocumentNamespace>
231
232
<defaultFileCopyright>Copyright (c) 2020 Source Auditor Inc.</defaultFileCopyright>
233
<defaultFileContributors>
0 commit comments