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

Commit 7342fa8

Browse files
committed
prepare 0.1.1
1 parent aafe807 commit 7342fa8

File tree

15 files changed

+38
-38
lines changed

15 files changed

+38
-38
lines changed

cepheus-broker/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
FROM java:8-jre
44
MAINTAINER FIWARE Cepheus Team
55

6-
ENV CEPHEUS_VERSION 0.1.1-SNAPSHOT
7-
ENV CEPHEUS_REPO snapshots
6+
ENV CEPHEUS_VERSION 0.1.1
7+
ENV CEPHEUS_REPO releases
88

99
WORKDIR /opt/cepheus
1010

cepheus-broker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>cepheus</artifactId>
77
<groupId>com.orange.cepheus</groupId>
8-
<version>0.1.1-SNAPSHOT</version>
8+
<version>0.1.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

cepheus-cep/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
FROM java:8-jre
44
MAINTAINER FIWARE Cepheus Team
55

6-
ENV CEPHEUS_VERSION 0.1.1-SNAPSHOT
7-
ENV CEPHEUS_REPO snapshots
6+
ENV CEPHEUS_VERSION 0.1.1
7+
ENV CEPHEUS_REPO releases
88

99
WORKDIR /opt/cepheus
1010

cepheus-cep/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>cepheus</artifactId>
77
<groupId>com.orange.cepheus</groupId>
8-
<version>0.1.1-SNAPSHOT</version>
8+
<version>0.1.1</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

cepheus-ngsi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.orange.cepheus</groupId>
77
<artifactId>cepheus</artifactId>
8-
<version>0.1.1-SNAPSHOT</version>
8+
<version>0.1.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

doc/admin/broker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ If you have `maven`, you can run the following command:
2727

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

30-
where `XXXX` is the version you want, like `0.1.1-SNAPSHOT` or `LATEST`.
30+
where `XXXX` is the version you want, like `0.1.1` or `LATEST`.
3131

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

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

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

3838
## Running
3939

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

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

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

5858
### Installing
5959

doc/admin/cep.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ If you have `maven`, you can run the following command:
2626

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

29-
where `XXXX` is the version you want, like `0.1.1-SNAPSHOT` or `LATEST`.
29+
where `XXXX` is the version you want, like `0.1.1` or `LATEST`.
3030

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

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

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

3737
## Running
3838

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

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

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

5757
### Installing
5858

doc/examples/mocks/mock-iotagent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.orange.cepheus</groupId>
88
<artifactId>mock-iotagent</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0</version>
1010

1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.orange.cepheus</groupId>
2424
<artifactId>cepheus-ngsi</artifactId>
25-
<version>0.1.1-SNAPSHOT</version>
25+
<version>0.1.1</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.springframework.boot</groupId>
@@ -38,4 +38,4 @@
3838
</plugin>
3939
</plugins>
4040
</build>
41-
</project>
41+
</project>

doc/examples/mocks/mock-orion/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.orange.cepheus</groupId>
88
<artifactId>mock-orion</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0</version>
1010

1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.orange.cepheus</groupId>
2424
<artifactId>cepheus-ngsi</artifactId>
25-
<version>0.1.1-SNAPSHOT</version>
25+
<version>0.1.1</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.springframework.boot</groupId>
@@ -40,4 +40,4 @@
4040
</build>
4141

4242

43-
</project>
43+
</project>

doc/examples/mocks/mock-orion/src/main/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
<root level="${log-level:-INFO}">
99
<appender-ref ref="STDOUT"/>
1010
</root>
11-
</configuration>
11+
</configuration>

0 commit comments

Comments
 (0)