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

Commit 0b821b9

Browse files
committed
Release of V1.1.0
1 parent 0517e8b commit 0b821b9

File tree

31 files changed

+136
-136
lines changed

31 files changed

+136
-136
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<groupId>org.smartdata</groupId>
1818
<artifactId>smartdata-project</artifactId>
19-
<version>1.0-SNAPSHOT</version>
19+
<version>1.1.0</version>
2020
<description>Smart Data Project</description>
2121
<name>SmartData Project</name>
2222
<packaging>pom</packaging>

smart-action/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
<parent>
2323
<groupId>org.smartdata</groupId>
2424
<artifactId>smartdata-project</artifactId>
25-
<version>1.0-SNAPSHOT</version>
25+
<version>1.1.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>smart-action</artifactId>
30-
<version>1.0-SNAPSHOT</version>
30+
<version>1.1.0</version>
3131
<packaging>jar</packaging>
3232

3333
<dependencies>
3434
<dependency>
3535
<groupId>org.smartdata</groupId>
3636
<artifactId>smart-common</artifactId>
37-
<version>1.0-SNAPSHOT</version>
37+
<version>1.1.0</version>
3838
<scope>provided</scope>
3939
</dependency>
4040
<dependency>

smart-admin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
<parent>
2323
<groupId>org.smartdata</groupId>
2424
<artifactId>smartdata-project</artifactId>
25-
<version>1.0-SNAPSHOT</version>
25+
<version>1.1.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>smart-admin</artifactId>
30-
<version>1.0-SNAPSHOT</version>
30+
<version>1.1.0</version>
3131
<packaging>jar</packaging>
3232

3333
<dependencies>
3434
<dependency>
3535
<groupId>org.smartdata</groupId>
3636
<artifactId>smart-common</artifactId>
37-
<version>1.0-SNAPSHOT</version>
37+
<version>1.1.0</version>
3838
<scope>provided</scope>
3939
</dependency>
4040
</dependencies>

smart-agent/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,25 @@
2323
<parent>
2424
<groupId>org.smartdata</groupId>
2525
<artifactId>smartdata-project</artifactId>
26-
<version>1.0-SNAPSHOT</version>
26+
<version>1.1.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>smart-agent</artifactId>
31-
<version>1.0-SNAPSHOT</version>
31+
<version>1.1.0</version>
3232
<packaging>jar</packaging>
3333

3434
<dependencies>
3535
<dependency>
3636
<groupId>org.smartdata</groupId>
3737
<artifactId>smart-engine</artifactId>
38-
<version>1.0-SNAPSHOT</version>
38+
<version>1.1.0</version>
3939
<scope>provided</scope>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.smartdata</groupId>
4343
<artifactId>smart-hadoop-client</artifactId>
44-
<version>1.0-SNAPSHOT</version>
44+
<version>1.1.0</version>
4545
<scope>runtime</scope>
4646
</dependency>
4747
<dependency>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.smartdata</groupId>
5959
<artifactId>smart-engine</artifactId>
60-
<version>1.0-SNAPSHOT</version>
60+
<version>1.1.0</version>
6161
<classifier>tests</classifier>
6262
<scope>test</scope>
6363
</dependency>

smart-alluxio-support/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
<parent>
2323
<groupId>org.smartdata</groupId>
2424
<artifactId>smartdata-project</artifactId>
25-
<version>1.0-SNAPSHOT</version>
25+
<version>1.1.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>smart-alluxio-support</artifactId>
30-
<version>1.0-SNAPSHOT</version>
30+
<version>1.1.0</version>
3131
<packaging>jar</packaging>
3232

