Skip to content

Commit

Permalink
Pom.xml https and parent bump
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Ansell <p_ansell@yahoo.com>
  • Loading branch information
ansell committed Jun 5, 2018
1 parent abad8c9 commit 44e85fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<parent>
<groupId>au.org.ala</groupId>
<artifactId>ala-parent-pom</artifactId>
<version>5</version>
<version>9</version>
</parent>

<groupId>au.org.ala</groupId>
<artifactId>biocache-store</artifactId>
<version>1.9.4-SNAPSHOT</version>
<url>http://biocache.ala.org.au</url>
<url>https://biocache.ala.org.au</url>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/AtlasOfLivingAustralia/biocache-store/issues</url>
</issueManagement>
<ciManagement>
<system>Travis</system>
<url>http://travis-ci.org/AtlasOfLivingAustralia/biocache-store/</url>
<url>https://travis-ci.org/AtlasOfLivingAustralia/biocache-store/</url>
</ciManagement>
<inceptionYear>2011</inceptionYear>
<name>biocache-store</name>
Expand Down Expand Up @@ -692,7 +692,7 @@
<repository>
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
<url>https://download.osgeo.org/webdav/geotools/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit 44e85fc

Please sign in to comment.