Skip to content

Commit ba4a6c1

Browse files
Reenabled the GPG plugin and SCM sections, verified tests etc. still pass.
1 parent 4d52619 commit ba4a6c1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
</developer>
3030
</developers>
3131

32-
<!-- <scm>-->
33-
<!-- <connection>scm:git:git://github.com/Twasi/obs-websocket-java.git</connection>-->
34-
<!-- <developerConnection>scm:git:[email protected]:Twasi/obs-websocket-java.git</developerConnection>-->
35-
<!-- <url>https://github.com/Twasi/obs-websocket-java</url>-->
36-
<!-- <tag>HEAD</tag>-->
37-
<!-- </scm>-->
32+
<scm>
33+
<connection>scm:git:git://github.com/Twasi/obs-websocket-java.git</connection>
34+
<developerConnection>scm:git:[email protected]:Twasi/obs-websocket-java.git</developerConnection>
35+
<url>https://github.com/Twasi/obs-websocket-java</url>
36+
<tag>HEAD</tag>
37+
</scm>
3838

3939
<properties>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -90,13 +90,13 @@
9090
<skip>false</skip>
9191
</configuration>
9292
<executions>
93-
<!-- <execution>-->
94-
<!-- <id>sign-artifacts</id>-->
95-
<!-- <phase>verify</phase>-->
96-
<!-- <goals>-->
97-
<!-- <goal>sign</goal>-->
98-
<!-- </goals>-->
99-
<!-- </execution>-->
93+
<execution>
94+
<id>sign-artifacts</id>
95+
<phase>verify</phase>
96+
<goals>
97+
<goal>sign</goal>
98+
</goals>
99+
</execution>
100100
</executions>
101101
</plugin>
102102
<plugin>

0 commit comments

Comments
 (0)