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

Commit

Permalink
prepare 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jun 15, 2017
1 parent d8ec657 commit fafdab9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cepheus-broker/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM java:8-jre
MAINTAINER FIWARE Cepheus Team

ENV CEPHEUS_VERSION 0.1.9-SNAPSHOT
ENV CEPHEUS_VERSION 1.0.0-SNAPSHOT
ENV CEPHEUS_REPO snapshots

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.9-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

ENV CEPHEUS_VERSION 0.1.9-SNAPSHOT
ENV CEPHEUS_VERSION 1.0.0-SNAPSHOT
ENV CEPHEUS_REPO snapshots

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.9-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion doc/admin/broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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.9-SNAPSHOT` or `LATEST`.
where `XXXX` is the version you want, like `1.0.0-SNAPSHOT` or `LATEST`.

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

Expand Down
2 changes: 1 addition & 1 deletion doc/admin/cep.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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.9-SNAPSHOT` or `LATEST`.
where `XXXX` is the version you want, like `1.0.0-SNAPSHOT` or `LATEST`.

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

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM java:8-jre
MAINTAINER FIWARE Cepheus Team

ENV CEPHEUS_VERSION 0.1.9-SNAPSHOT
ENV CEPHEUS_VERSION 1.0.0-SNAPSHOT
ENV CEPHEUS_REPO snapshots

# Install Supervisor
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.9-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<modules>
<module>cepheus-cep</module>
<module>cepheus-broker</module>
Expand Down

0 comments on commit fafdab9

Please sign in to comment.