Skip to content

Commit

Permalink
release 1.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lebinh committed May 24, 2016
1 parent 66b4122 commit 45430a5
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 29 deletions.
12 changes: 9 additions & 3 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.16-SNAPSHOT</version>
<version>1.4.16</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.16-SNAPSHOT</version>
<version>1.4.16</version>
</parent>
<build>
<directory>${basedir}/target/scala-2.10</directory>
Expand Down Expand Up @@ -350,6 +350,12 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>typesafereleases</id>
<name>typesafe-releases</name>
<url>http://repo.typesafe.com/typesafe/releases/</url>
<layout>default</layout>
</repository>
<repository>
<id>AdataoMvnreposSnapshots</id>
<name>Adatao Mvnrepos Snapshots</name>
Expand Down Expand Up @@ -381,4 +387,4 @@
<layout>default</layout>
</repository>
</repositories>
</project>
</project>
14 changes: 10 additions & 4 deletions ddf-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>ddf_test_2.10</artifactId>
<packaging>jar</packaging>
<description>ddf_test</description>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
<name>ddf_test</name>
<organization>
<name>io.ddf</name>
Expand All @@ -18,7 +18,7 @@
<parent>
<groupId>io</groupId>
<artifactId>ddf</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</parent>
<build>
<directory>${basedir}/target/scala-2.10</directory>
Expand Down Expand Up @@ -217,7 +217,7 @@
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_core_2.10</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -314,6 +314,12 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>typesafereleases</id>
<name>typesafe-releases</name>
<url>http://repo.typesafe.com/typesafe/releases/</url>
<layout>default</layout>
</repository>
<repository>
<id>AdataoMvnreposSnapshots</id>
<name>Adatao Mvnrepos Snapshots</name>
Expand Down Expand Up @@ -345,4 +351,4 @@
<layout>default</layout>
</repository>
</repositories>
</project>
</project>
16 changes: 11 additions & 5 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.16-SNAPSHOT</version>
<version>1.4.16</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.16-SNAPSHOT</version>
<version>1.4.16</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.16-SNAPSHOT</version>
<version>1.4.16</version>
</dependency>
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_core_2.10</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -315,6 +315,12 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>typesafereleases</id>
<name>typesafe-releases</name>
<url>http://repo.typesafe.com/typesafe/releases/</url>
<layout>default</layout>
</repository>
<repository>
<id>AdataoMvnreposSnapshots</id>
<name>Adatao Mvnrepos Snapshots</name>
Expand Down Expand Up @@ -346,4 +352,4 @@
<layout>default</layout>
</repository>
</repositories>
</project>
</project>
14 changes: 10 additions & 4 deletions hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>ddf_hdfs_2.10</artifactId>
<packaging>jar</packaging>
<description>ddf_hdfs</description>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
<name>ddf_hdfs</name>
<organization>
<name>io.ddf</name>
Expand All @@ -18,7 +18,7 @@
<parent>
<groupId>io</groupId>
<artifactId>ddf</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</parent>
<build>
<directory>${basedir}/target/scala-2.10</directory>
Expand Down Expand Up @@ -217,7 +217,7 @@
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_core_2.10</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -342,6 +342,12 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>typesafereleases</id>
<name>typesafe-releases</name>
<url>http://repo.typesafe.com/typesafe/releases/</url>
<layout>default</layout>
</repository>
<repository>
<id>AdataoMvnreposSnapshots</id>
<name>Adatao Mvnrepos Snapshots</name>
Expand Down Expand Up @@ -373,4 +379,4 @@
<layout>default</layout>
</repository>
</repositories>
</project>
</project>
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.16-SNAPSHOT</version>
<version>1.4.16</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 @@ -38,7 +38,7 @@ object RootBuild extends Build {
val rootOrganization = "io"
val projectName = "ddf"
val rootProjectName = projectName
val rootVersion = "1.4.16-SNAPSHOT"
val rootVersion = "1.4.16"

// Project and modules information
val projectOrganization = rootOrganization + "." + projectName
Expand Down
14 changes: 10 additions & 4 deletions s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>ddf_s3_2.10</artifactId>
<packaging>jar</packaging>
<description>ddf_s3</description>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
<name>ddf_s3</name>
<organization>
<name>io.ddf</name>
Expand All @@ -18,7 +18,7 @@
<parent>
<groupId>io</groupId>
<artifactId>ddf</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</parent>
<build>
<directory>${basedir}/target/scala-2.10</directory>
Expand Down Expand Up @@ -217,7 +217,7 @@
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_core_2.10</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -339,6 +339,12 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>typesafereleases</id>
<name>typesafe-releases</name>
<url>http://repo.typesafe.com/typesafe/releases/</url>
<layout>default</layout>
</repository>
<repository>
<id>AdataoMvnreposSnapshots</id>
<name>Adatao Mvnrepos Snapshots</name>
Expand Down Expand Up @@ -370,4 +376,4 @@
<layout>default</layout>
</repository>
</repositories>
</project>
</project>
20 changes: 13 additions & 7 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.16-SNAPSHOT</version>
<version>1.4.16</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.16-SNAPSHOT</version>
<version>1.4.16</version>
</parent>
<build>
<directory>${basedir}/target/scala-2.10</directory>
Expand Down Expand Up @@ -217,23 +217,23 @@
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_test_2.10</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_core_2.10</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</dependency>
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_s3_2.10</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
</dependency>
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_hdfs_2.10</artifactId>
<version>1.4.16-SNAPSHOT</version>
<version>1.4.16</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
Expand Down Expand Up @@ -471,6 +471,12 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>typesafereleases</id>
<name>typesafe-releases</name>
<url>http://repo.typesafe.com/typesafe/releases/</url>
<layout>default</layout>
</repository>
<repository>
<id>AdataoMvnreposSnapshots</id>
<name>Adatao Mvnrepos Snapshots</name>
Expand Down Expand Up @@ -502,4 +508,4 @@
<layout>default</layout>
</repository>
</repositories>
</project>
</project>

0 comments on commit 45430a5

Please sign in to comment.