3333
<dependencies>
3434
<dependency>
3535
<groupId>org.smartdata</groupId>
3636
<artifactId>smart-common</artifactId>
37-
<version>1.0-SNAPSHOT</version>
37+
<version>1.1.0</version>
3838
<scope>provided</scope>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.smartdata</groupId>
4242
<artifactId>smart-metrics</artifactId>
43-
<version>1.0-SNAPSHOT</version>
43+
<version>1.1.0</version>
4444
<scope>provided</scope>
4545
</dependency>
4646
<dependency>
@@ -59,37 +59,37 @@
5959
<dependency>
6060
<groupId>org.smartdata</groupId>
6161
<artifactId>smart-client</artifactId>
62-
<version>1.0-SNAPSHOT</version>
62+
<version>1.1.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.smartdata</groupId>
6666
<artifactId>smart-admin</artifactId>
67-
<version>1.0-SNAPSHOT</version>
67+
<version>1.1.0</version>
6868
<scope>provided</scope>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.smartdata</groupId>
7272
<artifactId>smart-server</artifactId>
73-
<version>1.0-SNAPSHOT</version>
73+
<version>1.1.0</version>
7474
<scope>provided</scope>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.smartdata</groupId>
7878
<artifactId>smart-action</artifactId>
79-
<version>1.0-SNAPSHOT</version>
79+
<version>1.1.0</version>
8080
<scope>provided</scope>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.smartdata</groupId>
8484
<artifactId>smart-server</artifactId>
85-
<version>1.0-SNAPSHOT</version>
85+
<version>1.1.0</version>
8686
<scope>test</scope>
8787
<type>test-jar</type>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.smartdata</groupId>
9191
<artifactId>smart-action</artifactId>
92-
<version>1.0-SNAPSHOT</version>
92+
<version>1.1.0</version>
9393
<scope>test</scope>
9494
<type>test-jar</type>
9595
</dependency>

smart-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
<parent>
2323
<groupId>org.smartdata</groupId>
2424
<artifactId>smartdata-project</artifactId>
25-
<version>1.0-SNAPSHOT</version>
25+
<version>1.1.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>smart-client</artifactId>
30-
<version>1.0-SNAPSHOT</version>
30+
<version>1.1.0</version>
3131
<packaging>jar</packaging>
3232

3333
<dependencies>
3434
<dependency>
3535
<groupId>org.smartdata</groupId>
3636
<artifactId>smart-common</artifactId>
37-
<version>1.0-SNAPSHOT</version>
37+
<version>1.1.0</version>
3838
<scope>provided</scope>
3939
</dependency>
4040
</dependencies>

smart-common/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
<parent>
2323
<groupId>org.smartdata</groupId>
2424
<artifactId>smartdata-project</artifactId>
25-
<version>1.0-SNAPSHOT</version>
25+
<version>1.1.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>smart-common</artifactId>
30-
<version>1.0-SNAPSHOT</version>
30+
<version>1.1.0</version>
3131
<packaging>jar</packaging>
3232

3333
<dependencies>
3434
<dependency>
3535
<groupId>org.smartdata</groupId>
3636
<artifactId>smart-metrics</artifactId>
37-
<version>1.0-SNAPSHOT</version>
37+
<version>1.1.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.apache.hadoop</groupId>

smart-dist/pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,44 +22,44 @@
2222
<parent>
2323
<groupId>org.smartdata</groupId>
2424
<artifactId>smartdata-project</artifactId>
25-
<version>1.0-SNAPSHOT</version>
25+
<version>1.1.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>smart-dist</artifactId>
30-
<version>1.0-SNAPSHOT</version>
30+
<version>1.1.0</version>
3131
<packaging>pom</packaging>
3232

3333
<dependencies>
3434
<dependency>
3535
<groupId>org.smartdata</groupId>
3636
<artifactId>smart-common</artifactId>
37-
<version>1.0-SNAPSHOT</version>
37+
<version>1.1.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.smartdata</groupId>
4141
<artifactId>smart-client</artifactId>
42-
<version>1.0-SNAPSHOT</version>
42+
<version>1.1.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.smartdata</groupId>
4646
<artifactId>smart-hadoop-client</artifactId>
47-
<version>1.0-SNAPSHOT</version>
47+
<version>1.1.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.smartdata</groupId>
5151
<artifactId>smart-admin</artifactId>
52-
<version>1.0-SNAPSHOT</version>
52+
<version>1.1.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.smartdata</groupId>
5656
<artifactId>smart-action</artifactId>
57-
<version>1.0-SNAPSHOT</version>
57+
<version>1.1.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.smartdata</groupId>
6161
<artifactId>smart-engine</artifactId>
62-
<version>1.0-SNAPSHOT</version>
62+
<version>1.1.0</version>
6363
<!--Work around for https://issues.apache.org/jira/browse/MNG-1388 -->
6464
<exclusions>
6565
<exclusion>
@@ -71,17 +71,17 @@
7171
<dependency>
7272
<groupId>org.smartdata</groupId>
7373
<artifactId>smart-server</artifactId>
74-
<version>1.0-SNAPSHOT</version>
74+
<version>1.1.0</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.smartdata</groupId>
7878
<artifactId>smart-metrics</artifactId>
79-
<version>1.0-SNAPSHOT</version>
79+
<version>1.1.0</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.smartdata</groupId>
8383
<artifactId>smart-agent</artifactId>
84-
<version>1.0-SNAPSHOT</version>
84+
<version>1.1.0</version>
8585
</dependency>
8686
</dependencies>
8787

