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

Commit

Permalink
[maven-release-plugin] prepare release oryx-2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Jun 1, 2017
1 parent c6cee28 commit a1f0024
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 34 deletions.
8 changes: 4 additions & 4 deletions app/example/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -28,14 +28,14 @@
<packaging>jar</packaging>
<name>Example</name>
<description>Example Application</description>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>

<dependencies>
<dependency>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx-api</artifactId>
<scope>provided</scope>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
Expand All @@ -50,7 +50,7 @@
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx-app-api</artifactId>
<scope>provided</scope>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
</dependency>
<!-- optional, but would enable some native acceleration -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions app/oryx-app-api/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -27,7 +27,7 @@
<packaging>jar</packaging>
<name>Apps: API</name>
<description>Developer APIs for apps provided in this project</description>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions app/oryx-app-common/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -27,7 +27,7 @@
<packaging>jar</packaging>
<name>Apps: Common</name>
<description>Common code supporting all layers of apps in this project</description>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions app/oryx-app-mllib/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<name>Apps: Spark MLlib</name>
<description>Speed and batch components of machine learning applications built on
Spark MLlib</description>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions app/oryx-app-serving/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<name>Apps: Oryx (Serving)</name>
<description>Serving components of machine learning applications built from
algorithms implemented in this project</description>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions app/oryx-app/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<name>Apps: Oryx</name>
<description>Speed and batch components of machine learning applications built from
algorithms implemented in this project</description>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions deploy/oryx-batch/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<name>Batch Layer</name>
<description>Complete packaged batch layer binary, including project implementations of
machine learning algorithms' batch component</description>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions deploy/oryx-serving/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<name>Serving Layer</name>
<description>Complete packaged serving layer binary, including project implementations of
machine learning algorithms' serving component</description>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions deploy/oryx-speed/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<name>Speed Layer</name>
<description>Complete packaged speed layer binary, including project implementations of
machine learning algorithms' speed components</description>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions framework/kafka-util/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -27,7 +27,7 @@
<packaging>jar</packaging>
<name>Kafka Utilities</name>
<description>Kafka-related utility code</description>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions framework/oryx-api/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -27,7 +27,7 @@
<packaging>jar</packaging>
<name>API</name>
<description>Developer APIs</description>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>

<dependencies>
<!-- These are declared compile scope so that it is inherited by modules depending on this.
Expand Down
4 changes: 2 additions & 2 deletions framework/oryx-common/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -27,7 +27,7 @@
<packaging>jar</packaging>
<name>Common</name>
<description>Common utilities and support code</description>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions framework/oryx-lambda-serving/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<name>Lambda Serving</name>
<description>Framework supporting serving components of an application following
the lambda architecture</description>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions framework/oryx-lambda/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<name>Lambda</name>
<description>Framework supporting batch and speed components of an application following
the lambda architecture</description>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions framework/oryx-ml/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<name>ML</name>
<description>Framework supporting batch and speed components of machine learning applications
following the lambda architecture</description>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -18,7 +18,7 @@

<groupId>com.cloudera.oryx</groupId>
<artifactId>oryx</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<packaging>pom</packaging>

<dependencyManagement>
Expand Down Expand Up @@ -1098,7 +1098,7 @@
<connection>scm:git:https://github.com/OryxProject/oryx.git</connection>
<developerConnection>scm:git:https://github.com/OryxProject/oryx.git</developerConnection>
<url>https://github.com/OryxProject/oryx</url>
<tag>HEAD</tag>
<tag>oryx-2.4.1</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit a1f0024

Please sign in to comment.