Skip to content

Commit

Permalink
New release 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pratid committed Jan 13, 2016
1 parent 02459d5 commit a266121
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ngsi_adapter/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.1
current_version = 1.3.0
commit = True
tag = False

Expand Down
4 changes: 2 additions & 2 deletions ngsi_adapter/package.json
@@ -1,11 +1,11 @@
{
"version": "1.3.1",
"version": "1.3.0",
"name": "ngsi_adapter",
"description": "Generic NGSI Probe Adapter",
"product": {
"name": "fiware-monitoring",
"area": "iotplatform",
"release": "5.1.2"
"release": "5.1.3"
},
"keywords": [
"FIWARE",
Expand Down
2 changes: 1 addition & 1 deletion ngsi_event_broker/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.4
current_version = 1.4.3
commit = True
tag = False

Expand Down
4 changes: 2 additions & 2 deletions ngsi_event_broker/configure.ac
Expand Up @@ -2,9 +2,9 @@
m4_define([DESCRIPTION], [Nagios module to forward plugin data to NGSI Adapter])
m4_define([PRODUCT_NAME], [fiware-monitoring])
m4_define([PRODUCT_AREA], [iotplatform])
m4_define([PRODUCT_RELEASE], [5.1.2])
m4_define([PRODUCT_RELEASE], [5.1.3])
m4_define([ARTIFACTS_URL], [http://repositories.testbed.fiware.org/repo])
AC_INIT([PRODUCT_NAME-ngsi-event-broker], 1.4.4)
AC_INIT([PRODUCT_NAME-ngsi-event-broker], 1.4.3)
AC_LANG(C)
if test -z "$CFLAGS"; then
# prevent configure from assigning default flags
Expand Down

0 comments on commit a266121

Please sign in to comment.