Skip to content

Commit 4d82aa5

Browse files
authored
Merge pull request #129 from spdx/pomfixes
Minor POM file files
2 parents 154fdf9 + b61ab83 commit 4d82aa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<packaging>jar</packaging>
99

1010
<name>java-spdx-library</name>
11-
<url>http://maven.apache.org</url>
11+
<url>https://github.com/spdx/Spdx-Java-Library</url>
1212
<licenses>
1313
<license>
1414
<name>The Apache Software License, Version 2.0</name>
@@ -227,7 +227,7 @@
227227
</execution>
228228
</executions>
229229
<configuration>
230-
<spdxDocumentNamespace>http://spdx.org/documents/java-spdx-library-{$version}</spdxDocumentNamespace>
230+
<spdxDocumentNamespace>http://spdx.org/documents/java-spdx-library-${version}</spdxDocumentNamespace>
231231

232232
<defaultFileCopyright>Copyright (c) 2020 Source Auditor Inc.</defaultFileCopyright>
233233
<defaultFileContributors>

0 commit comments

Comments
 (0)