This repository was archived by the owner on May 3, 2022. It is now read-only.
File tree 16 files changed +35
-35
lines changed
16 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<relativePath >../../pom.xml</relativePath >
23
23
</parent >
24
24
28
28
<packaging >jar</packaging >
29
29
<name >Example</name >
30
30
<description >Example Application</description >
31
- <version >2.6.0-SNAPSHOT </version >
31
+ <version >2.6.0</version >
32
32
33
33
<dependencies >
34
34
<dependency >
35
35
<groupId >com.cloudera.oryx</groupId >
36
36
<artifactId >oryx-api</artifactId >
37
37
<scope >provided</scope >
38
- <version >2.6.0-SNAPSHOT </version >
38
+ <version >2.6.0</version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >javax.ws.rs</groupId >
50
50
<groupId >com.cloudera.oryx</groupId >
51
51
<artifactId >oryx-app-api</artifactId >
52
52
<scope >provided</scope >
53
- <version >2.6.0-SNAPSHOT </version >
53
+ <version >2.6.0</version >
54
54
</dependency >
55
55
<!-- optional, but would enable some native acceleration -->
56
56
<dependency >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<relativePath >../../pom.xml</relativePath >
23
23
</parent >
24
24
27
27
<packaging >jar</packaging >
28
28
<name >Apps: API</name >
29
29
<description >Developer APIs for apps provided in this project</description >
30
- <version >2.6.0-SNAPSHOT </version >
30
+ <version >2.6.0</version >
31
31
32
32
<dependencies >
33
33
<dependency >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<relativePath >../../pom.xml</relativePath >
23
23
</parent >
24
24
27
27
<packaging >jar</packaging >
28
28
<name >Apps: Common</name >
29
29
<description >Common code supporting all layers of apps in this project</description >
30
- <version >2.6.0-SNAPSHOT </version >
30
+ <version >2.6.0</version >
31
31
32
32
<dependencies >
33
33
<dependency >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<relativePath >../../pom.xml</relativePath >
23
23
</parent >
24
24
28
28
<name >Apps: Spark MLlib</name >
29
29
<description >Speed and batch components of machine learning applications built on
30
30
Spark MLlib</description >
31
- <version >2.6.0-SNAPSHOT </version >
31
+ <version >2.6.0</version >
32
32
33
33
<dependencies >
34
34
<dependency >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<relativePath >../../pom.xml</relativePath >
23
23
</parent >
24
24
28
28
<name >Apps: Oryx (Serving)</name >
29
29
<description >Serving components of machine learning applications built from
30
30
algorithms implemented in this project</description >
31
- <version >2.6.0-SNAPSHOT </version >
31
+ <version >2.6.0</version >
32
32
33
33
<dependencies >
34
34
<dependency >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<relativePath >../../pom.xml</relativePath >
23
23
</parent >
24
24
28
28
<name >Apps: Oryx</name >
29
29
<description >Speed and batch components of machine learning applications built from
30
30
algorithms implemented in this project</description >
31
- <version >2.6.0-SNAPSHOT </version >
31
+ <version >2.6.0</version >
32
32
33
33
<dependencies >
34
34
<dependency >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<relativePath >../../pom.xml</relativePath >
23
23
</parent >
24
24
28
28
<name >Batch Layer</name >
29
29
<description >Complete packaged batch layer binary, including project implementations of
30
30
machine learning algorithms' batch component</description >
31
- <version >2.6.0-SNAPSHOT </version >
31
+ <version >2.6.0</version >
32
32
33
33
<dependencies >
34
34
<dependency >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<relativePath >../../pom.xml</relativePath >
23
23
</parent >
24
24
28
28
<name >Serving Layer</name >
29
29
<description >Complete packaged serving layer binary, including project implementations of
30
30
machine learning algorithms' serving component</description >
31
- <version >2.6.0-SNAPSHOT </version >
31
+ <version >2.6.0</version >
32
32
33
33
<dependencies >
34
34
<dependency >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<relativePath >../../pom.xml</relativePath >
23
23
</parent >
24
24
28
28
<name >Speed Layer</name >
29
29
<description >Complete packaged speed layer binary, including project implementations of
30
30
machine learning algorithms' speed components</description >
31
- <version >2.6.0-SNAPSHOT </version >
31
+ <version >2.6.0</version >
32
32
33
33
<dependencies >
34
34
<dependency >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<relativePath >../../pom.xml</relativePath >
23
23
</parent >
24
24
27
27
<packaging >jar</packaging >
28
28
<name >Kafka Utilities</name >
29
29
<description >Kafka-related utility code</description >
30
- <version >2.6.0-SNAPSHOT </version >
30
+ <version >2.6.0</version >
31
31
32
32
<dependencies >
33
33
<dependency >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<relativePath >../../pom.xml</relativePath >
23
23
</parent >
24
24
27
27
<packaging >jar</packaging >
28
28
<name >API</name >
29
29
<description >Developer APIs</description >
30
- <version >2.6.0-SNAPSHOT </version >
30
+ <version >2.6.0</version >
31
31
32
32
<dependencies >
33
33
<!-- These are declared compile scope so that it is inherited by modules depending on this.
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<relativePath >../../pom.xml</relativePath >
23
23
</parent >
24
24
27
27
<packaging >jar</packaging >
28
28
<name >Common</name >
29
29
<description >Common utilities and support code</description >
30
- <version >2.6.0-SNAPSHOT </version >
30
+ <version >2.6.0</version >
31
31
32
32
<dependencies >
33
33
<dependency >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<relativePath >../../pom.xml</relativePath >
23
23
</parent >
24
24
28
28
<name >Lambda Serving</name >
29
29
<description >Framework supporting serving components of an application following
30
30
the lambda architecture</description >
31
- <version >2.6.0-SNAPSHOT </version >
31
+ <version >2.6.0</version >
32
32
33
33
<dependencies >
34
34
<dependency >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<relativePath >../../pom.xml</relativePath >
23
23
</parent >
24
24
28
28
<name >Lambda</name >
29
29
<description >Framework supporting batch and speed components of an application following
30
30
the lambda architecture</description >
31
- <version >2.6.0-SNAPSHOT </version >
31
+ <version >2.6.0</version >
32
32
33
33
<dependencies >
34
34
<dependency >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<relativePath >../../pom.xml</relativePath >
23
23
</parent >
24
24
28
28
<name >ML</name >
29
29
<description >Framework supporting batch and speed components of machine learning applications
30
30
following the lambda architecture</description >
31
- <version >2.6.0-SNAPSHOT </version >
31
+ <version >2.6.0</version >
32
32
33
33
<dependencies >
34
34
<dependency >
Original file line number Diff line number Diff line change 18
18
19
19
<groupId >com.cloudera.oryx</groupId >
20
20
<artifactId >oryx</artifactId >
21
- <version >2.6.0-SNAPSHOT </version >
21
+ <version >2.6.0</version >
22
22
<packaging >pom</packaging >
23
23
24
24
<dependencyManagement >
1117
1117
<connection >scm:git:https://github.com/OryxProject/oryx.git</connection >
1118
1118
<developerConnection >scm:git:https://github.com/OryxProject/oryx.git</developerConnection >
1119
1119
<url >https://github.com/OryxProject/oryx</url >
1120
- <tag >HEAD </tag >
1120
+ <tag >oryx-2.6.0 </tag >
1121
1121
</scm >
1122
1122
1123
1123
<distributionManagement >
1249
1249
<id >travis</id >
1250
1250
<properties >
1251
1251
<!-- dummy to make @{argLine} evaluate when not set by jacoco -->
1252
- <argLine />
1252
+ <argLine />
1253
1253
<!-- Disables creation of shaded binary in Travis to avoid memory problem -->
1254
1254
<shadePhase >none</shadePhase >
1255
1255
</properties >
You can’t perform that action at this time.
0 commit comments