Skip to content

Commit

Permalink
changing the developer connection to github, adding bugfix version
Browse files Browse the repository at this point in the history
  • Loading branch information
David M Sibley committed Apr 13, 2015
1 parent e84f3b7 commit db0a4a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gcmrc-labs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gcmrc-parent</artifactId>
<groupId>gov.usgs.cida.gcmrc</groupId>
<version>1.1.19-SNAPSHOT</version>
<version>1.1.19-1-SNAPSHOT</version>
</parent>

<groupId>gov.usgs.cida.gcmrc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gcmrc-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gcmrc-parent</artifactId>
<groupId>gov.usgs.cida.gcmrc</groupId>
<version>1.1.19-SNAPSHOT</version>
<version>1.1.19-1-SNAPSHOT</version>
</parent>

<groupId>gov.usgs.cida.gcmrc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gcmrc-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gcmrc-parent</artifactId>
<groupId>gov.usgs.cida.gcmrc</groupId>
<version>1.1.19-SNAPSHOT</version>
<version>1.1.19-1-SNAPSHOT</version>
</parent>

<groupId>gov.usgs.cida.gcmrc</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>gov.usgs.cida.gcmrc</groupId>
<artifactId>gcmrc-parent</artifactId>
<version>1.1.19-SNAPSHOT</version>
<version>1.1.19-1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>GCMRC Parent</name>

Expand Down Expand Up @@ -96,7 +96,7 @@
</properties>

<scm>
<developerConnection>scm:git:ssh://git@cida-eros-stash.er.usgs.gov:7999/gcmrc/gcmrc-ui-parent.git</developerConnection>
<developerConnection>scm:git:ssh://git@github.com:USGS-CIDA/gcmrc-ui-parent.git</developerConnection>
</scm>

<distributionManagement>
Expand Down

0 comments on commit db0a4a9

Please sign in to comment.