Skip to content

Commit

Permalink
Merge pull request #41 from spdx/changedeploy
Browse files Browse the repository at this point in the history
Update POM file to deploy to sonotype
  • Loading branch information
goneall committed May 3, 2021
2 parents ef959e9 + 821393a commit 334a1e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
</scm>
<distributionManagement>
<repository>
<id>bintray-spdx-maven-plugin</id>
<id>ossrh</id>
<name>spdx-maven-plugin</name>
<url>https://api.bintray.com/maven/spdx/spdx-maven-plugin/spdx-maven-plugin/;publish=1</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<developers>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/spdx/maven/SpdxDocumentBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
import org.spdx.rdfparser.license.SpdxListedLicense;
import org.spdx.rdfparser.model.Annotation;
import org.spdx.rdfparser.model.Checksum;
import org.spdx.rdfparser.model.Checksum.ChecksumAlgorithm;
import org.spdx.rdfparser.model.ExternalDocumentRef;
import org.spdx.rdfparser.model.ExternalRef;
import org.spdx.rdfparser.model.Relationship;
Expand Down

0 comments on commit 334a1e7

Please sign in to comment.