Skip to content

Commit ccbf34d

Browse files
committed
Update connection string for SCM
Signed-off-by: Gary O'Neall <[email protected]>
1 parent 3f2e3a2 commit ccbf34d

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,20 @@
5252
<id>release</id>
5353
<build>
5454
<plugins>
55+
<plugin>
56+
<groupId>org.apache.maven.plugins</groupId>
57+
<artifactId>maven-source-plugin</artifactId>
58+
<version>3.2.1</version>
59+
<executions>
60+
<execution>
61+
<id>attach-sources</id>
62+
<phase>verify</phase>
63+
<goals>
64+
<goal>jar-no-fork</goal>
65+
</goals>
66+
</execution>
67+
</executions>
68+
</plugin>
5569
<plugin>
5670
<groupId>org.apache.maven.plugins</groupId>
5771
<artifactId>maven-gpg-plugin</artifactId>
@@ -91,21 +105,7 @@
91105
</goals>
92106
</execution>
93107
</executions>
94-
</plugin>
95-
<plugin>
96-
<groupId>org.apache.maven.plugins</groupId>
97-
<artifactId>maven-source-plugin</artifactId>
98-
<version>3.2.1</version>
99-
<executions>
100-
<execution>
101-
<id>attach-sources</id>
102-
<phase>verify</phase>
103-
<goals>
104-
<goal>jar-no-fork</goal>
105-
</goals>
106-
</execution>
107-
</executions>
108-
</plugin>
108+
</plugin>
109109
</plugins>
110110
</build>
111111
</profile>
@@ -264,8 +264,8 @@
264264
<description>This Java library implements an RDF store implementing the SPDX Java Library Storage Interface using an underlying RDF store.</description>
265265
<scm>
266266
<url>https://github.com/spdx/spdx-java-rdf-store</url>
267-
<connection>scm:git:git://github.com/spdx/spdx-java-rdf-store</connection>
268-
<developerConnection>scm:git:[email protected]:/spdx/spdx-java-rdf-store</developerConnection>
267+
<connection>scm:git:ssh://git@github.com:spdx/spdx-java-rdf-store</connection>
268+
<developerConnection>scm:git:[email protected]:spdx/spdx-java-rdf-store</developerConnection>
269269
<tag>master</tag>
270270
</scm>
271271
<issueManagement>

0 commit comments

Comments
 (0)