Skip to content

Commit

Permalink
Merge pull request #2040 from telefonicaid/task/prepare_2.9.1
Browse files Browse the repository at this point in the history
Step: 2.9.0 -> 2.9.1
  • Loading branch information
AlvaroVega authored May 19, 2021
2 parents e8aadaa + f05938a commit c2550ad
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cygnus-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.telefonica.iot</groupId>
<artifactId>cygnus-common</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
<packaging>jar</packaging>

<name>cygnus-common</name>
Expand Down
5 changes: 5 additions & 0 deletions cygnus-common/spec/SPECS/cygnus-common.spec
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ rm -rf $RPM_BUILD_ROOT
/var/run/%{_project_name}

%changelog
* Wed May 19 2021 Fermin Galan <[email protected]> 2.9.1

* Mon May 10 2021 Alvaro Vega <[email protected]> 2.9.0
- [cygnus-ngsi][MongoSink] Cast to mongo Date type all NGSI DateTime attributes in column and row mode (#2020)

* Mon May 10 2021 Alvaro Vega <[email protected]> 2.9.0
- [cygnus-ngsi][MongoSink] Cast to mongo Date type all NGSI DateTime attributes in column and row mode (#2020)

Expand Down
4 changes: 2 additions & 2 deletions cygnus-ngsi-ld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.telefonica.iot</groupId>
<artifactId>cygnus-ngsi-ld</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
<packaging>jar</packaging>

<name>cygnus-ngsi-ld</name>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.telefonica.iot</groupId>
<artifactId>cygnus-common</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions cygnus-ngsi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.telefonica.iot</groupId>
<artifactId>cygnus-ngsi</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
<packaging>jar</packaging>

<name>cygnus-ngsi</name>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.telefonica.iot</groupId>
<artifactId>cygnus-common</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
</dependency>

</dependencies>
Expand Down
3 changes: 3 additions & 0 deletions cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
%{_project_install_dir}

%changelog
* Wed May 19 2021 Fermin Galan <[email protected]> 2.9.1
- [cygnus-ngsi][MongoSink] Check access to element aggregation before cast to Date mongo type (#2038)

* Mon May 10 2021 Alvaro Vega <[email protected]> 2.9.0

* Mon Apr 5 2021 Alvaro Vega <[email protected]> 2.8.0
Expand Down
4 changes: 2 additions & 2 deletions cygnus-twitter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.telefonica.iot</groupId>
<artifactId>cygnus-twitter</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
<packaging>jar</packaging>

<name>cygnus-twitter</name>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.telefonica.iot</groupId>
<artifactId>cygnus-common</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
</dependency>
<!-- Required by twitter agent -->
<dependency>
Expand Down
2 changes: 2 additions & 0 deletions cygnus-twitter/spec/SPECS/cygnus-twitter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ rm -rf $RPM_BUILD_ROOT
%{_project_install_dir}

%changelog
* Wed May 19 2021 Fermin Galan <[email protected]> 2.9.1

* Mon May 10 2021 Alvaro Vega <[email protected]> 2.9.0

* Mon Apr 5 2021 Alvaro Vega <[email protected]> 2.8.0
Expand Down
2 changes: 1 addition & 1 deletion docker/cygnus-common/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MAINTAINER Francisco Romero Bueno <[email protected]>
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
ENV CYGNUS_VERSION "2.9.0"
ENV CYGNUS_VERSION "2.9.1"
ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
ENV CYGNUS_AGENT_NAME "cygnus-common"
Expand Down
2 changes: 1 addition & 1 deletion docker/cygnus-ngsi-ld/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARG GITHUB_REPOSITORY=fiware-cygnus
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
ENV CYGNUS_VERSION "2.9.0"
ENV CYGNUS_VERSION "2.9.1"
ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
ENV CYGNUS_AGENT_NAME "cygnus-ngsi-ld"
Expand Down
2 changes: 1 addition & 1 deletion docker/cygnus-ngsi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARG GITHUB_REPOSITORY=fiware-cygnus
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
ENV CYGNUS_VERSION "2.9.0"
ENV CYGNUS_VERSION "2.9.1"
ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
ENV CYGNUS_AGENT_NAME "cygnus-ngsi"
Expand Down
2 changes: 1 addition & 1 deletion docker/cygnus-twitter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MAINTAINER Javi Palanca <[email protected]>
# Environment variables
ENV CYGNUS_USER "cygnus"
ENV CYGNUS_HOME "/opt/fiware-cygnus"
ENV CYGNUS_VERSION "2.9.0"
ENV CYGNUS_VERSION "2.9.1"
ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf"
ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf"
ENV CYGNUS_AGENT_NAME "cygnus-twitter"
Expand Down

0 comments on commit c2550ad

Please sign in to comment.