diff --git a/.travis.yml b/.travis.yml index 5d10b50..8b4b733 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ script: - ./gradlew bootRun & - sleep 45 - curl http://localhost:5644/health -- cd $TRAVIS_BUILD_DIR/src/test/resources && newman run Projects.postman_collection.json -e ProjectTest.postman_environment.json +- cd $TRAVIS_BUILD_DIR/src/test/resources/postman && newman run Projects.postman_collection.json -e ProjectTest.postman_environment.json - docker stop $(docker ps -aq) - docker rm $(docker ps -aq) after_success: diff --git a/README.rst b/README.rst index 78f0de5..8efee39 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -Kelona -====== +AeselProjects +============= .. figure:: https://travis-ci.org/AO-StreetArt/AeselProjects.svg?branch=master :alt: diff --git a/build.gradle b/build.gradle index 62bf462..5762e55 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ checkstyle { } jar { - baseName = 'kelona' + baseName = 'aeselprojects' version = '0.0.1' } diff --git a/docs/pages/dev_notes.rst b/docs/pages/dev_notes.rst index afb48ff..094c6c5 100644 --- a/docs/pages/dev_notes.rst +++ b/docs/pages/dev_notes.rst @@ -8,7 +8,7 @@ This page contains a series of notes intended to be beneficial for any contribut Continuous Integration ---------------------- -Travis CI is used to run automated tests against Kelona each time a commit +Travis CI is used to run automated tests against AeselProjects each time a commit or pull request is submitted against the main repository. The configuration for this can be updated via the .travis.yml file in the main folder of the project repository. diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b23ec16..9d568b0 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,4 @@ -# Central runtime properties for Kelona +# Central runtime properties for AeselProjects # HTTP API diff --git a/src/main/resources/bootstrap.properties b/src/main/resources/bootstrap.properties index fc1903d..779bf9a 100644 --- a/src/main/resources/bootstrap.properties +++ b/src/main/resources/bootstrap.properties @@ -1,4 +1,4 @@ -# Kelona Bootstrap (Startup) Properties +# AeselProjects Bootstrap (Startup) Properties # Primarily used for configuring Property Sources # Consul Setup