From 12a4189eb667de8e0578c7e0c0ac4cc7d29d0527 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 16 Jun 2017 10:27:13 -0700 Subject: [PATCH] Version 4.1.0-rc1 --- framework/Application.cfc | 2 +- framework/MyApplication.cfc | 2 +- framework/WireBoxAdapter.cfc | 2 +- framework/aop.cfc | 4 ++-- framework/beanProxy.cfc | 4 ++-- framework/facade.cfc | 2 +- framework/ioc.cfc | 4 ++-- framework/one.cfc | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/framework/Application.cfc b/framework/Application.cfc index f4650852..74dd8a7a 100644 --- a/framework/Application.cfc +++ b/framework/Application.cfc @@ -1,5 +1,5 @@ component { - // Version: FW/1 4.1.0-SNAPSHOT + // Version: FW/1 4.1.0-rc1 // copy this to your application root to use as your Application.cfc // or incorporate the logic below into your existing Application.cfc diff --git a/framework/MyApplication.cfc b/framework/MyApplication.cfc index 8fbfa051..aa7c316d 100644 --- a/framework/MyApplication.cfc +++ b/framework/MyApplication.cfc @@ -1,5 +1,5 @@ component extends="framework.one" { - // Version: FW/1 4.1.0-SNAPSHOT + // Version: FW/1 4.1.0-rc1 // if you need to provide extension points, copy this to // your web root, next to your Application.cfc, and add diff --git a/framework/WireBoxAdapter.cfc b/framework/WireBoxAdapter.cfc index 38a9ac5b..71e8ab91 100644 --- a/framework/WireBoxAdapter.cfc +++ b/framework/WireBoxAdapter.cfc @@ -1,5 +1,5 @@ component extends="wirebox.system.ioc.Injector" { - variables._fw1_version = "4.1.0-SNAPSHOT"; + variables._fw1_version = "4.1.0-rc1"; /* Copyright (c) 2010-2016, Sean Corfield diff --git a/framework/aop.cfc b/framework/aop.cfc index 33d66c18..afb93670 100644 --- a/framework/aop.cfc +++ b/framework/aop.cfc @@ -1,6 +1,6 @@ component extends="framework.ioc" { - variables._fw1_version = "4.1.0-SNAPSHOT"; - variables._aop1_version = "2.0.3-SNAPSHOT"; + variables._fw1_version = "4.1.0-rc1"; + variables._aop1_version = "2.0.3-rc1"; /* Copyright (c) 2013-2016, Mark Drew, Sean Corfield, Daniel Budde diff --git a/framework/beanProxy.cfc b/framework/beanProxy.cfc index fbde46a5..795facb4 100644 --- a/framework/beanProxy.cfc +++ b/framework/beanProxy.cfc @@ -1,6 +1,6 @@ component { - variables._fw1_version = "4.1.0-SNAPSHOT"; - variables._aop1_version = "2.0.3-SNAPSHOT"; + variables._fw1_version = "4.1.0-rc1"; + variables._aop1_version = "2.0.3-rc1"; /* Copyright (c) 2013-2016, Mark Drew, Sean Corfield, Daniel Budde diff --git a/framework/facade.cfc b/framework/facade.cfc index ab7fb1e6..47fb8681 100644 --- a/framework/facade.cfc +++ b/framework/facade.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "4.1.0-SNAPSHOT"; + variables._fw1_version = "4.1.0-rc1"; /* Copyright (c) 2016, Sean Corfield diff --git a/framework/ioc.cfc b/framework/ioc.cfc index bd845d89..b65458c6 100644 --- a/framework/ioc.cfc +++ b/framework/ioc.cfc @@ -1,6 +1,6 @@ component { - variables._fw1_version = "4.1.0-SNAPSHOT"; - variables._di1_version = "1.3.0-SNAPSHOT"; + variables._fw1_version = "4.1.0-rc1"; + variables._di1_version = "1.3.0-rc1"; /* Copyright (c) 2010-2016, Sean Corfield diff --git a/framework/one.cfc b/framework/one.cfc index 168d494b..2eadf1e8 100644 --- a/framework/one.cfc +++ b/framework/one.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "4.1.0-SNAPSHOT"; + variables._fw1_version = "4.1.0-rc1"; /* Copyright (c) 2009-2016, Sean Corfield, Marcin Szczepanski, Ryan Cogswell