diff --git a/brix/ciaox11/require.rb b/brix/ciaox11/require.rb index 670f32a94..3b7d009ba 100644 --- a/brix/ciaox11/require.rb +++ b/brix/ciaox11/require.rb @@ -13,7 +13,7 @@ module CIAOX11 TITLE = 'CIAOX11'.freeze DESC = 'BRIX11 CIAOX11 brix collection'.freeze COPYRIGHT = "Copyright (c) 2014-#{Time.now.year} Remedy IT Expertise BV, The Netherlands".freeze - VERSION = { major: 2, minor: 5, release: 0 } + VERSION = { major: 2, minor: 6, release: 0 } Collection.configure(:ciaox11, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg| # declare dependency on :taox11 collection (forces it to load first) diff --git a/connectors/psdd4ccm/brix/psdd4ccm/require.rb b/connectors/psdd4ccm/brix/psdd4ccm/require.rb index 2ae5db06d..15c8bbda0 100644 --- a/connectors/psdd4ccm/brix/psdd4ccm/require.rb +++ b/connectors/psdd4ccm/brix/psdd4ccm/require.rb @@ -14,7 +14,7 @@ module PSDD4CCM TITLE = 'PSDD4CCM'.freeze DESC = 'BRIX11 PSDD4CCM brix collection'.freeze COPYRIGHT = "Copyright (c) 2014-#{Time.now.year} Remedy IT Expertise BV, The Netherlands".freeze - VERSION = { major: 2, minor: 5, release: 0 } + VERSION = { major: 2, minor: 6, release: 0 } Collection.configure(:psdd4ccm, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg| # declare dependency on :ciaox11 collection (forces it to load first) diff --git a/connectors/psdd4ccm/middleware/zmq/brix/psdd4ccm_zmq/require.rb b/connectors/psdd4ccm/middleware/zmq/brix/psdd4ccm_zmq/require.rb index faa725ec0..067e07128 100644 --- a/connectors/psdd4ccm/middleware/zmq/brix/psdd4ccm_zmq/require.rb +++ b/connectors/psdd4ccm/middleware/zmq/brix/psdd4ccm_zmq/require.rb @@ -14,7 +14,7 @@ module PSDD4CCM_ZMQ TITLE = 'PSDD4CCM_ZMQ' DESC = 'BRIX11 PSDD4CCM ZMQ brix collection' COPYRIGHT = "Copyright (c) 2014-#{Time.now.year} Remedy IT Expertise BV, The Netherlands" - VERSION = { major: 2, minor: 5, release: 0 } + VERSION = { major: 2, minor: 6, release: 0 } Collection.configure(:psdd4ccm_zmq, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg| # declare dependency on :psdd4ccm collection (forces it to load first) diff --git a/ddsx11/vendors/ndds/brix/ndds/require.rb b/ddsx11/vendors/ndds/brix/ndds/require.rb index faa8e29e3..dd94e4c65 100644 --- a/ddsx11/vendors/ndds/brix/ndds/require.rb +++ b/ddsx11/vendors/ndds/brix/ndds/require.rb @@ -14,7 +14,7 @@ module NDDS TITLE = 'DDSX11 NDDS'.freeze DESC = 'BRIX11 NDDS brix collection'.freeze COPYRIGHT = "Copyright (c) 2014-#{Time.now.year} Remedy IT Expertise BV, The Netherlands".freeze - VERSION = { major: 2, minor: 5, release: 0 } + VERSION = { major: 2, minor: 6, release: 0 } Collection.configure(:ndds, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg| # declare dependency on :ciaox11 collection (forces it to load first) diff --git a/ddsx11/vendors/opendds/brix/opendds/require.rb b/ddsx11/vendors/opendds/brix/opendds/require.rb index d8a99f414..27bdb3721 100644 --- a/ddsx11/vendors/opendds/brix/opendds/require.rb +++ b/ddsx11/vendors/opendds/brix/opendds/require.rb @@ -14,7 +14,7 @@ module OPENDDS TITLE = 'OPENDDS'.freeze DESC = 'BRIX11 OPENDDS brix collection'.freeze COPYRIGHT = "Copyright (c) 2014-#{Time.now.year} Remedy IT Expertise BV, The Netherlands".freeze - VERSION = { major: 2, minor: 5, release: 0 } + VERSION = { major: 2, minor: 6, release: 0 } Collection.configure(:opendds, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg| # declare dependency on :ciaox11 collection (forces it to load first) diff --git a/ddsx11/vendors/opendds/ridlbe/ccmx11/facets/dds4opendds/config.rb b/ddsx11/vendors/opendds/ridlbe/ccmx11/facets/dds4opendds/config.rb index 1dbc241f4..695c1ab0e 100644 --- a/ddsx11/vendors/opendds/ridlbe/ccmx11/facets/dds4opendds/config.rb +++ b/ddsx11/vendors/opendds/ridlbe/ccmx11/facets/dds4opendds/config.rb @@ -16,7 +16,7 @@ module OPENDDS ## Configure facet # - Backend::Facet.configure('dds4opendds', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 1, minor: 0, release: 0 }) do |fctcfg| + Backend::Facet.configure('dds4opendds', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 6, release: 0 }) do |fctcfg| # optionally define dependencies on other facets # specify dependencies either as: # - a facet id (assumed to be loaded by current backend) diff --git a/exf/brix/exf/require.rb b/exf/brix/exf/require.rb index 21a46eef1..5331ce728 100644 --- a/exf/brix/exf/require.rb +++ b/exf/brix/exf/require.rb @@ -14,7 +14,7 @@ module ExF TITLE = 'ExF'.freeze DESC = 'BRIX11 ExF brix collection'.freeze COPYRIGHT = "Copyright (c) 2014-#{Time.now.year} Remedy IT Expertise BV, The Netherlands".freeze - VERSION = { major: 2, minor: 5, release: 0 } + VERSION = { major: 2, minor: 6, release: 0 } Collection.configure(:exf, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg| # declare dependency on :ciaox11 collection (forces it to load first) diff --git a/exf/ridlbe/ccmx11/facets/exf4ami/config.rb b/exf/ridlbe/ccmx11/facets/exf4ami/config.rb index 3699a074e..fb90cffe8 100644 --- a/exf/ridlbe/ccmx11/facets/exf4ami/config.rb +++ b/exf/ridlbe/ccmx11/facets/exf4ami/config.rb @@ -15,7 +15,7 @@ module ExF4AMI ## Configure facet # - Backend::Facet.configure('exf4ami', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, release: 0 }) do |fctcfg| + Backend::Facet.configure('exf4ami', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 6, release: 0 }) do |fctcfg| # optionally define dependencies on other facets # specify dependencies either as: # - a facet id (assumed to be loaded by current backend) diff --git a/exf/ridlbe/ccmx11/facets/exf4cc/config.rb b/exf/ridlbe/ccmx11/facets/exf4cc/config.rb index 918920b2f..60263fd3a 100644 --- a/exf/ridlbe/ccmx11/facets/exf4cc/config.rb +++ b/exf/ridlbe/ccmx11/facets/exf4cc/config.rb @@ -15,7 +15,7 @@ module ExF4CORBA ## Configure facet # - Backend::Facet.configure('exf4cc', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, release: 0 }) do |fctcfg| + Backend::Facet.configure('exf4cc', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 6, release: 0 }) do |fctcfg| # optionally define dependencies on other facets # specify dependencies either as: # - a facet id (assumed to be loaded by current backend) diff --git a/exf/ridlbe/ccmx11/facets/exf4dds/config.rb b/exf/ridlbe/ccmx11/facets/exf4dds/config.rb index 86047f6f3..af4c57474 100644 --- a/exf/ridlbe/ccmx11/facets/exf4dds/config.rb +++ b/exf/ridlbe/ccmx11/facets/exf4dds/config.rb @@ -15,7 +15,7 @@ module ExF4DDS ## Configure facet # - Backend::Facet.configure('exf4dds', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, release: 0 }) do |fctcfg| + Backend::Facet.configure('exf4dds', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 6, release: 0 }) do |fctcfg| # optionally define dependencies on other facets # specify dependencies either as: # - a facet id (assumed to be loaded by current backend) diff --git a/exf/ridlbe/ccmx11/facets/exf4psdd/config.rb b/exf/ridlbe/ccmx11/facets/exf4psdd/config.rb index e09c18fe5..cb0ed1d26 100644 --- a/exf/ridlbe/ccmx11/facets/exf4psdd/config.rb +++ b/exf/ridlbe/ccmx11/facets/exf4psdd/config.rb @@ -15,7 +15,7 @@ module ExF4PSDD ## Configure facet # - Backend::Facet.configure('exf4psdd', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, release: 0 }) do |fctcfg| + Backend::Facet.configure('exf4psdd', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 6, release: 0 }) do |fctcfg| # optionally define dependencies on other facets # specify dependencies either as: # - a facet id (assumed to be loaded by current backend) diff --git a/exf/ridlbe/ccmx11/facets/exfbase/config.rb b/exf/ridlbe/ccmx11/facets/exfbase/config.rb index eaea7b0bb..6a90364ec 100644 --- a/exf/ridlbe/ccmx11/facets/exfbase/config.rb +++ b/exf/ridlbe/ccmx11/facets/exfbase/config.rb @@ -15,7 +15,7 @@ module ExFBase ## Configure facet # - Backend::Facet.configure('exfbase', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, release: 0 }) do |fctcfg| + Backend::Facet.configure('exfbase', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 6, release: 0 }) do |fctcfg| def self.add_extended_options(ol) ol.for_switch '-G{generation options}', type: String, separator: true do |swcfg| swcfg.modify_group :exf_group,