Skip to content

Commit

Permalink
Fix wrong core index version
Browse files Browse the repository at this point in the history
Signed-off-by: Johnathan Garrett <[email protected]>
  • Loading branch information
jdgarrett committed Mar 5, 2020
1 parent 1211990 commit d27015a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .utility/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -ev

if [ "$TRAVIS_REPO_SLUG" == "locationtech/geowave" ] && [ "$BUILD_AND_PUBLISH" == "true" ] && [ "$TRAVIS_BRANCH" == "master" ] && ["$TRAVIS_PULL_REQUEST" == "false"]; then
if [ "$TRAVIS_REPO_SLUG" == "locationtech/geowave" ] && [ "$BUILD_AND_PUBLISH" == "true" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
echo -e "Building docs...\n"
mvn -P html -pl docs install -DskipTests -Dspotbugs.skip

Expand Down
2 changes: 1 addition & 1 deletion core/index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-core-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-core-index</artifactId>
<name>GeoWave Index</name>
Expand Down

0 comments on commit d27015a

Please sign in to comment.