This repository was archived by the owner on Oct 20, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33FROM java:8-jre
44MAINTAINER FIWARE Cepheus Team
55
6- ENV CEPHEUS_VERSION 0.1.5-SNAPSHOT
7- ENV CEPHEUS_REPO snapshots
6+ ENV CEPHEUS_VERSION 0.1.5
7+ ENV CEPHEUS_REPO releases
88
99WORKDIR /opt/cepheus
1010
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >cepheus</artifactId >
77 <groupId >com.orange.cepheus</groupId >
8- <version >0.1.5-SNAPSHOT </version >
8+ <version >0.1.5</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 33FROM java:8-jre
44MAINTAINER FIWARE Cepheus Team
55
6- ENV CEPHEUS_VERSION 0.1.5-SNAPSHOT
7- ENV CEPHEUS_REPO snapshots
6+ ENV CEPHEUS_VERSION 0.1.5
7+ ENV CEPHEUS_REPO releases
88
99WORKDIR /opt/cepheus
1010
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >cepheus</artifactId >
77 <groupId >com.orange.cepheus</groupId >
8- <version >0.1.5-SNAPSHOT </version >
8+ <version >0.1.5</version >
99 </parent >
1010
1111 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ under the Apache Licence Version 2 to ease its reuse by other FIWARE projects.
1818<dependency >
1919 <groupId >com.orange.cepheus</groupId >
2020 <artifactId >cepheus-ngsi</artifactId >
21- <version >0.1.5-SNAPSHOT </version >
21+ <version >0.1.5</version >
2222</dependency >
2323```
2424
@@ -29,15 +29,15 @@ For java 7, you must add the classifier:
2929 <groupId >com.orange.cepheus</groupId >
3030 <artifactId >cepheus-ngsi</artifactId >
3131 <classifier >java7</classifier >
32- <version >0.1.5-SNAPSHOT </version >
32+ <version >0.1.5</version >
3333</dependency >
3434```
3535
3636### Download the jar from [ Sonatype Central repository] ( http://central.sonatype.org/ ) using wget
3737
3838If you don't have ` maven ` installed on your machine, you can still download the standalone JAR using ` wget ` or any browser:
3939
40- wget -O cepheus-ngsi.jar "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots &g=com.orange.cepheus&a=cepheus-ngsi&v=LATEST"
40+ wget -O cepheus-ngsi.jar "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases &g=com.orange.cepheus&a=cepheus-ngsi&v=LATEST"
4141
4242## Client
4343The implementation provides the NgsiClient class for the standard operations and NgsiRestClient for the convenient operations.
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.orange.cepheus</groupId >
77 <artifactId >cepheus</artifactId >
8- <version >0.1.5-SNAPSHOT </version >
8+ <version >0.1.5</version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff 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.5-SNAPSHOT ` or ` LATEST ` .
30+ where ` XXXX ` is the version you want, like ` 0.1.5 ` or ` LATEST ` .
3131
3232### Download from [ Sonatype Central repository] ( http://central.sonatype.org/ ) using wget
3333
3434If you don't have ` maven ` installed on your machine, you can still download the standalone JAR using ` wget ` or any browser:
3535
36- 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"
36+ 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"
3737
3838## Running
3939
@@ -53,7 +53,7 @@ The Cepheus-Broker is also provided in a preconfigured Debian package to ease de
5353
5454Download the Debian package from [ Sonatype Central repository] ( http://central.sonatype.org/ ) using ` wget ` :
5555
56- 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"
56+ 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"
5757
5858### Installing
5959
Original file line number Diff line number Diff 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.5-SNAPSHOT ` or ` LATEST ` .
29+ where ` XXXX ` is the version you want, like ` 0.1.5 ` or ` LATEST ` .
3030
3131### Download from [ Sonatype Central repository] ( http://central.sonatype.org/ ) using wget
3232
3333If you don't have ` maven ` installed on your machine, you can still download the standalone JAR using ` wget ` or any browser:
3434
35- 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"
35+ 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"
3636
3737## Running
3838
@@ -52,7 +52,7 @@ The Cepheus-CEP is also provided in a preconfigured Debian package to ease deplo
5252
5353Download the Debian package from [ Sonatype Central repository] ( http://central.sonatype.org/ ) using ` wget ` :
5454
55- 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"
55+ 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"
5656
5757### Installing
5858
Original file line number Diff line number Diff line change 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 >
2222 <dependency >
2323 <groupId >com.orange.cepheus</groupId >
2424 <artifactId >cepheus-ngsi</artifactId >
25- <version >0.1.2-SNAPSHOT </version >
25+ <version >0.1.2</version >
2626 </dependency >
2727 <dependency >
2828 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 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 >
2222 <dependency >
2323 <groupId >com.orange.cepheus</groupId >
2424 <artifactId >cepheus-ngsi</artifactId >
25- <version >0.1.2-SNAPSHOT </version >
25+ <version >0.1.2</version >
2626 </dependency >
2727 <dependency >
2828 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments