Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
fix liquibase install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarre committed May 29, 2017
1 parent 1a06003 commit 5381a78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>nc.noumea.mairie</groupId>
<artifactId>liquibase-archetype</artifactId>
<version>2.00.00-SNAPSHOT</version>
<version>2.00.00</version>
<packaging>maven-archetype</packaging>

<name>liquibase-archetype</name>
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/archetype-resources/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ before_install:
- export JAVA_OPTS="-Xmx2560m -XX:-UseGCOverheadLimit"
- echo $JAVA_OPTS
- echo "downloading and installing liquibase ${liquibase_version}"
- wget https://github.com/liquibase/liquibase/releases/download/liquibase-parent-${liquibaseVersion}/liquibase-debian_${liquibaseVersion}_all.deb
- sudo dpkg -i liquibase-debian_${liquibaseVersion}_all.deb
- sudo ln -s /opt/liquibase-${liquibase_version} /opt/liquibase
- export PATH=$PATH:/opt/liquibase-${liquibase_version}
- wget https://github.com/liquibase/liquibase/releases/download/liquibase-parent-${liquibaseVersion}/liquibase-debian_${liquibase_version}_all.deb
- sudo dpkg -i liquibase-debian_${liquibase_version}_all.deb
- sudo ln -s /usr/lib/liquibase-${liquibase_version} /opt/liquibase
- export PATH=$PATH:/opt/liquibase
- liquibase --version
- echo "downloading and installing postgres ${postgresql_version} driver."
- wget http://central.maven.org/maven2/org/postgresql/postgresql/${postgresql_version}/postgresql-${postgresql_version}.jar
Expand Down

0 comments on commit 5381a78

Please sign in to comment.