Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Default "ant_installer_dir" to 5.0-SNAPSHOT version on master
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Feb 3, 2014
1 parent 8cc79e4 commit 2a18c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_repo : 'git@github.com:DSpace/DSpace.git'
git_branch : 'master'
mvn_params : '-Denv=vagrant'

ant_installer_dir : '/home/vagrant/dspace-src/dspace/target/dspace-4.0-rc4-SNAPSHOT-build'
ant_installer_dir : '/home/vagrant/dspace-src/dspace/target/dspace-5.0-SNAPSHOT-build'
admin_firstname : 'DSpaceDemo'
admin_lastname : 'Admin'
admin_email : 'dspacedemo+admin@gmail.com'
Expand Down
2 changes: 1 addition & 1 deletion config/local.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mvn_params : '-Denv=vagrant'
# This is a hack, we'd like for there to be a better way to determine where the
# ant installer ends up after running mvn package, but, for now, we're hard
# coding it. See DS-1760, and pitch in if you have a solution.
ant_installer_dir : '/home/vagrant/dspace-src/dspace/target/dspace-4.0-rc2-SNAPSHOT-build'
ant_installer_dir : '/home/vagrant/dspace-src/dspace/target/dspace-5.0-SNAPSHOT-build'

admin_firstname : 'YourFirstName'
admin_lastname : 'YourLastName'
Expand Down

0 comments on commit 2a18c17

Please sign in to comment.