Update version for 1.1.0 release
diff --git a/about.html b/about.html
index b553f90..c0cab95 100644
--- a/about.html
+++ b/about.html
@@ -2,12 +2,12 @@
 <html xmlns="http://www.w3.org/1999/xhtml"> 

 <head> 

 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> 

-<title>Gemini JPA 1.1.0.RC1</title> 

+<title>Gemini JPA 1.1.0.RELEASE</title> 

 </head>

 

 <body lang="EN-US"> 

 <h2>About</h2> 

-<p>Sept 14, 2012</p> 

+<p>Nov 15, 2012</p> 

 

 <p>

 The Gemini JPA project provides the supporting code for a JPA provider to be compliant with the OSGi JPA specification. It uses EclipseLink JPA as the provider.

diff --git a/doc/GettingStarted.txt b/doc/GettingStarted.txt
index 8a0a77a..a19901b 100644
--- a/doc/GettingStarted.txt
+++ b/doc/GettingStarted.txt
@@ -41,7 +41,7 @@
 

 These bundles must be from EclipseLink 2.4.0 GA or later. 

 

-Note: Do *NOT* use "org.eclipse.persistence.jpa.osgi" or any of the weaving bundles shipped with EclipseLink.

+Note: Do *NOT* use "org.eclipse.persistence.jpa.osgi" or any of the equinox or weaving bundles shipped with EclipseLink.

 

 5. Gemini JPA bundles

 

@@ -73,10 +73,10 @@
 [Basic Sample]

 

 The basic sample is a persistence unit and client combined within a single bundle: "org.eclipse.gemini.jpa.sample.basic".

-Once Gemini JPA is installed and running you need only install and run this bundle to see the sample persistence unit 

-and client interact. Although the client is contained within the same bundle as the persistence unit, it still uses the 

-EntityManagerFactory (EMF) service exported by Gemini JPA. Take a look at the Activator class to see how a client

-typically accesses the EMF service.

+Once Gemini JPA and Gemini DBAccess are installed and running you need only install and run this bundle to see the sample 

+persistence unit and client interact. Although the client is contained within the same bundle as the persistence unit, it 

+still uses the EntityManagerFactory (EMF) service exported by Gemini JPA. Take a look at the Activator class to see how a 

+client typically accesses the EMF service.

 

 [Config Admin Sample]

 

diff --git a/doc/Readme.txt b/doc/Readme.txt
index 4a026b4..156c470 100644
--- a/doc/Readme.txt
+++ b/doc/Readme.txt
@@ -1,5 +1,5 @@
 

-Gemini JPA 1.1.0-RC1 - Sept 14, 2012

+Gemini JPA 1.1.0.RELEASE - Nov 15, 2012

 

 This release provides you with access to the EclipseLink JPA 2.0 provider. The 

 bundles in the EclipseLink 2.4.0 release or later should be used.

@@ -9,14 +9,11 @@
 To do this, install and start the bundles described in "GettingStarted.txt" (included in this 

 distribution). 

 

-Bugs Fixed in 1.1.0-RC1:

+Bugs fixed (including new features) since 1.0.0:

 

 388986	Multiple EMFs can cause PUnitInfo to be corrupted

 389198	Multiple EMF per persistence unit leaves an orphaned weaving service hook

 389508	Weaving service needs to have PU properties registered with it

-

-Bugs Fixed in 1.1.0-M2:

-

 366017  ClassNotFoundException: java/sql/Timestamp on fields annotated with @Version

 369029  Support JPA access to NoSQL databases

 384168  Core needs to be more test friendly and make its config queryable

@@ -27,9 +24,6 @@
 384323  Missing persistence.xml leads to infinite start/stop loop

 360246  Generic Capabilities help to avoid bundle refresh

 365619  Integrate with properties from Config Admin service

-

-Bugs Fixed in 1.1.0-M1:

-

 366040  Two EMFBuilder Service instances for one PU

 367873  GeminiProperties.setDebugWeaving method typo

 370166  PlainDriverDataSource class needs to be upgraded to work in Java SE 7

