Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Pre-release of v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
littlezhou committed Jul 17, 2017
1 parent 8626d0e commit 9fec53b
Show file tree
Hide file tree
Showing 26 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>org.smartdata</groupId>
<artifactId>smartdata-project</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<description>Smart Data Project</description>
<name>SmartData Project</name>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions smart-actions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
<parent>
<groupId>org.smartdata</groupId>
<artifactId>smartdata-project</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>smart-actions</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-common</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions smart-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
<parent>
<groupId>org.smartdata</groupId>
<artifactId>smartdata-project</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>smart-admin</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-common</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions smart-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
<parent>
<groupId>org.smartdata</groupId>
<artifactId>smartdata-project</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>smart-agent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-engine</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-dfsclient</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-engine</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
20 changes: 10 additions & 10 deletions smart-alluxio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
<parent>
<groupId>org.smartdata</groupId>
<artifactId>smartdata-project</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>smart-alluxio</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-common</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-metrics</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -59,37 +59,37 @@
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-client</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-admin</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-server</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-actions</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-server</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-actions</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions smart-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
<parent>
<groupId>org.smartdata</groupId>
<artifactId>smartdata-project</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>smart-client</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-common</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions smart-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
<parent>
<groupId>org.smartdata</groupId>
<artifactId>smartdata-project</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>smart-common</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-metrics</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down
16 changes: 8 additions & 8 deletions smart-dfsclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
<parent>
<groupId>org.smartdata</groupId>
<artifactId>smartdata-project</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>smart-dfsclient</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-common</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-metrics</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -70,24 +70,24 @@
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-client</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-admin</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<!--<dependency>-->
<!--<groupId>org.smartdata</groupId>-->
<!--<artifactId>smart-server</artifactId>-->
<!--<version>0.1-SNAPSHOT</version>-->
<!--<version>1.0.0</version>-->
<!--<scope>test</scope>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>org.smartdata</groupId>-->
<!--<artifactId>smart-server</artifactId>-->
<!--<version>0.1-SNAPSHOT</version>-->
<!--<version>1.0.0</version>-->
<!--<scope>test</scope>-->
<!--<type>test-jar</type>-->
<!--</dependency>-->
Expand Down
20 changes: 10 additions & 10 deletions smart-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,54 +22,54 @@
<parent>
<groupId>org.smartdata</groupId>
<artifactId>smartdata-project</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>smart-dist</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<dependencies>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-common</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-client</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-dfsclient</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-admin</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-actions</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-server</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-metrics</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.smartdata</groupId>
<artifactId>smart-agent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit 9fec53b

Please sign in to comment.