Skip to content

Commit

Permalink
the build version has been updated for the SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
avdheshbansal committed Jun 23, 2016
1 parent 45722b5 commit 0374fc6
Show file tree
Hide file tree
Showing 28 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions common/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jumbune</artifactId>
<groupId>org.jumbune</groupId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-common</artifactId>
Expand Down Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-remoting</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Expand Down
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions common/src/main/java/org/jumbune/common/utils/Versioning.java
Expand Up @@ -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";

}
6 changes: 3 additions & 3 deletions datavalidation/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jumbune</artifactId>
<groupId>org.jumbune</groupId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>

<groupId>org.jumbune</groupId>
Expand Down Expand Up @@ -63,7 +63,7 @@
<addDefaultImplementationEntries/>
</manifest>
<manifestEntries>
<Class-Path>./jumbune-common-1.5.1.jar ./commons-io-1.3.2.jar ./gson-2.2.4.jar ./jumbune-utils-1.5.1.jar</Class-Path>
<Class-Path>./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</Class-Path>
</manifestEntries>
<pomPropertiesFile/>
</archive>
Expand All @@ -80,4 +80,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion debugger/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jumbune</artifactId>
<groupId>org.jumbune</groupId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>

<groupId>org.jumbune</groupId>
Expand Down
2 changes: 1 addition & 1 deletion deploy/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jumbune</artifactId>
<groupId>org.jumbune</groupId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>

<groupId>org.jumbune</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jumbune</artifactId>
<groupId>org.jumbune</groupId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/debugger/bankdefaulters/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jumbune</groupId>
<artifactId>jumbune</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>

</parent>
Expand Down
2 changes: 1 addition & 1 deletion examples/debugger/clickstreamanalysis/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jumbune</groupId>
<artifactId>jumbune</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<groupId>org.jumbune</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/debugger/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jumbune</groupId>
<artifactId>jumbune</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>

</parent>
Expand Down
2 changes: 1 addition & 1 deletion examples/debugger/usregionportouts/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jumbune</groupId>
<artifactId>jumbune</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>

</parent>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jumbune</artifactId>
<groupId>org.jumbune</groupId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>

<groupId>org.jumbune</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/profiling/movierating/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jumbune</groupId>
<artifactId>jumbune</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>

</parent>
Expand Down
2 changes: 1 addition & 1 deletion examples/profiling/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jumbune</groupId>
<artifactId>jumbune</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>

</parent>
Expand Down
Expand Up @@ -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,
Expand Down
Expand Up @@ -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,
Expand Down
Expand Up @@ -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,
Expand Down
Expand Up @@ -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,
Expand Down
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion examples/wordcount/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jumbune</groupId>
<artifactId>jumbune</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>

</parent>
Expand Down
2 changes: 1 addition & 1 deletion execution/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jumbune</artifactId>
<groupId>org.jumbune</groupId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-exec</artifactId>
Expand Down
22 changes: 11 additions & 11 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>org.jumbune</groupId>
<artifactId>jumbune</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jumbune</name>
Expand Down Expand Up @@ -143,53 +143,53 @@
<dependency>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-common</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-exec</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-datavalidation</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-utils</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-debugger</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-profiling</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-deploy</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-remoting</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>

</dependency>
<dependency>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-web</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-rumen</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
<!-- jetty runner dependencies -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion profiling/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jumbune</artifactId>
<groupId>org.jumbune</groupId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>

<groupId>org.jumbune</groupId>
Expand Down
2 changes: 1 addition & 1 deletion remoting/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jumbune</artifactId>
<groupId>org.jumbune</groupId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -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/";
Expand Down
2 changes: 1 addition & 1 deletion rumen/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>jumbune</artifactId>
<groupId>org.jumbune</groupId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-rumen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utilities/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jumbune</artifactId>
<groupId>org.jumbune</groupId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-utils</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions web/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jumbune</artifactId>
<groupId>org.jumbune</groupId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</parent>

<groupId>org.jumbune</groupId>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.jumbune</groupId>
<artifactId>jumbune-remoting</artifactId>
<version>1.5.1</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 0374fc6

Please sign in to comment.