Skip to content

Commit

Permalink
Update connection string for SCM
Browse files Browse the repository at this point in the history
Signed-off-by: Gary O'Neall <[email protected]>
  • Loading branch information
goneall committed Dec 14, 2023
1 parent 3f2e3a2 commit ccbf34d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,20 @@
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down Expand Up @@ -91,21 +105,7 @@
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugin>
</plugins>
</build>
</profile>
Expand Down Expand Up @@ -264,8 +264,8 @@
<description>This Java library implements an RDF store implementing the SPDX Java Library Storage Interface using an underlying RDF store.</description>
<scm>
<url>https://github.com/spdx/spdx-java-rdf-store</url>
<connection>scm:git:git://github.com/spdx/spdx-java-rdf-store</connection>
<developerConnection>scm:git:[email protected]:/spdx/spdx-java-rdf-store</developerConnection>
<connection>scm:git:ssh://git@github.com:spdx/spdx-java-rdf-store</connection>
<developerConnection>scm:git:[email protected]:spdx/spdx-java-rdf-store</developerConnection>
<tag>master</tag>
</scm>
<issueManagement>
Expand Down

0 comments on commit ccbf34d

Please sign in to comment.