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

Commit

Permalink
release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed May 19, 2016
1 parent 40ae636 commit 3a35e67
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions cepheus-broker/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
FROM java:8-jre
MAINTAINER FIWARE Cepheus Team

ENV CEPHEUS_VERSION 0.1.7-SNAPSHOT
ENV CEPHEUS_REPO snapshots
ENV CEPHEUS_VERSION 0.1.7
ENV CEPHEUS_REPO releases

WORKDIR /opt/cepheus

Expand Down
2 changes: 1 addition & 1 deletion cepheus-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cepheus</artifactId>
<groupId>com.orange.cepheus</groupId>
<version>0.1.7-SNAPSHOT</version>
<version>0.1.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions cepheus-cep/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
FROM java:8-jre
MAINTAINER FIWARE Cepheus Team

ENV CEPHEUS_VERSION 0.1.7-SNAPSHOT
ENV CEPHEUS_REPO snapshots
ENV CEPHEUS_VERSION 0.1.7
ENV CEPHEUS_REPO releases

WORKDIR /opt/cepheus

Expand Down
2 changes: 1 addition & 1 deletion cepheus-cep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cepheus</artifactId>
<groupId>com.orange.cepheus</groupId>
<version>0.1.7-SNAPSHOT</version>
<version>0.1.7</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions doc/admin/broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ If you have `maven`, you can run the following command:

mvn dependency:get -DgroupId=com.orange.cepheus -DartifactId=cepheus-broker -Dversion=XXXX -Dtransitive=false

where `XXXX` is the version you want, like `0.1.7-SNAPSHOT` or `LATEST`.
where `XXXX` is the version you want, like `0.1.7` or `LATEST`.

### Download from [Sonatype Central repository](http://central.sonatype.org/) using wget

If you don't have `maven` installed on your machine, you can still download the standalone JAR using `wget` or any browser:

wget -O cepheus-broker.jar "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.orange.cepheus&a=cepheus-broker&v=LATEST"
wget -O cepheus-broker.jar "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&g=com.orange.cepheus&a=cepheus-broker&v=LATEST"

## Running

Expand All @@ -53,7 +53,7 @@ The Cepheus-Broker is also provided in a preconfigured Debian package to ease de

Download the Debian package from [Sonatype Central repository](http://central.sonatype.org/) using `wget`:

wget -O cepheus-broker.deb "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.orange.cepheus&a=cepheus-broker&v=LATEST&p=deb"
wget -O cepheus-broker.deb "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&g=com.orange.cepheus&a=cepheus-broker&v=LATEST&p=deb"

### Installing

Expand Down
6 changes: 3 additions & 3 deletions doc/admin/cep.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ If you have `maven`, you can run the following command:

mvn dependency:get -DgroupId=com.orange.cepheus -DartifactId=cepheus-cep -Dversion=XXXX -Dtransitive=false

where `XXXX` is the version you want, like `0.1.7-SNAPSHOT` or `LATEST`.
where `XXXX` is the version you want, like `0.1.7` or `LATEST`.

### Download from [Sonatype Central repository](http://central.sonatype.org/) using wget

If you don't have `maven` installed on your machine, you can still download the standalone JAR using `wget` or any browser:

wget -O cepheus-cep.jar "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.orange.cepheus&a=cepheus-cep&v=LATEST"
wget -O cepheus-cep.jar "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&g=com.orange.cepheus&a=cepheus-cep&v=LATEST"

## Running

Expand All @@ -52,7 +52,7 @@ The Cepheus-CEP is also provided in a preconfigured Debian package to ease deplo

Download the Debian package from [Sonatype Central repository](http://central.sonatype.org/) using `wget`:

wget -O cepheus-cep.deb "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.orange.cepheus&a=cepheus-cep&v=LATEST&p=deb"
wget -O cepheus-cep.deb "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&g=com.orange.cepheus&a=cepheus-cep&v=LATEST&p=deb"

### Installing

Expand Down
4 changes: 2 additions & 2 deletions doc/examples/mocks/mock-iotagent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.orange.cepheus</groupId>
<artifactId>mock-iotagent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.orange.cepheus</groupId>
<artifactId>cepheus-ngsi</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions doc/examples/mocks/mock-orion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.orange.cepheus</groupId>
<artifactId>mock-orion</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.orange.cepheus</groupId>
<artifactId>cepheus-ngsi</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
FROM java:8-jre
MAINTAINER FIWARE Cepheus Team

ENV CEPHEUS_VERSION 0.1.7-SNAPSHOT
ENV CEPHEUS_REPO snapshots
ENV CEPHEUS_VERSION 0.1.7
ENV CEPHEUS_REPO releases

# Install Supervisor
RUN apt-get update && apt-get install -y supervisor wget
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.orange.cepheus</groupId>
<artifactId>cepheus</artifactId>
<packaging>pom</packaging>
<version>0.1.7-SNAPSHOT</version>
<version>0.1.7</version>
<modules>
<module>cepheus-cep</module>
<module>cepheus-broker</module>
Expand Down

0 comments on commit 3a35e67

Please sign in to comment.