diff --git a/org.eclipse.gemini.jpa.feature/feature.xml b/org.eclipse.gemini.jpa.feature/feature.xml
index 9640e29..9e7f64a 100644
--- a/org.eclipse.gemini.jpa.feature/feature.xml
+++ b/org.eclipse.gemini.jpa.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature

       id="org.eclipse.gemini.jpa.feature"

       label="Gemini JPA"

-      version="1.1.0.RC1"

+      version="1.1.0.RELEASE"

       provider-name="Oracle Corp."

       plugin="org.eclipse.gemini.jpa">

 

diff --git a/org.eclipse.gemini.jpa.feature/pom.xml b/org.eclipse.gemini.jpa.feature/pom.xml
index ccfc309..02126ae 100644
--- a/org.eclipse.gemini.jpa.feature/pom.xml
+++ b/org.eclipse.gemini.jpa.feature/pom.xml
@@ -18,7 +18,7 @@
 	<parent>

 		<groupId>org.eclipse</groupId>

 		<artifactId>gemini.jpa.parent</artifactId>

-		<version>1.1.0.RC1</version>

+		<version>1.1.0.RELEASE</version>

 	</parent>

 

 	<artifactId>org.eclipse.gemini.jpa.feature</artifactId>

diff --git a/org.eclipse.gemini.jpa.sample.basic/META-INF/MANIFEST.MF b/org.eclipse.gemini.jpa.sample.basic/META-INF/MANIFEST.MF
index 43bc67e..421c4ab 100644
--- a/org.eclipse.gemini.jpa.sample.basic/META-INF/MANIFEST.MF
+++ b/org.eclipse.gemini.jpa.sample.basic/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Meta-Persistence: META-INF/persistence.xml

 Bundle-Name: Gemini JPA Basic Sample Persistence Unit

 Bundle-SymbolicName: org.eclipse.gemini.jpa.sample.basic

-Bundle-Version: 1.1.0.RC1

+Bundle-Version: 1.1.0.RELEASE

 Bundle-RequiredExecutionEnvironment: JavaSE-1.6

 Import-Package: javax.persistence;version="1.1.0";jpa="2.0",

  javax.persistence.criteria;version="1.1.0";jpa="2.0",

diff --git a/org.eclipse.gemini.jpa.sample.basic/pom.xml b/org.eclipse.gemini.jpa.sample.basic/pom.xml
index dc44002..3f1f7a2 100644
--- a/org.eclipse.gemini.jpa.sample.basic/pom.xml
+++ b/org.eclipse.gemini.jpa.sample.basic/pom.xml
@@ -17,7 +17,7 @@
 	<parent>

 		<groupId>org.eclipse</groupId>

 		<artifactId>gemini.jpa.parent</artifactId>

-		<version>1.1.0.RC1</version>

+		<version>1.1.0.RELEASE</version>

 	</parent>

 

 	<artifactId>org.eclipse.gemini.jpa.sample.basic</artifactId>

diff --git a/org.eclipse.gemini.jpa.sample.configadmin.gen/META-INF/MANIFEST.MF b/org.eclipse.gemini.jpa.sample.configadmin.gen/META-INF/MANIFEST.MF
index 3576440..01d5f78 100644
--- a/org.eclipse.gemini.jpa.sample.configadmin.gen/META-INF/MANIFEST.MF
+++ b/org.eclipse.gemini.jpa.sample.configadmin.gen/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: Gemini JPA Configuration Generator

 Bundle-SymbolicName: org.eclipse.gemini.jpa.sample.configadmin.gen

-Bundle-Version: 1.1.0.RC1

+Bundle-Version: 1.1.0.RELEASE

 Bundle-RequiredExecutionEnvironment: JavaSE-1.6

 Import-Package: org.osgi.framework;version="1.4.0",

  org.osgi.util.tracker,

diff --git a/org.eclipse.gemini.jpa.sample.configadmin.gen/pom.xml b/org.eclipse.gemini.jpa.sample.configadmin.gen/pom.xml
index 7558012..23c34c8 100644
--- a/org.eclipse.gemini.jpa.sample.configadmin.gen/pom.xml
+++ b/org.eclipse.gemini.jpa.sample.configadmin.gen/pom.xml
@@ -18,7 +18,7 @@
 	<parent>

 		<groupId>org.eclipse</groupId>

 		<artifactId>gemini.jpa.parent</artifactId>

