Skip to content

Commit 26ff7fa

Browse files
committed
update-fix updates
1 parent 025f65b commit 26ff7fa

File tree

1 file changed

+4
-46
lines changed

1 file changed

+4
-46
lines changed

pom.xml

Lines changed: 4 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,9 @@
1212
<url>https://github.com/kinsleykajiva/janus-server-java-sdk</url>
1313
<packaging>jar</packaging>
1414

15-
<distributionManagement>
16-
<snapshotRepository>
17-
<id>ossrh</id>
18-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
19-
</snapshotRepository>
20-
<repository>
21-
<id>ossrh</id>
22-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
23-
</repository>
24-
</distributionManagement>
2515

26-
<scm>
27-
<connection>scm:git:git@github.com:kinsleykajiva/janus-server-java-sdk.git</connection>
28-
<developerConnection>scm:git@github.com:kinsleykajiva/janus-server-java-sdk.git</developerConnection>
29-
<url>https://github.com/kinsleykajiva/janus-server-java-sdk.git</url>
30-
</scm>
16+
17+
3118
<developers>
3219
<developer>
3320
<name>Kinsley Kajiva</name>
@@ -97,17 +84,7 @@
9784
</execution>
9885
</executions>
9986
</plugin>
100-
<plugin>
101-
<groupId>org.sonatype.plugins</groupId>
102-
<artifactId>nexus-staging-maven-plugin</artifactId>
103-
<version>1.6.13</version>
104-
<extensions>true</extensions>
105-
<configuration>
106-
<serverId>ossrh</serverId>
107-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
108-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
109-
</configuration>
110-
</plugin>
87+
11188
</plugins>
11289
</build>
11390

@@ -116,26 +93,7 @@
11693
<id>release</id>
11794
<build>
11895
<plugins>
119-
<plugin>
120-
<groupId>org.apache.maven.plugins</groupId>
121-
<artifactId>maven-gpg-plugin</artifactId>
122-
<version>3.0.1</version>
123-
<executions>
124-
<execution>
125-
<id>sign-artifacts</id>
126-
<phase>verify</phase>
127-
<goals>
128-
<goal>sign</goal>
129-
</goals>
130-
<configuration>
131-
<gpgArguments>
132-
<arg>--pinentry-mode</arg>
133-
<arg>loopback</arg>
134-
</gpgArguments>
135-
</configuration>
136-
</execution>
137-
</executions>
138-
</plugin>
96+
13997
</plugins>
14098
</build>
14199
</profile>

0 commit comments

Comments
 (0)