File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >com.telefonica.iot</groupId >
77 <artifactId >cygnus-common</artifactId >
8- <version >3.16.0</version >
8+ <version >3.16.0-SNAPSHOT </version >
99 <packaging >jar</packaging >
1010
1111 <name >cygnus-common</name >
Original file line number Diff line number Diff line change 55
66 <groupId >com.telefonica.iot</groupId >
77 <artifactId >cygnus-ngsi-ld</artifactId >
8- <version >3.16.0</version >
8+ <version >3.16.0-SNAPSHOT </version >
99 <packaging >jar</packaging >
1010
1111 <name >cygnus-ngsi-ld</name >
6060 <dependency >
6161 <groupId >com.telefonica.iot</groupId >
6262 <artifactId >cygnus-common</artifactId >
63- <version >3.16.0</version >
63+ <version >3.16.0-SNAPSHOT </version >
6464 </dependency >
6565 </dependencies >
6666
Original file line number Diff line number Diff line change 55
66 <groupId >com.telefonica.iot</groupId >
77 <artifactId >cygnus-ngsi</artifactId >
8- <version >3.16.0</version >
8+ <version >3.16.0-SNAPSHOT </version >
99 <packaging >jar</packaging >
1010
1111 <name >cygnus-ngsi</name >
6363 <dependency >
6464 <groupId >com.telefonica.iot</groupId >
6565 <artifactId >cygnus-common</artifactId >
66- <version >3.16.0</version >
66+ <version >3.16.0-SNAPSHOT </version >
6767 </dependency >
6868 <!-- https://mvnrepository.com/artifact/org.jodd/jodd-util -->
6969 <dependency >
Original file line number Diff line number Diff line change 55
66 <groupId >com.telefonica.iot</groupId >
77 <artifactId >cygnus-twitter</artifactId >
8- <version >3.16.0</version >
8+ <version >3.16.0-SNAPSHOT </version >
99 <packaging >jar</packaging >
1010
1111 <name >cygnus-twitter</name >
5757 <dependency >
5858 <groupId >com.telefonica.iot</groupId >
5959 <artifactId >cygnus-common</artifactId >
60- <version >3.16.0</version >
60+ <version >3.16.0-SNAPSHOT </version >
6161 </dependency >
6262 <!-- Required by twitter agent -->
6363 <dependency >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ MAINTAINER Francisco Romero Bueno <francisco.romerobueno@telefonica.com>
2727# Environment variables
2828ENV CYGNUS_USER "cygnus"
2929ENV CYGNUS_HOME "/opt/fiware-cygnus"
30- ENV CYGNUS_VERSION "3.16.0"
30+ ENV CYGNUS_VERSION "3.16.0-SNAPSHOT "
3131ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
3232ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
3333ENV CYGNUS_AGENT_NAME "cygnus-common"
@@ -40,7 +40,7 @@ ENV CYGNUS_API_PORT "8081"
4040# PR https://github.com/telefonicaid/fiware-cygnus/pull/1801 should be also done in this Dockerfile
4141# NOTE: Configure correctly GIT_URL_CYGNUS and GIT_REV_CYGNUS for each git branch/fork used
4242ENV GIT_URL_CYGNUS "https://github.com/telefonicaid/fiware-cygnus.git"
43- ENV GIT_REV_CYGNUS "release/3.16.0 "
43+ ENV GIT_REV_CYGNUS "master "
4444
4545ENV MVN_VER "3.5.4"
4646ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ARG GITHUB_REPOSITORY=fiware-cygnus
2727# Environment variables
2828ENV CYGNUS_USER "cygnus"
2929ENV CYGNUS_HOME "/opt/fiware-cygnus"
30- ENV CYGNUS_VERSION "3.16.0"
30+ ENV CYGNUS_VERSION "3.16.0-SNAPSHOT "
3131ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
3232ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
3333ENV CYGNUS_AGENT_NAME "cygnus-ngsi-ld"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ARG GITHUB_REPOSITORY=fiware-cygnus
2323# Environment variables
2424ENV CYGNUS_USER "cygnus"
2525ENV CYGNUS_HOME "/opt/fiware-cygnus"
26- ENV CYGNUS_VERSION "3.16.0"
26+ ENV CYGNUS_VERSION "3.16.0-SNAPSHOT "
2727ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
2828ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
2929ENV CYGNUS_AGENT_NAME "cygnus-ngsi"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ MAINTAINER Javi Palanca <jpalanca@dsic.upv.es>
2727# Environment variables
2828ENV CYGNUS_USER "cygnus"
2929ENV CYGNUS_HOME "/opt/fiware-cygnus"
30- ENV CYGNUS_VERSION "3.16.0"
30+ ENV CYGNUS_VERSION "3.16.0-SNAPSHOT "
3131ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
3232ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
3333ENV CYGNUS_AGENT_NAME "cygnus-twitter"
@@ -39,7 +39,7 @@ ENV CYGNUS_JAVA_OPTS "-Xms2048m -Xmx4096m"
3939# PR https://github.com/telefonicaid/fiware-cygnus/pull/1801 should be also done in this Dockerfile
4040# NOTE: Configure correctly GIT_URL_CYGNUS and GIT_REV_CYGNUS for each git branch/fork used
4141ENV GIT_URL_CYGNUS "https://github.com/telefonicaid/fiware-cygnus.git"
42- ENV GIT_REV_CYGNUS "release/3.16.0 "
42+ ENV GIT_REV_CYGNUS "master "
4343
4444ENV MVN_VER "3.5.4"
4545ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz"
You can’t perform that action at this time.
0 commit comments