-		<version>1.1.0.RC1</version>

+		<version>1.1.0.RELEASE</version>

 	</parent>

 

 	<artifactId>org.eclipse.gemini.jpa.sample.configadmin.gen</artifactId>

diff --git a/org.eclipse.gemini.jpa.sample.configadmin.pu/META-INF/MANIFEST.MF b/org.eclipse.gemini.jpa.sample.configadmin.pu/META-INF/MANIFEST.MF
index d79b076..93f6821 100644
--- a/org.eclipse.gemini.jpa.sample.configadmin.pu/META-INF/MANIFEST.MF
+++ b/org.eclipse.gemini.jpa.sample.configadmin.pu/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Meta-Persistence: META-INF/persistence.xml

 Bundle-Name: Gemini JPA Sample Configuration Admin Persistence Unit

 Bundle-SymbolicName: org.eclipse.gemini.jpa.sample.configadmin.pu

-Bundle-Version: 1.1.0.RC1

+Bundle-Version: 1.1.0.RELEASE

 Bundle-RequiredExecutionEnvironment: JavaSE-1.6

 Import-Package: javax.persistence;version="1.1.0";jpa="2.0",

  javax.persistence.criteria;version="1.1.0";jpa="2.0",

diff --git a/org.eclipse.gemini.jpa.sample.configadmin.pu/pom.xml b/org.eclipse.gemini.jpa.sample.configadmin.pu/pom.xml
index a8ad040..3f0d130 100644
--- a/org.eclipse.gemini.jpa.sample.configadmin.pu/pom.xml
+++ b/org.eclipse.gemini.jpa.sample.configadmin.pu/pom.xml
@@ -18,7 +18,7 @@
 	<parent>

 		<groupId>org.eclipse</groupId>

 		<artifactId>gemini.jpa.parent</artifactId>

-		<version>1.1.0.RC1</version>

+		<version>1.1.0.RELEASE</version>

 	</parent>

 

 	<artifactId>org.eclipse.gemini.jpa.sample.configadmin.pu</artifactId>

diff --git a/org.eclipse.gemini.jpa.sample.configadmin/META-INF/MANIFEST.MF b/org.eclipse.gemini.jpa.sample.configadmin/META-INF/MANIFEST.MF
index ddcd964..5e506d9 100644
--- a/org.eclipse.gemini.jpa.sample.configadmin/META-INF/MANIFEST.MF
+++ b/org.eclipse.gemini.jpa.sample.configadmin/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: Gemini JPA Sample Persistence Unit Client

 Bundle-SymbolicName: org.eclipse.gemini.jpa.sample.configadmin

-Bundle-Version: 1.1.0.RC1

+Bundle-Version: 1.1.0.RELEASE

 Bundle-RequiredExecutionEnvironment: JavaSE-1.6

 Import-Package: javax.persistence;version="1.1.0";jpa="2.0",

  javax.persistence.criteria;version="1.1.0";jpa="2.0",

diff --git a/org.eclipse.gemini.jpa.sample.configadmin/pom.xml b/org.eclipse.gemini.jpa.sample.configadmin/pom.xml
index 49f3ead..2f0cd29 100644
--- a/org.eclipse.gemini.jpa.sample.configadmin/pom.xml
+++ b/org.eclipse.gemini.jpa.sample.configadmin/pom.xml
@@ -18,7 +18,7 @@
 	<parent>

 		<groupId>org.eclipse</groupId>

 		<artifactId>gemini.jpa.parent</artifactId>

-		<version>1.1.0.RC1</version>

+		<version>1.1.0.RELEASE</version>

 	</parent>

 

 	<artifactId>org.eclipse.gemini.jpa.sample.configadmin</artifactId>

diff --git a/org.eclipse.gemini.jpa.samples.feature/feature.xml b/org.eclipse.gemini.jpa.samples.feature/feature.xml
index ee68fba..afc5346 100644
--- a/org.eclipse.gemini.jpa.samples.feature/feature.xml
+++ b/org.eclipse.gemini.jpa.samples.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature

       id="org.eclipse.gemini.jpa.samples.feature"

       label="Gemini JPA Samples"

