Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 382d311

Browse files
committed
Bump version to 1.1.4
1 parent f7446b1 commit 382d311

File tree

116 files changed

+116
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+116
-116
lines changed

demo/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "abacus-demo-client",
33
"description": "Demo client that submits usage and gets a usage report",
44
"license": "Apache-2.0",
5-
"version": "1.1.4-rc.3",
5+
"version": "1.1.4",
66
"private": true,
77
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tree/master/demo/client",
88
"bugs": {

doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "abacus-doc",
33
"description": "The Abacus project documentation",
44
"license": "Apache-2.0",
5-
"version": "1.1.4-rc.3",
5+
"version": "1.1.4",
66
"private": true,
77
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tree/master/doc",
88
"bugs": {

etc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "abacus-etc",
33
"description": "Misc Abacus build scripts",
44
"license": "Apache-2.0",
5-
"version": "1.1.4-rc.3",
5+
"version": "1.1.4",
66
"private": true,
77
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tree/master/etc",
88
"bugs": {

lib/aggregation/accumulator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "abacus-usage-accumulator",
33
"description": "Usage accumulator service",
44
"license": "Apache-2.0",
5-
"version": "1.1.4-rc.3",
5+
"version": "1.1.4",
66
"private": true,
77
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tree/master/lib/aggregation/accumulator",
88
"bugs": {

lib/aggregation/aggregator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "abacus-usage-aggregator",
33
"description": "Usage aggregator service",
44
"license": "Apache-2.0",
5-
"version": "1.1.4-rc.3",
5+
"version": "1.1.4",
66
"private": true,
77
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tree/master/lib/aggregation/aggregator",
88
"bugs": {

lib/aggregation/reporting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "abacus-usage-reporting",
33
"description": "Usage reporting service",
44
"license": "Apache-2.0",
5-
"version": "1.1.4-rc.3",
5+
"version": "1.1.4",
66
"private": true,
77
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tree/master/lib/aggregation/reporting",
88
"bugs": {

lib/cf/applications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "abacus-cf-applications",
33
"description": "CF Applications Usage reporter",
44
"license": "Apache-2.0",
5-
"version": "1.1.4-rc.3",
5+
"version": "1.1.4",
66
"private": true,
77
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tree/master/lib/cf/applications",
88
"bugs": {

lib/cf/broker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "abacus-cf-broker",
33
"description": "CF Service Broker for Abacus",
44
"license": "Apache-2.0",
5-
"version": "1.1.4-rc.3",
5+
"version": "1.1.4",
66
"private": true,
77
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tree/master/lib/cf/broker",
88
"bugs": {

lib/cf/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "abacus-service-dashboard",
33
"description": "CF Service Dashboard for Abacus",
44
"license": "Apache-2.0",
5-
"version": "1.1.4-rc.3",
5+
"version": "1.1.4",
66
"private": true,
77
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tree/master/lib/cf/dashboard",
88
"bugs": {

lib/cf/dashboard/src/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "abacus-service-dashboard",
33
"description": "",
4-
"version": "1.1.4-rc.3",
4+
"version": "1.1.4",
55
"private": true,
66
"dependencies": {
77
"jquery": "3.2.1",

0 commit comments

Comments
 (0)