Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Feb 6, 2024
1 parent 28d1df0 commit b545f01
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/brenoepics/at4j.git</connection>
<developerConnection>scm:git:ssh://github.com/brenoepics/at4j.git</developerConnection>
<url>https://github.com/brenoepics/at4j/tree/main</url>
<connection>scm:git:git://github.com/simpligility/ossrh-demo.git</connection>
<developerConnection>scm:git:ssh://github.com:simpligility/ossrh-demo.git</developerConnection>
<url>http://github.com/simpligility/ossrh-demo/tree/master</url>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -165,19 +165,6 @@
<tokenAuth>true</tokenAuth>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit b545f01

Please sign in to comment.