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

Commit 4967a2a

Browse files
committedOct 27, 2017
[maven-release-plugin] prepare release oryx-2.6.0
1 parent 648f737 commit 4967a2a

File tree

16 files changed

+35
-35
lines changed

16 files changed

+35
-35
lines changed
 

‎app/example/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

@@ -28,14 +28,14 @@
2828
<packaging>jar</packaging>
2929
<name>Example</name>
3030
<description>Example Application</description>
31-
<version>2.6.0-SNAPSHOT</version>
31+
<version>2.6.0</version>
3232

3333
<dependencies>
3434
<dependency>
3535
<groupId>com.cloudera.oryx</groupId>
3636
<artifactId>oryx-api</artifactId>
3737
<scope>provided</scope>
38-
<version>2.6.0-SNAPSHOT</version>
38+
<version>2.6.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>javax.ws.rs</groupId>
@@ -50,7 +50,7 @@
5050
<groupId>com.cloudera.oryx</groupId>
5151
<artifactId>oryx-app-api</artifactId>
5252
<scope>provided</scope>
53-
<version>2.6.0-SNAPSHOT</version>
53+
<version>2.6.0</version>
5454
</dependency>
5555
<!-- optional, but would enable some native acceleration -->
5656
<dependency>

‎app/oryx-app-api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

@@ -27,7 +27,7 @@
2727
<packaging>jar</packaging>
2828
<name>Apps: API</name>
2929
<description>Developer APIs for apps provided in this project</description>
30-
<version>2.6.0-SNAPSHOT</version>
30+
<version>2.6.0</version>
3131

3232
<dependencies>
3333
<dependency>

‎app/oryx-app-common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

@@ -27,7 +27,7 @@
2727
<packaging>jar</packaging>
2828
<name>Apps: Common</name>
2929
<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>
3131

3232
<dependencies>
3333
<dependency>

‎app/oryx-app-mllib/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

@@ -28,7 +28,7 @@
2828
<name>Apps: Spark MLlib</name>
2929
<description>Speed and batch components of machine learning applications built on
3030
Spark MLlib</description>
31-
<version>2.6.0-SNAPSHOT</version>
31+
<version>2.6.0</version>
3232

3333
<dependencies>
3434
<dependency>

‎app/oryx-app-serving/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

@@ -28,7 +28,7 @@
2828
<name>Apps: Oryx (Serving)</name>
2929
<description>Serving components of machine learning applications built from
3030
algorithms implemented in this project</description>
31-
<version>2.6.0-SNAPSHOT</version>
31+
<version>2.6.0</version>
3232

3333
<dependencies>
3434
<dependency>

‎app/oryx-app/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

@@ -28,7 +28,7 @@
2828
<name>Apps: Oryx</name>
2929
<description>Speed and batch components of machine learning applications built from
3030
algorithms implemented in this project</description>
31-
<version>2.6.0-SNAPSHOT</version>
31+
<version>2.6.0</version>
3232

3333
<dependencies>
3434
<dependency>

‎deploy/oryx-batch/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

@@ -28,7 +28,7 @@
2828
<name>Batch Layer</name>
2929
<description>Complete packaged batch layer binary, including project implementations of
3030
machine learning algorithms' batch component</description>
31-
<version>2.6.0-SNAPSHOT</version>
31+
<version>2.6.0</version>
3232

3333
<dependencies>
3434
<dependency>

‎deploy/oryx-serving/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

@@ -28,7 +28,7 @@
2828
<name>Serving Layer</name>
2929
<description>Complete packaged serving layer binary, including project implementations of
3030
machine learning algorithms' serving component</description>
31-
<version>2.6.0-SNAPSHOT</version>
31+
<version>2.6.0</version>
3232

3333
<dependencies>
3434
<dependency>

‎deploy/oryx-speed/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

@@ -28,7 +28,7 @@
2828
<name>Speed Layer</name>
2929
<description>Complete packaged speed layer binary, including project implementations of
3030
machine learning algorithms' speed components</description>
31-
<version>2.6.0-SNAPSHOT</version>
31+
<version>2.6.0</version>
3232

3333
<dependencies>
3434
<dependency>

‎framework/kafka-util/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

@@ -27,7 +27,7 @@
2727
<packaging>jar</packaging>
2828
<name>Kafka Utilities</name>
2929
<description>Kafka-related utility code</description>
30-
<version>2.6.0-SNAPSHOT</version>
30+
<version>2.6.0</version>
3131

3232
<dependencies>
3333
<dependency>

‎framework/oryx-api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

@@ -27,7 +27,7 @@
2727
<packaging>jar</packaging>
2828
<name>API</name>
2929
<description>Developer APIs</description>
30-
<version>2.6.0-SNAPSHOT</version>
30+
<version>2.6.0</version>
3131

3232
<dependencies>
3333
<!-- These are declared compile scope so that it is inherited by modules depending on this.

‎framework/oryx-common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

@@ -27,7 +27,7 @@
2727
<packaging>jar</packaging>
2828
<name>Common</name>
2929
<description>Common utilities and support code</description>
30-
<version>2.6.0-SNAPSHOT</version>
30+
<version>2.6.0</version>
3131

3232
<dependencies>
3333
<dependency>

‎framework/oryx-lambda-serving/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

@@ -28,7 +28,7 @@
2828
<name>Lambda Serving</name>
2929
<description>Framework supporting serving components of an application following
3030
the lambda architecture</description>
31-
<version>2.6.0-SNAPSHOT</version>
31+
<version>2.6.0</version>
3232

3333
<dependencies>
3434
<dependency>

‎framework/oryx-lambda/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

@@ -28,7 +28,7 @@
2828
<name>Lambda</name>
2929
<description>Framework supporting batch and speed components of an application following
3030
the lambda architecture</description>
31-
<version>2.6.0-SNAPSHOT</version>
31+
<version>2.6.0</version>
3232

3333
<dependencies>
3434
<dependency>

‎framework/oryx-ml/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

@@ -28,7 +28,7 @@
2828
<name>ML</name>
2929
<description>Framework supporting batch and speed components of machine learning applications
3030
following the lambda architecture</description>
31-
<version>2.6.0-SNAPSHOT</version>
31+
<version>2.6.0</version>
3232

3333
<dependencies>
3434
<dependency>

‎pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<groupId>com.cloudera.oryx</groupId>
2020
<artifactId>oryx</artifactId>
21-
<version>2.6.0-SNAPSHOT</version>
21+
<version>2.6.0</version>
2222
<packaging>pom</packaging>
2323

2424
<dependencyManagement>
@@ -1117,7 +1117,7 @@
11171117
<connection>scm:git:https://github.com/OryxProject/oryx.git</connection>
11181118
<developerConnection>scm:git:https://github.com/OryxProject/oryx.git</developerConnection>
11191119
<url>https://github.com/OryxProject/oryx</url>
1120-
<tag>HEAD</tag>
1120+
<tag>oryx-2.6.0</tag>
11211121
</scm>
11221122

11231123
<distributionManagement>
@@ -1249,7 +1249,7 @@
12491249
<id>travis</id>
12501250
<properties>
12511251
<!-- dummy to make @{argLine} evaluate when not set by jacoco -->
1252-
<argLine/>
1252+
<argLine />
12531253
<!-- Disables creation of shaded binary in Travis to avoid memory problem -->
12541254
<shadePhase>none</shadePhase>
12551255
</properties>

0 commit comments

Comments
 (0)
This repository has been archived.