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

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiliev committed May 11, 2018
1 parent dbba07e commit 75ac724
Show file tree
Hide file tree
Showing 106 changed files with 106 additions and 106 deletions.
2 changes: 1 addition & 1 deletion demo/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-demo-client",
"description": "Demo client that submits usage and gets a usage report",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/demo/client",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-doc",
"description": "The Abacus project documentation",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/doc",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion etc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-etc",
"description": "Misc Abacus build scripts",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/etc",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/aggregation/accumulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-usage-accumulator",
"description": "Usage accumulator service",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/aggregation/accumulator",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/aggregation/aggregator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-usage-aggregator",
"description": "Usage aggregator service",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/aggregation/aggregator",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/aggregation/reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-usage-reporting",
"description": "Usage reporting service",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/aggregation/reporting",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/cf/applications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-cf-applications",
"description": "CF Applications Usage reporter",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/cf/applications",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/cf/broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-cf-broker",
"description": "CF Service Broker for Abacus",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/cf/broker",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/cf/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-service-dashboard",
"description": "CF Service Dashboard for Abacus",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/cf/dashboard",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/cf/dashboard/src/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "abacus-service-dashboard",
"description": "",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"dependencies": {
"jquery": "3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/cf/renewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-cf-renewer",
"description": "CF App Usage renewer",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/cf/renewer",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/cf/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-cf-services",
"description": "CF Services Usage reporter",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/cf/services",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/config/mappings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-plan-mappings",
"description": "JSON mappings from (resource_type, provisioning plan_id) to example metering, rating and pricing plan ids.",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/config/mappings",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/config/metering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-metering-config",
"description": "Provides access to metering plans",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/config/metering",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/config/plan-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-plan-tester",
"description": "Plan tester",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tools/plan-tester",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/config/pricing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-pricing-config",
"description": "Provides access to pricing plans",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/config/price",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/config/rating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-rating-config",
"description": "Provides access to rating plans",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/config/rating",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/config/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-usage-schemas",
"description": "JSON schemas for usage data",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/config/schemas",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/extensions/healthchecker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-healthchecker",
"description": "Abacus Healthchecker",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/extensions/healthchecker",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/extensions/housekeeper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-housekeeper",
"description": "Abacus Housekeeper",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/extensions/housekeeper",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/metering/collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-usage-collector",
"description": "Usage collector service",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/metering/collector",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/metering/meter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-usage-meter",
"description": "Usage meter service",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/metering/meter",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-account-plugin",
"description": "Account management plugin example.",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/plugins/account",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/authserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-authserver-plugin",
"description": "Plugin for an authrorization server",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/plugins/authserver",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/eureka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-eureka-plugin",
"description": "Plugin for a Eureka compatible registry service.",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/plugins/account",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/provisioning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-provisioning-plugin",
"description": "Plugin for a provisioning history service",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/plugins/provisioning",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-audit",
"description": "Audit logging",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/audit",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-basic",
"description": "Basic authentication helpers",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/basic",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-batch",
"description": "Batching for async function calls",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/batch",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/breaker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-breaker",
"description": "Circuit breaker for async function calls inspired by the Akka breaker",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/breaker",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-bridge",
"description": "Bridge modules",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/bridge",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/carryover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-carryover",
"description": "Time-based events carry-over helpers",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/carryover",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-client",
"description": "Usage report helper",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/client",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-clone",
"description": "Does a deep copy of an array or object with an optional interceptor",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/clone",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/cluster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-cluster",
"description": "Node process cluster that monitors and restarts workers when necessary",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/cluster",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/couchclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-couchclient",
"description": "Subset of the PouchDB API over a set of DB partitions",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/couchclient",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/couchstore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-couchstore",
"description": "Couch based Session Store",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/couchstore",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-counter",
"description": "Metrics counter",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/counter",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/dataflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-dataflow",
"description": "Simple and configurable map and reduce dataflow transforms",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/dataflow",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/dbclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-dbclient",
"description": "Subset of the PouchDB API over a set of DB partitions",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/dbclient",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/dbcommons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-dbcommons",
"description": "Distribute DB operations over a set of DB partitions",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/dbcommons",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-debug",
"description": "Add-ons to the debug log module",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/debug",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/dedupe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-dedupe",
"description": "Duplicate detection using a LRU cache and bloom filters",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/dedupe",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/eureka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "abacus-eureka",
"description": "A simple Netflix Eureka client",
"license": "Apache-2.0",
"version": "1.1.1-rc.1",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/eureka",
"bugs": {
Expand Down
Loading

0 comments on commit 75ac724

Please sign in to comment.