Skip to content

Commit

Permalink
release 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lebinh committed Feb 28, 2016
1 parent a33472a commit 891b46b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>ddf_core_2.10</artifactId>
<packaging>jar</packaging>
<description>ddf_core</description>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
<name>ddf_core</name>
<organization>
<name>io.ddf</name>
Expand All @@ -18,7 +18,7 @@
<parent>
<groupId>io</groupId>
<artifactId>ddf</artifactId>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
</parent>
<build>
<directory>${basedir}/target/scala-2.10</directory>
Expand Down
8 changes: 4 additions & 4 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>ddf_examples_2.10</artifactId>
<packaging>jar</packaging>
<description>ddf_examples</description>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
<name>ddf_examples</name>
<organization>
<name>io.ddf</name>
Expand All @@ -18,7 +18,7 @@
<parent>
<groupId>io</groupId>
<artifactId>ddf</artifactId>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
</parent>
<build>
<directory>${basedir}/target/scala-2.10</directory>
Expand Down Expand Up @@ -217,12 +217,12 @@
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_spark_2.10</artifactId>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
</dependency>
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_core_2.10</artifactId>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>ddf</artifactId>
<packaging>pom</packaging>
<description>Distributed DataFrame</description>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
<name>ddf</name>
<organization>
<name>io.ddf</name>
Expand Down
2 changes: 1 addition & 1 deletion project/RootBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object RootBuild extends Build {
val rootOrganization = "io"
val projectName = "ddf"
val rootProjectName = projectName
val rootVersion = "1.4.11-SNAPSHOT"
val rootVersion = "1.4.11"
//val rootVersion = if(YARN_ENABLED) {
// "1.2-adatao"
//} else {
Expand Down
8 changes: 4 additions & 4 deletions spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>ddf_spark_2.10</artifactId>
<packaging>jar</packaging>
<description>ddf_spark</description>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
<name>ddf_spark</name>
<organization>
<name>io.ddf</name>
Expand All @@ -18,7 +18,7 @@
<parent>
<groupId>io</groupId>
<artifactId>ddf</artifactId>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
</parent>
<build>
<directory>${basedir}/target/scala-2.10</directory>
Expand Down Expand Up @@ -217,13 +217,13 @@
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_test_2.10</artifactId>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_core_2.10</artifactId>
<version>1.4.11-SNAPSHOT</version>
<version>1.4.11</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 891b46b

Please sign in to comment.