From b50ede710092fe1fe62f74cbe07a9c81fa5995ed Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 22 Sep 2015 12:17:25 -0700 Subject: [PATCH] Prep for 3.5.0 RC 1 --- framework/WireBoxAdapter.cfc | 2 +- framework/aop.cfc | 4 ++-- framework/beanProxy.cfc | 4 ++-- framework/cfmljure.cfc | 4 ++-- framework/cljcontroller.cfc | 4 ++-- framework/ioc.cfc | 4 ++-- framework/ioclj.cfc | 4 ++-- framework/one.cfc | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/framework/WireBoxAdapter.cfc b/framework/WireBoxAdapter.cfc index 2e08f77e..618ee2b0 100644 --- a/framework/WireBoxAdapter.cfc +++ b/framework/WireBoxAdapter.cfc @@ -1,5 +1,5 @@ component extends="wirebox.system.ioc.Injector" { - variables._fw1_version = "3.5.0-beta2"; + variables._fw1_version = "3.5.0-rc1"; /* Copyright (c) 2010-2015, Sean Corfield diff --git a/framework/aop.cfc b/framework/aop.cfc index b6eb3f37..c0b89c42 100755 --- a/framework/aop.cfc +++ b/framework/aop.cfc @@ -1,6 +1,6 @@ component extends="framework.ioc" { - variables._fw1_version = "3.5.0-beta2"; - variables._aop1_version = "2.0.1-beta2"; + variables._fw1_version = "3.5.0-rc1"; + variables._aop1_version = "2.0.1-rc1"; /* Copyright (c) 2013-2015, Mark Drew, Sean Corfield, Daniel Budde diff --git a/framework/beanProxy.cfc b/framework/beanProxy.cfc index c4109914..57099887 100755 --- a/framework/beanProxy.cfc +++ b/framework/beanProxy.cfc @@ -1,6 +1,6 @@ component { - variables._fw1_version = "3.5.0-beta2"; - variables._aop1_version = "2.0.1-beta2"; + variables._fw1_version = "3.5.0-rc1"; + variables._aop1_version = "2.0.1-rc1"; /* Copyright (c) 2013-2015, Mark Drew, Sean Corfield, Daniel Budde diff --git a/framework/cfmljure.cfc b/framework/cfmljure.cfc index c9e2584e..41ee149d 100644 --- a/framework/cfmljure.cfc +++ b/framework/cfmljure.cfc @@ -1,6 +1,6 @@ component { - variables._fw1_version = "3.5.0-beta2"; - variables._cfmljure_version = "1.0.0-beta2"; + variables._fw1_version = "3.5.0-rc1"; + variables._cfmljure_version = "1.0.0-rc1"; /* Copyright (c) 2012-2015, Sean Corfield diff --git a/framework/cljcontroller.cfc b/framework/cljcontroller.cfc index adebf026..d94dbd31 100644 --- a/framework/cljcontroller.cfc +++ b/framework/cljcontroller.cfc @@ -1,6 +1,6 @@ component { - variables._fw1_version = "3.5.0-beta2"; - variables._ioclj_version = "1.0.0-beta2"; + variables._fw1_version = "3.5.0-rc1"; + variables._ioclj_version = "1.0.0-rc1"; /* Copyright (c) 2015, Sean Corfield diff --git a/framework/ioc.cfc b/framework/ioc.cfc index e485d4e4..4a471e4d 100644 --- a/framework/ioc.cfc +++ b/framework/ioc.cfc @@ -1,6 +1,6 @@ component { - variables._fw1_version = "3.5.0-snapshot"; - variables._di1_version = "1.1.1-snapshot"; + variables._fw1_version = "3.5.0-rc1"; + variables._di1_version = "1.1.1-rc1"; /* Copyright (c) 2010-2015, Sean Corfield diff --git a/framework/ioclj.cfc b/framework/ioclj.cfc index 17359c09..6a3a076d 100644 --- a/framework/ioclj.cfc +++ b/framework/ioclj.cfc @@ -1,6 +1,6 @@ component extends=framework.ioc { - variables._fw1_version = "3.5.0-snapshot"; - variables._ioclj_version = "1.0.0-snapshot"; + variables._fw1_version = "3.5.0-rc1"; + variables._ioclj_version = "1.0.0-rc1"; /* Copyright (c) 2015, Sean Corfield diff --git a/framework/one.cfc b/framework/one.cfc index 9d98ca9b..1b888b68 100644 --- a/framework/one.cfc +++ b/framework/one.cfc @@ -1,5 +1,5 @@ component { - variables._fw1_version = "3.5.0-snapshot"; + variables._fw1_version = "3.5.0-rc1"; /* Copyright (c) 2009-2015, Sean Corfield, Marcin Szczepanski, Ryan Cogswell