This repository was archived by the owner on Oct 20, 2022. It is now read-only.
File tree 10 files changed +17
-17
lines changed
10 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 3
3
FROM java:8-jre
4
4
MAINTAINER FIWARE Cepheus Team
5
5
6
- ENV CEPHEUS_VERSION 1.0.0-SNAPSHOT
7
- ENV CEPHEUS_REPO snapshots
6
+ ENV CEPHEUS_VERSION 1.0.0
7
+ ENV CEPHEUS_REPO releases
8
8
9
9
WORKDIR /opt/cepheus
10
10
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >cepheus</artifactId >
7
7
<groupId >com.orange.cepheus</groupId >
8
- <version >1.0.0-SNAPSHOT </version >
8
+ <version >1.0.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 3
3
FROM java:8-jre
4
4
MAINTAINER FIWARE Cepheus Team
5
5
6
- ENV CEPHEUS_VERSION 1.0.0-SNAPSHOT
7
- ENV CEPHEUS_REPO snapshots
6
+ ENV CEPHEUS_VERSION 1.0.0
7
+ ENV CEPHEUS_REPO releases
8
8
9
9
WORKDIR /opt/cepheus
10
10
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >cepheus</artifactId >
7
7
<groupId >com.orange.cepheus</groupId >
8
- <version >1.0.0-SNAPSHOT </version >
8
+ <version >1.0.0</version >
9
9
</parent >
10
10
11
11
<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:
27
27
28
28
mvn dependency:get -DgroupId=com.orange.cepheus -DartifactId=cepheus-broker -Dversion=XXXX -Dtransitive=false
29
29
30
- where ` XXXX ` is the version you want, like ` 1.0.0-SNAPSHOT ` or ` LATEST ` .
30
+ where ` XXXX ` is the version you want, like ` 1.0.0 ` or ` LATEST ` .
31
31
32
32
### Download from [ Sonatype Central repository] ( http://central.sonatype.org/ ) using wget
33
33
34
34
If you don't have ` maven ` installed on your machine, you can still download the standalone JAR using ` wget ` or any browser:
35
35
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"
37
37
38
38
## Running
39
39
@@ -53,7 +53,7 @@ The Cepheus-Broker is also provided in a preconfigured Debian package to ease de
53
53
54
54
Download the Debian package from [ Sonatype Central repository] ( http://central.sonatype.org/ ) using ` wget ` :
55
55
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"
57
57
58
58
### Installing
59
59
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ If you have `maven`, you can run the following command:
26
26
27
27
mvn dependency:get -DgroupId=com.orange.cepheus -DartifactId=cepheus-cep -Dversion=XXXX -Dtransitive=false
28
28
29
- where ` XXXX ` is the version you want, like ` 1.0.0-SNAPSHOT ` or ` LATEST ` .
29
+ where ` XXXX ` is the version you want, like ` 1.0.0 ` or ` LATEST ` .
30
30
31
31
### Download from [ Sonatype Central repository] ( http://central.sonatype.org/ ) using wget
32
32
33
33
If you don't have ` maven ` installed on your machine, you can still download the standalone JAR using ` wget ` or any browser:
34
34
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"
36
36
37
37
## Running
38
38
@@ -52,7 +52,7 @@ The Cepheus-CEP is also provided in a preconfigured Debian package to ease deplo
52
52
53
53
Download the Debian package from [ Sonatype Central repository] ( http://central.sonatype.org/ ) using ` wget ` :
54
54
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"
56
56
57
57
### Installing
58
58
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.orange.cepheus</groupId >
8
8
<artifactId >mock-iotagent</artifactId >
9
- <version >1.0-SNAPSHOT </version >
9
+ <version >1.0</version >
10
10
11
11
<parent >
12
12
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.orange.cepheus</groupId >
8
8
<artifactId >mock-orion</artifactId >
9
- <version >1.0-SNAPSHOT </version >
9
+ <version >1.0</version >
10
10
11
11
<parent >
12
12
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 3
3
FROM java:8-jre
4
4
MAINTAINER FIWARE Cepheus Team
5
5
6
- ENV CEPHEUS_VERSION 1.0.0-SNAPSHOT
7
- ENV CEPHEUS_REPO snapshots
6
+ ENV CEPHEUS_VERSION 1.0.0
7
+ ENV CEPHEUS_REPO releases
8
8
9
9
# Install Supervisor
10
10
RUN apt-get update && apt-get install -y supervisor wget
Original file line number Diff line number Diff line change 6
6
<groupId >com.orange.cepheus</groupId >
7
7
<artifactId >cepheus</artifactId >
8
8
<packaging >pom</packaging >
9
- <version >1.0.0-SNAPSHOT </version >
9
+ <version >1.0.0</version >
10
10
<modules >
11
11
<module >cepheus-cep</module >
12
12
<module >cepheus-broker</module >
You can’t perform that action at this time.
0 commit comments