@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>org.smartdata</groupId>
118118
<artifactId>smart-hadoop-2.7</artifactId>
119-
<version>1.0-SNAPSHOT</version>
119+
<version>1.1.0</version>
120120
</dependency>
121121
</dependencies>
122122
</profile>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>org.smartdata</groupId>
128128
<artifactId>smart-hadoop-cdh-2.6</artifactId>
129-
<version>1.0-SNAPSHOT</version>
129+
<version>1.1.0</version>
130130
</dependency>
131131
</dependencies>
132132
</profile>

smart-engine/pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,55 +23,55 @@
2323
<parent>
2424
<groupId>org.smartdata</groupId>
2525
<artifactId>smartdata-project</artifactId>
26-
<version>1.0-SNAPSHOT</version>
26+
<version>1.1.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>smart-engine</artifactId>
31-
<version>1.0-SNAPSHOT</version>
31+
<version>1.1.0</version>
3232
<packaging>jar</packaging>
3333

3434
<dependencies>
3535
<dependency>
3636
<groupId>org.smartdata</groupId>
3737
<artifactId>smart-common</artifactId>
38-
<version>1.0-SNAPSHOT</version>
38+
<version>1.1.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.smartdata</groupId>
4242
<artifactId>smart-metrics</artifactId>
43-
<version>1.0-SNAPSHOT</version>
43+
<version>1.1.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.smartdata</groupId>
4747
<artifactId>smart-hadoop</artifactId>
48-
<version>1.0-SNAPSHOT</version>
48+
<version>1.1.0</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.smartdata</groupId>
5252
<artifactId>smart-hadoop-client</artifactId>
53-
<version>1.0-SNAPSHOT</version>
53+
<version>1.1.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.smartdata</groupId>
5757
<artifactId>smart-admin</artifactId>
58-
<version>1.0-SNAPSHOT</version>
58+
<version>1.1.0</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.smartdata</groupId>
6363
<artifactId>smart-action</artifactId>
64-
<version>1.0-SNAPSHOT</version>
64+
<version>1.1.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.smartdata</groupId>
6868
<artifactId>smart-rule</artifactId>
69-
<version>1.0-SNAPSHOT</version>
69+
<version>1.1.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.smartdata</groupId>
7373
<artifactId>smart-metastore</artifactId>
74-
<version>1.0-SNAPSHOT</version>
74+
<version>1.1.0</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.hazelcast</groupId>
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>org.smartdata</groupId>
131131
<artifactId>smart-hadoop-client</artifactId>
132-
<version>1.0-SNAPSHOT</version>
132+
<version>1.1.0</version>
133133
</dependency>
134134
</dependencies>
135135

@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>org.smartdata</groupId>
146146
<artifactId>smart-hadoop-2.7</artifactId>
147-
<version>1.0-SNAPSHOT</version>
147+
<version>1.1.0</version>
148148
</dependency>
149149
</dependencies>
150150
</profile>
@@ -154,7 +154,7 @@
154154
<dependency>
155155
<groupId>org.smartdata</groupId>
156156
<artifactId>smart-hadoop-cdh-2.6</artifactId>
157-
<version>1.0-SNAPSHOT</version>
157+
<version>1.1.0</version>
158158
</dependency>
159159
</dependencies>
160160
</profile>

0 commit comments

Comments
 (0)