Skip to content

Commit

Permalink
Updated the scm
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaponting committed Aug 2, 2023
1 parent a95f3ff commit d35de88
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@
<version>6.1.0</version>
</parent>

<groupId>com.hotels</groupId>
<artifactId>waggle-dance-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Waggle Dance Parent</name>
<description>Hive Metastore federation service.</description>
<url>https://github.com/HotelsDotCom/waggle-dance</url>
<url>https://github.com/ExpediaGroup/waggle-dance</url>
<inceptionYear>2016</inceptionYear>

<scm>
<connection>scm:git:https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/HotelsDotCom/waggle-dance.git</connection>
<developerConnection>scm:git:https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/HotelsDotCom/waggle-dance.git</developerConnection>
<url>https://github.com/HotelsDotCom/waggle-dance</url>
<connection>scm:git:https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/ExpediaGroup/waggle-dance.git</connection>
<developerConnection>scm:git:https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/ExpediaGroup/waggle-dance.git</developerConnection>
<url>https://github.com/ExpediaGroup/waggle-dance</url>
<tag>HEAD</tag>
</scm>

Expand Down Expand Up @@ -443,6 +444,18 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>${nexus.staging.maven.plugin.version}</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>30</stagingProgressTimeoutMinutes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down Expand Up @@ -557,5 +570,4 @@
</plugins>
</pluginManagement>
</build>

</project>

0 comments on commit d35de88

Please sign in to comment.