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

Commit 9889d66

Browse files
committed
[maven-release-plugin] prepare release oryx-2.2.2
1 parent 12065be commit 9889d66

16 files changed

Lines changed: 34 additions & 34 deletions

File tree

app/example/pom.xml

Lines changed: 4 additions & 4 deletions
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.2.2-SNAPSHOT</version>
21+
<version>2.2.2</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.2.2-SNAPSHOT</version>
31+
<version>2.2.2</version>
3232

3333
<dependencies>
3434
<dependency>
3535
<groupId>com.cloudera.oryx</groupId>
3636
<artifactId>oryx-api</artifactId>
3737
<scope>provided</scope>
38-
<version>2.2.2-SNAPSHOT</version>
38+
<version>2.2.2</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.2.2-SNAPSHOT</version>
53+
<version>2.2.2</version>
5454
</dependency>
5555
<!-- optional, but would enable some native acceleration -->
5656
<dependency>

app/oryx-app-api/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.2-SNAPSHOT</version>
21+
<version>2.2.2</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.2.2-SNAPSHOT</version>
30+
<version>2.2.2</version>
3131

3232
<dependencies>
3333
<dependency>

app/oryx-app-common/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.2-SNAPSHOT</version>
21+
<version>2.2.2</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.2.2-SNAPSHOT</version>
30+
<version>2.2.2</version>
3131

3232
<dependencies>
3333
<dependency>

app/oryx-app-mllib/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.2-SNAPSHOT</version>
21+
<version>2.2.2</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.2.2-SNAPSHOT</version>
31+
<version>2.2.2</version>
3232

3333
<dependencies>
3434
<dependency>

app/oryx-app-serving/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.2-SNAPSHOT</version>
21+
<version>2.2.2</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.2.2-SNAPSHOT</version>
31+
<version>2.2.2</version>
3232

3333
<dependencies>
3434
<dependency>

app/oryx-app/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.2-SNAPSHOT</version>
21+
<version>2.2.2</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.2.2-SNAPSHOT</version>
31+
<version>2.2.2</version>
3232

3333
<dependencies>
3434
<dependency>

deploy/oryx-batch/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.2-SNAPSHOT</version>
21+
<version>2.2.2</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.2.2-SNAPSHOT</version>
31+
<version>2.2.2</version>
3232

3333
<dependencies>
3434
<dependency>

deploy/oryx-serving/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.2-SNAPSHOT</version>
21+
<version>2.2.2</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.2.2-SNAPSHOT</version>
31+
<version>2.2.2</version>
3232

3333
<dependencies>
3434
<dependency>

deploy/oryx-speed/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.2-SNAPSHOT</version>
21+
<version>2.2.2</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.2.2-SNAPSHOT</version>
31+
<version>2.2.2</version>
3232

3333
<dependencies>
3434
<dependency>

framework/kafka-util/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.2-SNAPSHOT</version>
21+
<version>2.2.2</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.2.2-SNAPSHOT</version>
30+
<version>2.2.2</version>
3131

3232
<dependencies>
3333
<dependency>

0 commit comments

Comments
 (0)