diff --git a/common/pom.xml b/common/pom.xml index f14d89c2..d4d0ead9 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -6,7 +6,7 @@ jumbune org.jumbune - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune jumbune-common @@ -97,7 +97,7 @@ org.jumbune jumbune-remoting - 1.5.1 + 1.5.2-SNAPSHOT diff --git a/common/src/main/java/org/jumbune/common/utils/ConfigurationUtil.java b/common/src/main/java/org/jumbune/common/utils/ConfigurationUtil.java index bd9e6dcd..dc1a2d93 100644 --- a/common/src/main/java/org/jumbune/common/utils/ConfigurationUtil.java +++ b/common/src/main/java/org/jumbune/common/utils/ConfigurationUtil.java @@ -381,7 +381,7 @@ public static void updateXmlDocumentOnFile(Document doc, String filePath) throws */ public static ClasspathElement loadJumbuneSuppliedJarList() throws JumbuneException { ClasspathElement classpathElement = new ClasspathElement(); - String[] files = {"AGENT_HOMElib/jumbune-utils-1.5.1.jar","AGENT_HOMElib/log4j-api-2.1.jar","AGENT_HOMElib/log4j-core-2.1.jar"}; + String[] files = {"AGENT_HOMElib/jumbune-utils-1.5.2-SNAPSHOT.jar","AGENT_HOMElib/log4j-api-2.1.jar","AGENT_HOMElib/log4j-core-2.1.jar"}; classpathElement.setFiles(files); classpathElement.setSource(-1); return classpathElement; diff --git a/common/src/main/java/org/jumbune/common/utils/Versioning.java b/common/src/main/java/org/jumbune/common/utils/Versioning.java index aa8feb7a..eaedbc31 100644 --- a/common/src/main/java/org/jumbune/common/utils/Versioning.java +++ b/common/src/main/java/org/jumbune/common/utils/Versioning.java @@ -14,9 +14,9 @@ private Versioning(){ } /** The Constant BUILD_VERSION. */ - public static final String BUILD_VERSION="1.5.1"; + public static final String BUILD_VERSION="1.5.2"; /** The Constant DISTRIBUTION_NAME. */ - public static final String DISTRIBUTION_NAME=""; + public static final String DISTRIBUTION_NAME="-SNAPSHOT"; } diff --git a/datavalidation/pom.xml b/datavalidation/pom.xml index 23ee8491..6881718e 100644 --- a/datavalidation/pom.xml +++ b/datavalidation/pom.xml @@ -5,7 +5,7 @@ jumbune org.jumbune - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune @@ -63,7 +63,7 @@ - ./jumbune-common-1.5.1.jar ./commons-io-1.3.2.jar ./gson-2.2.4.jar ./jumbune-utils-1.5.1.jar + ./jumbune-common-1.5.2-SNAPSHOT.jar ./commons-io-1.3.2.jar ./gson-2.2.4.jar ./jumbune-utils-1.5.2-SNAPSHOT.jar @@ -80,4 +80,4 @@ - + \ No newline at end of file diff --git a/debugger/pom.xml b/debugger/pom.xml index 8c435c35..61c91208 100644 --- a/debugger/pom.xml +++ b/debugger/pom.xml @@ -6,7 +6,7 @@ jumbune org.jumbune - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune diff --git a/deploy/pom.xml b/deploy/pom.xml index c446799b..d8daa852 100644 --- a/deploy/pom.xml +++ b/deploy/pom.xml @@ -6,7 +6,7 @@ jumbune org.jumbune - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune diff --git a/distribution/pom.xml b/distribution/pom.xml index 7da77ef6..bf1708e5 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -6,7 +6,7 @@ jumbune org.jumbune - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune jumbune-dist diff --git a/examples/debugger/bankdefaulters/pom.xml b/examples/debugger/bankdefaulters/pom.xml index 0b74dffd..559483d5 100644 --- a/examples/debugger/bankdefaulters/pom.xml +++ b/examples/debugger/bankdefaulters/pom.xml @@ -4,7 +4,7 @@ org.jumbune jumbune - 1.5.1 + 1.5.2-SNAPSHOT ../../../pom.xml diff --git a/examples/debugger/clickstreamanalysis/pom.xml b/examples/debugger/clickstreamanalysis/pom.xml index f6612acd..02108d6d 100644 --- a/examples/debugger/clickstreamanalysis/pom.xml +++ b/examples/debugger/clickstreamanalysis/pom.xml @@ -4,7 +4,7 @@ org.jumbune jumbune - 1.5.1 + 1.5.2-SNAPSHOT ../../../pom.xml org.jumbune diff --git a/examples/debugger/pom.xml b/examples/debugger/pom.xml index be74cc37..39c80baf 100644 --- a/examples/debugger/pom.xml +++ b/examples/debugger/pom.xml @@ -4,7 +4,7 @@ org.jumbune jumbune - 1.5.1 + 1.5.2-SNAPSHOT ../../pom.xml diff --git a/examples/debugger/usregionportouts/pom.xml b/examples/debugger/usregionportouts/pom.xml index d044123b..bd73f3a0 100644 --- a/examples/debugger/usregionportouts/pom.xml +++ b/examples/debugger/usregionportouts/pom.xml @@ -4,7 +4,7 @@ org.jumbune jumbune - 1.5.1 + 1.5.2-SNAPSHOT ../../../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index 516992c2..3b4c35a3 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -6,7 +6,7 @@ jumbune org.jumbune - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune diff --git a/examples/profiling/movierating/pom.xml b/examples/profiling/movierating/pom.xml index fd14d3dc..d868a1ae 100644 --- a/examples/profiling/movierating/pom.xml +++ b/examples/profiling/movierating/pom.xml @@ -4,7 +4,7 @@ org.jumbune jumbune - 1.5.1 + 1.5.2-SNAPSHOT ../../../pom.xml diff --git a/examples/profiling/pom.xml b/examples/profiling/pom.xml index 7246e1d7..e22847f7 100644 --- a/examples/profiling/pom.xml +++ b/examples/profiling/pom.xml @@ -4,7 +4,7 @@ org.jumbune jumbune - 1.5.1 + 1.5.2-SNAPSHOT ../../pom.xml diff --git a/examples/src/main/resources/inputresources/sample_json/BankDefaultersSample.json b/examples/src/main/resources/inputresources/sample_json/BankDefaultersSample.json index 59a28f21..764d8b85 100644 --- a/examples/src/main/resources/inputresources/sample_json/BankDefaultersSample.json +++ b/examples/src/main/resources/inputresources/sample_json/BankDefaultersSample.json @@ -30,7 +30,7 @@ "hadoopJobProfile": "FALSE", "hdfsInputPath": null, "includeClassJar": "TRUE", - "inputFile": "user.home.directory/Desktop/Jumbune_Home/examples/example-distribution/examples-bankdefaulters-1.5.1.jar", + "inputFile": "user.home.directory/Desktop/Jumbune_Home/examples/example-distribution/examples-bankdefaulters-1.5.2-SNAPSHOT.jar", "jobs": [ { "jobClass": null, diff --git a/examples/src/main/resources/inputresources/sample_json/ClickstreamSample.json b/examples/src/main/resources/inputresources/sample_json/ClickstreamSample.json index 24a6d87c..d88092e4 100644 --- a/examples/src/main/resources/inputresources/sample_json/ClickstreamSample.json +++ b/examples/src/main/resources/inputresources/sample_json/ClickstreamSample.json @@ -29,7 +29,7 @@ "hadoopJobProfile": "FALSE", "hdfsInputPath": null, "includeClassJar": "TRUE", - "inputFile": "user.home.directory/Desktop/Jumbune_Home/examples/example-distribution/examples-clickstreamanalysis-1.5.1.jar", + "inputFile": "user.home.directory/Desktop/Jumbune_Home/examples/example-distribution/examples-clickstreamanalysis-1.5.2-SNAPSHOT.jar", "jobs": [ { "jobClass": null, diff --git a/examples/src/main/resources/inputresources/sample_json/MovieRatingSample.json b/examples/src/main/resources/inputresources/sample_json/MovieRatingSample.json index 552f6229..a92de492 100644 --- a/examples/src/main/resources/inputresources/sample_json/MovieRatingSample.json +++ b/examples/src/main/resources/inputresources/sample_json/MovieRatingSample.json @@ -30,7 +30,7 @@ "hadoopJobProfile": "TRUE", "hdfsInputPath": null, "includeClassJar": "TRUE", - "inputFile": "user.home.directory/Desktop/Jumbune_Home/examples/example-distribution/examples-movierating-1.5.1.jar", + "inputFile": "user.home.directory/Desktop/Jumbune_Home/examples/example-distribution/examples-movierating-1.5.2-SNAPSHOT.jar", "jobs": [ { "jobClass": null, diff --git a/examples/src/main/resources/inputresources/sample_json/USRegionPortOutSample.json b/examples/src/main/resources/inputresources/sample_json/USRegionPortOutSample.json index 5458f601..636f35f7 100644 --- a/examples/src/main/resources/inputresources/sample_json/USRegionPortOutSample.json +++ b/examples/src/main/resources/inputresources/sample_json/USRegionPortOutSample.json @@ -60,7 +60,7 @@ "hadoopJobProfile": "TRUE", "hdfsInputPath": "/Jumbune/Demo/input/PREPROCESSED/data1", "includeClassJar": "TRUE", - "inputFile": "user.home.directory/Desktop/Jumbune_Home/examples/example-distribution/examples-usregionportouts-1.5.1.jar", + "inputFile": "user.home.directory/Desktop/Jumbune_Home/examples/example-distribution/examples-usregionportouts-1.5.2-SNAPSHOT.jar", "jobs": [ { "jobClass": null, diff --git a/examples/src/main/resources/inputresources/sample_json/WordCountSample.json b/examples/src/main/resources/inputresources/sample_json/WordCountSample.json index 955c160d..b66f50ed 100644 --- a/examples/src/main/resources/inputresources/sample_json/WordCountSample.json +++ b/examples/src/main/resources/inputresources/sample_json/WordCountSample.json @@ -60,7 +60,7 @@ "hadoopJobProfile": "TRUE", "hdfsInputPath": "/Jumbune/Demo/input/PREPROCESSED/data1", "includeClassJar": "TRUE", - "inputFile": "user.home.directory/Desktop/Jumbune_Home/examples/example-distribution/examples-wordcount-1.5.1.jar", + "inputFile": "user.home.directory/Desktop/Jumbune_Home/examples/example-distribution/examples-wordcount-1.5.2-SNAPSHOT.jar", "jobs": [ { "jobClass": null, diff --git a/examples/wordcount/pom.xml b/examples/wordcount/pom.xml index 532c9eda..02dd4090 100644 --- a/examples/wordcount/pom.xml +++ b/examples/wordcount/pom.xml @@ -4,7 +4,7 @@ org.jumbune jumbune - 1.5.1 + 1.5.2-SNAPSHOT ../../pom.xml diff --git a/execution/pom.xml b/execution/pom.xml index 9920bd0c..e9d63149 100644 --- a/execution/pom.xml +++ b/execution/pom.xml @@ -6,7 +6,7 @@ jumbune org.jumbune - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune jumbune-exec diff --git a/pom.xml b/pom.xml index a0f7f5ad..8abd1227 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jumbune jumbune - 1.5.1 + 1.5.2-SNAPSHOT pom Jumbune @@ -143,53 +143,53 @@ org.jumbune jumbune-common - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune jumbune-exec - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune jumbune-datavalidation - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune jumbune-utils - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune jumbune-debugger - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune jumbune-profiling - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune jumbune-deploy - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune jumbune-remoting - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune jumbune-web - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune jumbune-rumen - 1.5.1 + 1.5.2-SNAPSHOT diff --git a/profiling/pom.xml b/profiling/pom.xml index 3007c2f7..001dbc60 100644 --- a/profiling/pom.xml +++ b/profiling/pom.xml @@ -5,7 +5,7 @@ jumbune org.jumbune - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune diff --git a/remoting/pom.xml b/remoting/pom.xml index 5d11be92..770a7ac0 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -5,7 +5,7 @@ jumbune org.jumbune - 1.5.1 + 1.5.2-SNAPSHOT ../pom.xml diff --git a/remoting/src/main/java/org/jumbune/remoting/common/RemotingConstants.java b/remoting/src/main/java/org/jumbune/remoting/common/RemotingConstants.java index ff59005d..61e08d76 100644 --- a/remoting/src/main/java/org/jumbune/remoting/common/RemotingConstants.java +++ b/remoting/src/main/java/org/jumbune/remoting/common/RemotingConstants.java @@ -205,7 +205,7 @@ public interface RemotingConstants { /** The redirect symbol. */ String REDIRECT_SYMBOL = ">"; - String DATA_VALIDATION_JAR = "jumbune-datavalidation-1.5.1.jar"; + String DATA_VALIDATION_JAR = "jumbune-datavalidation-1.5.2-SNAPSHOT.jar"; /** The job jars loc. */ String JOB_JARS_LOC = "jobJars/"; diff --git a/rumen/pom.xml b/rumen/pom.xml index 11b79915..4cac9b97 100644 --- a/rumen/pom.xml +++ b/rumen/pom.xml @@ -7,7 +7,7 @@ jumbune org.jumbune - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune jumbune-rumen diff --git a/utilities/pom.xml b/utilities/pom.xml index ca10371d..7d98bd54 100644 --- a/utilities/pom.xml +++ b/utilities/pom.xml @@ -6,7 +6,7 @@ jumbune org.jumbune - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune jumbune-utils diff --git a/web/pom.xml b/web/pom.xml index e0d7a09e..156209f2 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -6,7 +6,7 @@ jumbune org.jumbune - 1.5.1 + 1.5.2-SNAPSHOT org.jumbune @@ -88,7 +88,7 @@ org.jumbune jumbune-remoting - 1.5.1 + 1.5.2-SNAPSHOT