-      version="1.1.0.RC1"

+      version="1.1.0.RELEASE"

       provider-name="Oracle Corp."

       plugin="org.eclipse.gemini.jpa.samples">

 

diff --git a/org.eclipse.gemini.jpa.samples.feature/pom.xml b/org.eclipse.gemini.jpa.samples.feature/pom.xml
index e1a8cc6..600aeb5 100644
--- a/org.eclipse.gemini.jpa.samples.feature/pom.xml
+++ b/org.eclipse.gemini.jpa.samples.feature/pom.xml
@@ -18,7 +18,7 @@
 	<parent>

 		<groupId>org.eclipse</groupId>

 		<artifactId>gemini.jpa.parent</artifactId>

-		<version>1.1.0.RC1</version>

+		<version>1.1.0.RELEASE</version>

 	</parent>

 

 	<artifactId>org.eclipse.gemini.jpa.samples.feature</artifactId>

diff --git a/org.eclipse.gemini.jpa.targetdef/pom.xml b/org.eclipse.gemini.jpa.targetdef/pom.xml
index fbe0f30..1691ff1 100644
--- a/org.eclipse.gemini.jpa.targetdef/pom.xml
+++ b/org.eclipse.gemini.jpa.targetdef/pom.xml
@@ -16,7 +16,7 @@
 	<parent>

 		<groupId>org.eclipse</groupId>

 		<artifactId>gemini.jpa.parent</artifactId>

-		<version>1.1.0.RC1</version>

+		<version>1.1.0.RELEASE</version>

 	</parent>

 

 	<artifactId>org.eclipse.gemini.jpa.targetdef</artifactId>

diff --git a/org.eclipse.gemini.jpa.updatesite/pom.xml b/org.eclipse.gemini.jpa.updatesite/pom.xml
index f4b0b07..8120718 100644
--- a/org.eclipse.gemini.jpa.updatesite/pom.xml
+++ b/org.eclipse.gemini.jpa.updatesite/pom.xml
@@ -19,7 +19,7 @@
 	<parent>

 		<groupId>org.eclipse</groupId>

 		<artifactId>gemini.jpa.parent</artifactId>

-		<version>1.1.0.RC1</version>

+		<version>1.1.0.RELEASE</version>

 	</parent>

 

 	<artifactId>org.eclipse.gemini.jpa.updatesite</artifactId>

diff --git a/org.eclipse.gemini.jpa/META-INF/MANIFEST.MF b/org.eclipse.gemini.jpa/META-INF/MANIFEST.MF
index 41fd675..4bf7ff5 100644
--- a/org.eclipse.gemini.jpa/META-INF/MANIFEST.MF
+++ b/org.eclipse.gemini.jpa/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2

 Bundle-Name: Gemini JPA

 Bundle-SymbolicName: org.eclipse.gemini.jpa

-Bundle-Version: 1.1.0.RC1

+Bundle-Version: 1.1.0.RELEASE

 Bundle-Activator: 

  org.eclipse.gemini.jpa.Activator

 Bundle-Vendor: Oracle Corporation

diff --git a/org.eclipse.gemini.jpa/pom.xml b/org.eclipse.gemini.jpa/pom.xml
index 9ed1e11..7c0db73 100644
--- a/org.eclipse.gemini.jpa/pom.xml
+++ b/org.eclipse.gemini.jpa/pom.xml
@@ -17,7 +17,7 @@
 	<parent>

 		<groupId>org.eclipse</groupId>

 		<artifactId>gemini.jpa.parent</artifactId>

-		<version>1.1.0.RC1</version>

+		<version>1.1.0.RELEASE</version>

 	</parent>

 

 	<artifactId>org.eclipse.gemini.jpa</artifactId>

diff --git a/pom.xml b/pom.xml
index 7b50b86..133d6f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 

 	<groupId>org.eclipse</groupId>

 	<artifactId>gemini.jpa.parent</artifactId>

-	<version>1.1.0.RC1</version>

+	<version>1.1.0.RELEASE</version>

 	<packaging>pom</packaging>

 

 	<name>Gemini JPA Parent</name>