Skip to content

Commit

Permalink
build: removed distributionManagement.site info
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
  • Loading branch information
dearrudam committed Mar 31, 2024
1 parent a4647ad commit 78e657c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>br.org.soujava</groupId>
<artifactId>maven-archetype-quickstart</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<packaging>maven-archetype</packaging>

<organization>
Expand Down Expand Up @@ -206,10 +206,6 @@
</profiles>

<distributionManagement>
<site>
<id>github</id>
<url>scm:git:ssh://git@github.com/soujava/maven-archetype-quickstart.git</url>
</site>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
Expand Down

0 comments on commit 78e657c

Please sign in to comment.