Skip to content

Commit

Permalink
release 1.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lebinh committed May 10, 2016
1 parent b6da964 commit f377b92
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 53 deletions.
20 changes: 13 additions & 7 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<artifactId>ddf_core_2.10</artifactId>
<packaging>jar</packaging>
<description>ddf_core</description>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</version>
<name>ddf_core</name>
<organization>
<name>io.ddf</name>
</organization>
<!--
**************************************************************************************************
IMPORTANT: This file is generated by "sbt make-pom" (bin/make-poms.sh). Edits will be overwritten!
**************************************************************************************************
-->
**************************************************************************************************
IMPORTANT: This file is generated by "sbt make-pom" (bin/make-poms.sh). Edits will be overwritten!
**************************************************************************************************
-->
<parent>
<groupId>io</groupId>
<artifactId>ddf</artifactId>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</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>
22 changes: 14 additions & 8 deletions ddf-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<artifactId>ddf_test_2.10</artifactId>
<packaging>jar</packaging>
<description>ddf_test</description>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</version>
<name>ddf_test</name>
<organization>
<name>io.ddf</name>
</organization>
<!--
**************************************************************************************************
IMPORTANT: This file is generated by "sbt make-pom" (bin/make-poms.sh). Edits will be overwritten!
**************************************************************************************************
-->
**************************************************************************************************
IMPORTANT: This file is generated by "sbt make-pom" (bin/make-poms.sh). Edits will be overwritten!
**************************************************************************************************
-->
<parent>
<groupId>io</groupId>
<artifactId>ddf</artifactId>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</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.15-SNAPSHOT</version>
<version>1.4.15</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>
24 changes: 15 additions & 9 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<artifactId>ddf_examples_2.10</artifactId>
<packaging>jar</packaging>
<description>ddf_examples</description>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</version>
<name>ddf_examples</name>
<organization>
<name>io.ddf</name>
</organization>
<!--
**************************************************************************************************
IMPORTANT: This file is generated by "sbt make-pom" (bin/make-poms.sh). Edits will be overwritten!
**************************************************************************************************
-->
**************************************************************************************************
IMPORTANT: This file is generated by "sbt make-pom" (bin/make-poms.sh). Edits will be overwritten!
**************************************************************************************************
-->
<parent>
<groupId>io</groupId>
<artifactId>ddf</artifactId>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</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.15-SNAPSHOT</version>
<version>1.4.15</version>
</dependency>
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_core_2.10</artifactId>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</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>
22 changes: 14 additions & 8 deletions hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<artifactId>ddf_hdfs_2.10</artifactId>
<packaging>jar</packaging>
<description>ddf_hdfs</description>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</version>
<name>ddf_hdfs</name>
<organization>
<name>io.ddf</name>
</organization>
<!--
**************************************************************************************************
IMPORTANT: This file is generated by "sbt make-pom" (bin/make-poms.sh). Edits will be overwritten!
**************************************************************************************************
-->
**************************************************************************************************
IMPORTANT: This file is generated by "sbt make-pom" (bin/make-poms.sh). Edits will be overwritten!
**************************************************************************************************
-->
<parent>
<groupId>io</groupId>
<artifactId>ddf</artifactId>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</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.15-SNAPSHOT</version>
<version>1.4.15</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.15-SNAPSHOT</version>
<version>1.4.15</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.15-SNAPSHOT"
val rootVersion = "1.4.15"

// Project and modules information
val projectOrganization = rootOrganization + "." + projectName
Expand Down
22 changes: 14 additions & 8 deletions s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<artifactId>ddf_s3_2.10</artifactId>
<packaging>jar</packaging>
<description>ddf_s3</description>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</version>
<name>ddf_s3</name>
<organization>
<name>io.ddf</name>
</organization>
<!--
**************************************************************************************************
IMPORTANT: This file is generated by "sbt make-pom" (bin/make-poms.sh). Edits will be overwritten!
**************************************************************************************************
-->
**************************************************************************************************
IMPORTANT: This file is generated by "sbt make-pom" (bin/make-poms.sh). Edits will be overwritten!
**************************************************************************************************
-->
<parent>
<groupId>io</groupId>
<artifactId>ddf</artifactId>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</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.15-SNAPSHOT</version>
<version>1.4.15</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>
28 changes: 17 additions & 11 deletions spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<artifactId>ddf_spark_2.10</artifactId>
<packaging>jar</packaging>
<description>ddf_spark</description>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</version>
<name>ddf_spark</name>
<organization>
<name>io.ddf</name>
</organization>
<!--
**************************************************************************************************
IMPORTANT: This file is generated by "sbt make-pom" (bin/make-poms.sh). Edits will be overwritten!
**************************************************************************************************
-->
**************************************************************************************************
IMPORTANT: This file is generated by "sbt make-pom" (bin/make-poms.sh). Edits will be overwritten!
**************************************************************************************************
-->
<parent>
<groupId>io</groupId>
<artifactId>ddf</artifactId>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</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.15-SNAPSHOT</version>
<version>1.4.15</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_core_2.10</artifactId>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</version>
</dependency>
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_s3_2.10</artifactId>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</version>
</dependency>
<dependency>
<groupId>io.ddf</groupId>
<artifactId>ddf_hdfs_2.10</artifactId>
<version>1.4.15-SNAPSHOT</version>
<version>1.4.15</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 f377b92

Please sign in to comment.