diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | project.clj | 2 | ||||
-rw-r--r-- | version.properties | 4 |
4 files changed, 6 insertions, 6 deletions
@@ -54,10 +54,10 @@ Feeds the Gallifrey time database with entity events 7. Make sure the configuration is correct in the dev.clj file and once verified, in the repl buffer type `(go)` and press enter. -8. You can verify everthing is running by generating/adding an event +8. You can verify everything is running by generating/adding an event to dmaap and seeing it flow through chameleon in the error.log file. -### Running it locally (Assumming you're not using Emacs and using +### Running it locally (Assuming you're not using Emacs and using `lein repl` from the command line) **Make you're in the directory at the root of your project. Open the @@ -3,7 +3,7 @@ <groupId>org.onap.aai</groupId> <artifactId>chameleon</artifactId> <packaging>jar</packaging> - <version>1.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>aai-chameleon</name> <description/> <scm> diff --git a/project.clj b/project.clj index b8e4413..85e6275 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.onap.aai/chameleon "1.3.1-SNAPSHOT" +(defproject org.onap.aai/chameleon "1.4.0-SNAPSHOT" :name "chameleon" :dependencies [[org.clojure/clojure "1.9.0"] [org.clojure/core.async "0.4.474"] diff --git a/version.properties b/version.properties index fb21064..668657e 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 -patch=1 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} |