You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by sk...@apache.org on 2013/09/30 13:15:37 UTC

[1/3] git commit: Issue OLINGO-25 - make release - rename artifact .incubating, fix LICENSE files issues

Updated Branches:
  refs/heads/master d17ba4f8a -> 8dca7329d


Issue OLINGO-25 - make release - rename artifact .incubating, fix LICENSE files issues


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/c716fbdc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/c716fbdc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/c716fbdc

Branch: refs/heads/master
Commit: c716fbdcb6584de2ff25ef3fb5f6252b570baf1b
Parents: d17ba4f
Author: Stephan Klevenz <sk...@apache.org>
Authored: Mon Sep 30 10:37:09 2013 +0200
Committer: Stephan Klevenz <sk...@apache.org>
Committed: Mon Sep 30 13:03:21 2013 +0200

----------------------------------------------------------------------
 odata2-dist/pom.xml                             | 33 +++++++---
 .../src/main/assembly/javadoc-assembly.xml      | 15 -----
 odata2-dist/src/main/assembly/jpa-assembly.xml  | 24 ++------
 odata2-dist/src/main/assembly/lib-assembly.xml  | 20 +-----
 odata2-dist/src/main/assembly/ref-assembly.xml  | 15 -----
 odata2-dist/src/main/resources/DEPENDENCIES     |  4 --
 odata2-dist/src/main/resources/NOTICE           |  5 --
 odata2-dist/src/main/resources/readme.txt       | 64 --------------------
 odata2-lib/odata-annotation/pom.xml             |  4 +-
 odata2-lib/odata-api/pom.xml                    |  4 +-
 odata2-lib/odata-core/pom.xml                   |  8 +--
 odata2-lib/odata-fit/pom.xml                    | 16 ++---
 odata2-lib/odata-ref/pom.xml                    | 10 +--
 odata2-lib/odata-testutil/pom.xml               |  6 +-
 odata2-lib/odata-web/pom.xml                    |  8 +--
 odata2-lib/pom.xml                              |  4 +-
 odata2-processor-jpa/jpa-api/pom.xml            |  6 +-
 odata2-processor-jpa/jpa-core/pom.xml           | 12 ++--
 odata2-processor-jpa/jpa-ref/pom.xml            |  6 +-
 odata2-processor-jpa/jpa-web/pom.xml            | 14 ++---
 odata2-processor-jpa/pom.xml                    |  4 +-
 pom.xml                                         |  3 +-
 22 files changed, 84 insertions(+), 201 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-dist/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml
index 4c019b5..e97611a 100644
--- a/odata2-dist/pom.xml
+++ b/odata2-dist/pom.xml
@@ -10,19 +10,28 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>olingo.odata2.dist</artifactId>
+    <artifactId>olingo-odata2-dist-incubating</artifactId>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
     <parent>
         <groupId>org.apache.olingo</groupId>
-        <artifactId>olingo.odata2.parent</artifactId>
+        <artifactId>olingo-odata2-parent-incubating</artifactId>
         <version>1.1.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
 
     <build>
+        <resources>
+            <resource>
+                <directory>target/maven-shared-archive-resources</directory>
+                <includes>
+                    <include>META-INF/*</include>
+                </includes>
+            </resource>
+        </resources>
+
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -65,7 +74,7 @@
                                         <descriptor>
                                             src/main/assembly/javadoc-assembly.xml
                                         </descriptor>
-                                       <descriptor>
+                                        <descriptor>
                                             src/main/assembly/ref-assembly.xml
                                         </descriptor>
                                     </descriptors>
@@ -81,37 +90,37 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.olingo</groupId>
-            <artifactId>olingo.odata2.api.annotation</artifactId>
+            <artifactId>olingo-odata2-api-annotation-incubating</artifactId>
             <version>${project.version}</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.olingo</groupId>
-            <artifactId>olingo.odata2.api</artifactId>
+            <artifactId>olingo-odata2-api-incubating</artifactId>
             <version>${project.version}</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.olingo</groupId>
-            <artifactId>olingo.odata2.core</artifactId>
+            <artifactId>olingo-odata2-core-incubating</artifactId>
             <version>${project.version}</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.olingo</groupId>
-            <artifactId>olingo.odata2.ref</artifactId>
+            <artifactId>olingo-odata2-ref-incubating</artifactId>
             <version>${project.version}</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.olingo</groupId>
-            <artifactId>olingo.odata2.jpa.processor.api</artifactId>
+            <artifactId>olingo-odata2-jpa-processor-api-incubating</artifactId>
             <version>${project.version}</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.olingo</groupId>
-            <artifactId>olingo.odata2.jpa.processor.core</artifactId>
+            <artifactId>olingo-odata2-jpa-processor-core-incubating</artifactId>
             <version>${project.version}</version>
             <scope>compile</scope>
         </dependency>
@@ -122,7 +131,11 @@
             <version>${version.javax.persistence}</version>
             <scope>compile</scope>
         </dependency>
-
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-frontend-jaxrs</artifactId>
+            <version>${cxf.version}</version>
+        </dependency>
 
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-dist/src/main/assembly/javadoc-assembly.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/src/main/assembly/javadoc-assembly.xml b/odata2-dist/src/main/assembly/javadoc-assembly.xml
index 30a909a..313e4b2 100644
--- a/odata2-dist/src/main/assembly/javadoc-assembly.xml
+++ b/odata2-dist/src/main/assembly/javadoc-assembly.xml
@@ -21,24 +21,9 @@
                 <include>**</include>
             </includes>
         </fileSet>
-
         <fileSet>
             <directory>${project.build.directory}/maven-shared-archive-resources/META-INF</directory>
             <outputDirectory>/</outputDirectory>
-            <excludes>
-                <exclude>DEPENDENCIES</exclude>
-                <exclude>NOTICE</exclude>
-                <exclude>readme.txt</exclude>
-            </excludes>
-        </fileSet>
-        <fileSet>
-            <directory>${project.basedir}/src/main/resources</directory>
-            <outputDirectory>/</outputDirectory>
-            <includes>
-                <include>DEPENDENCIES</include>
-                <include>NOTICE</include>
-                <include>readme.txt</include>
-            </includes>
         </fileSet>
     </fileSets>
 </assembly>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-dist/src/main/assembly/jpa-assembly.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/src/main/assembly/jpa-assembly.xml b/odata2-dist/src/main/assembly/jpa-assembly.xml
index b96c04a..d6b1dc1 100644
--- a/odata2-dist/src/main/assembly/jpa-assembly.xml
+++ b/odata2-dist/src/main/assembly/jpa-assembly.xml
@@ -23,11 +23,11 @@
             <useTransitiveFiltering>true</useTransitiveFiltering>
             <scope>compile</scope>
             <includes>
-                <include>org.apache.olingo:olingo.odata2.core</include>
-                <include>org.apache.olingo:olingo.odata2.api</include>
-                <include>org.apache.olingo:olingo.odata2.api.annotation</include>
-                <include>org.apache.olingo:olingo.odata2.jpa.processor.api</include>
-                <include>org.apache.olingo:olingo.odata2.jpa.processor.core</include>
+                <include>org.apache.olingo:olingo-odata2-core-incubating</include>
+                <include>org.apache.olingo:olingo-odata2-api-incubating</include>
+                <include>org.apache.olingo:olingo-odata2-api-annotation-incubating</include>
+                <include>org.apache.olingo:olingo-odata2-jpa-processor-api-incubating</include>
+                <include>org.apache.olingo:olingo-odata2-jpa-processor-core-incubating</include>
 
                 <include>org.eclipse.persistence:javax.persistence</include>
             </includes>
@@ -37,20 +37,6 @@
         <fileSet>
             <directory>${project.build.directory}/maven-shared-archive-resources/META-INF</directory>
             <outputDirectory>/</outputDirectory>
-            <excludes>
-                <exclude>DEPENDENCIES</exclude>
-                <exclude>NOTICE</exclude>
-                <exclude>readme.txt</exclude>
-            </excludes>
-        </fileSet>
-        <fileSet>
-            <directory>${project.basedir}/src/main/resources</directory>
-            <outputDirectory>/</outputDirectory>
-            <includes>
-                <include>DEPENDENCIES</include>
-                <include>NOTICE</include>
-                <include>readme.txt</include>
-            </includes>
         </fileSet>
     </fileSets>
 </assembly>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-dist/src/main/assembly/lib-assembly.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/src/main/assembly/lib-assembly.xml b/odata2-dist/src/main/assembly/lib-assembly.xml
index 6c187b4..a9b414a 100644
--- a/odata2-dist/src/main/assembly/lib-assembly.xml
+++ b/odata2-dist/src/main/assembly/lib-assembly.xml
@@ -23,11 +23,11 @@
             <useTransitiveFiltering>true</useTransitiveFiltering>
             <scope>compile</scope>
             <includes>
-                <include>org.apache.olingo:olingo.odata2.core</include>
-                <include>org.apache.olingo:olingo.odata2.api</include>
+                <include>org.apache.olingo:olingo-odata2-core-incubating</include>
+                <include>org.apache.olingo:olingo-odata2-api-incubating</include>
             </includes>
             <excludes>
-                <exclude>org.apache.olingo:olingo.odata2.api.annotation</exclude>
+                <exclude>org.apache.olingo:olingo-odata2-api-annotation-incubating</exclude>
             </excludes>
         </dependencySet>
     </dependencySets>
@@ -35,20 +35,6 @@
         <fileSet>
             <directory>${project.build.directory}/maven-shared-archive-resources/META-INF</directory>
             <outputDirectory>/</outputDirectory>
-            <excludes>
-                <exclude>DEPENDENCIES</exclude>
-                <exclude>NOTICE</exclude>
-                <exclude>readme.txt</exclude>
-            </excludes>
-        </fileSet>
-        <fileSet>
-            <directory>${project.basedir}/src/main/resources</directory>
-            <outputDirectory>/</outputDirectory>
-            <includes>
-                <include>DEPENDENCIES</include>
-                <include>NOTICE</include>
-                <include>readme.txt</include>
-            </includes>
         </fileSet>
     </fileSets>
 </assembly>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-dist/src/main/assembly/ref-assembly.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/src/main/assembly/ref-assembly.xml b/odata2-dist/src/main/assembly/ref-assembly.xml
index c4c6976..cc6a107 100644
--- a/odata2-dist/src/main/assembly/ref-assembly.xml
+++ b/odata2-dist/src/main/assembly/ref-assembly.xml
@@ -32,24 +32,9 @@
                 <include>**/*.war</include>
             </includes>
         </fileSet>
-
         <fileSet>
             <directory>${project.build.directory}/maven-shared-archive-resources/META-INF</directory>
             <outputDirectory>/</outputDirectory>
-            <excludes>
-                <exclude>DEPENDENCIES</exclude>
-                <exclude>NOTICE</exclude>
-                <exclude>readme.txt</exclude>
-            </excludes>
-        </fileSet>
-        <fileSet>
-            <directory>${project.basedir}/src/main/resources</directory>
-            <outputDirectory>/</outputDirectory>
-            <includes>
-                <include>DEPENDENCIES</include>
-                <include>NOTICE</include>
-                <include>readme.txt</include>
-            </includes>
         </fileSet>
     </fileSets>
 </assembly>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-dist/src/main/resources/DEPENDENCIES
----------------------------------------------------------------------
diff --git a/odata2-dist/src/main/resources/DEPENDENCIES b/odata2-dist/src/main/resources/DEPENDENCIES
deleted file mode 100644
index ece4bc3..0000000
--- a/odata2-dist/src/main/resources/DEPENDENCIES
+++ /dev/null
@@ -1,4 +0,0 @@
-Apache Olingo distribution package
-
-For a complete description of dependencies used by JARs/WARs contained in this package, 
-please refer to the META-INF/DEPENDENCIES file contained in each Apache Olingo artifact 
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-dist/src/main/resources/NOTICE
----------------------------------------------------------------------
diff --git a/odata2-dist/src/main/resources/NOTICE b/odata2-dist/src/main/resources/NOTICE
deleted file mode 100644
index f0f81ac..0000000
--- a/odata2-dist/src/main/resources/NOTICE
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache Olingo distribution package
-
-For a complete listing of License Notices for 3rd party libraries shipped by JARs/WARs contained in this package,
-please refer to the META-INF/NOTICE file contained in each Apache Olingo artifact.
-

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-dist/src/main/resources/readme.txt
----------------------------------------------------------------------
diff --git a/odata2-dist/src/main/resources/readme.txt b/odata2-dist/src/main/resources/readme.txt
deleted file mode 100644
index 5b53ce6..0000000
--- a/odata2-dist/src/main/resources/readme.txt
+++ /dev/null
@@ -1,64 +0,0 @@
-==========================
-Apache Olingo (Incubation)
-==========================
-
-Apache Olingo is a Java library and extensions around
-the OData specification.
-
-Apache Olingo supports the specification versions
- - OData 2.0 <http://www.odata.org/documentation/odata-v2-documentation/>
-
-Building Apache Olingo
-======================
-
-You can build Apache Olingo like this:
-
-    mvn clean install
-
-You need Maven 3 with Java 6 (or higher) for the build.
-Set the environment variable MAVEN_OPTS to 
-'-Xmx1024m -XX:MaxPermSize=256m' to give Maven more memory.
-
-Documentation
-=============
-
-The project documentation is available here:
-
-http://olingo.incubator.apache.org/documentation.html
-
-License (see also package specific LICENSE files)
-=================================================
-
-Collective work: Copyright 2013 The Apache Software Foundation.
-
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Dependencies with "Weak Copyleft" or dual licenses
-==================================================
-
-Apache Olingo uses some libraries with open source licenses that require reciprocal
-licensing when modified. These libraries are included in unmodified binary
-form and can be redistributed under terms that are compatible with the
-Apache License.
-
-Some libraries used by Apache Olingo are dual-licensed under different open source
-licenses. These libraries are redistributed under the license whose terms
-are compatible with the Apache License.
-
-See LICENSE file included in all Apache Olingo packages for 
-full licensing details.
-
-

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-lib/odata-annotation/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-annotation/pom.xml b/odata2-lib/odata-annotation/pom.xml
index d6d70c7..269c062 100644
--- a/odata2-lib/odata-annotation/pom.xml
+++ b/odata2-lib/odata-annotation/pom.xml
@@ -24,11 +24,11 @@
 	
 	<parent>
 		<groupId>org.apache.olingo</groupId>
-		<artifactId>olingo.odata2.lib</artifactId>
+		<artifactId>olingo-odata2-lib-incubating</artifactId>
 		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 
-	<artifactId>olingo.odata2.api.annotation</artifactId>
+	<artifactId>olingo-odata2-api-annotation-incubating</artifactId>
 	<name>${project.artifactId}</name>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-lib/odata-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml
index 574b3a3..f0e5f94 100644
--- a/odata2-lib/odata-api/pom.xml
+++ b/odata2-lib/odata-api/pom.xml
@@ -21,13 +21,13 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
-	<artifactId>olingo.odata2.api</artifactId>
+	<artifactId>olingo-odata2-api-incubating</artifactId>
 	<packaging>jar</packaging>
 	<name>${project.artifactId}</name>
 
 	<parent>
 		<groupId>org.apache.olingo</groupId>
-		<artifactId>olingo.odata2.lib</artifactId>
+		<artifactId>olingo-odata2-lib-incubating</artifactId>
     <version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-lib/odata-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml
index 9c99585..4f977af 100644
--- a/odata2-lib/odata-core/pom.xml
+++ b/odata2-lib/odata-core/pom.xml
@@ -21,13 +21,13 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
-	<artifactId>olingo.odata2.core</artifactId>
+	<artifactId>olingo-odata2-core-incubating</artifactId>
 	<packaging>jar</packaging>
 	<name>${project.artifactId}</name>
 
 	<parent>
 		<groupId>org.apache.olingo</groupId>
-		<artifactId>olingo.odata2.lib</artifactId>
+		<artifactId>olingo-odata2-lib-incubating</artifactId>
 		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
@@ -171,7 +171,7 @@
 
 		<dependency>
 			<groupId>org.apache.olingo</groupId>
-			<artifactId>olingo.odata2.api</artifactId>
+			<artifactId>olingo-odata2-api-incubating</artifactId>
 			<version>${project.version}</version>
 		</dependency>
 		<dependency>
@@ -188,7 +188,7 @@
         <!-- Test dependencies -->
         <dependency>
             <groupId>org.apache.olingo</groupId>
-            <artifactId>olingo.odata2.testutil</artifactId>
+            <artifactId>olingo-odata2-testutil-incubating</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-lib/odata-fit/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml
index 77372ca..1c62164 100644
--- a/odata2-lib/odata-fit/pom.xml
+++ b/odata2-lib/odata-fit/pom.xml
@@ -21,13 +21,13 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
-	<artifactId>olingo.odata2.fit</artifactId>
+	<artifactId>olingo-odata2-fit-incubating</artifactId>
 	<packaging>jar</packaging>
 	<name>${project.artifactId}</name>
 
 	<parent>
 		<groupId>org.apache.olingo</groupId>
-		<artifactId>olingo.odata2.lib</artifactId>
+		<artifactId>olingo-odata2-lib-incubating</artifactId>
 		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
@@ -83,7 +83,7 @@
 									<artifactItems>
 										<artifactItem>
 											<groupId>org.apache.olingo</groupId>
-											<artifactId>olingo.odata2.api</artifactId>
+											<artifactId>olingo-odata2-api-incubating</artifactId>
 											<version>${project.version}</version>
 											<outputDirectory>${project.build.directory}/api_dependency</outputDirectory>
 											<overWrite>true</overWrite>
@@ -101,7 +101,7 @@
 									<artifactItems>
 										<artifactItem>
 											<groupId>org.apache.olingo</groupId>
-											<artifactId>olingo.odata2.core</artifactId>
+											<artifactId>olingo-odata2-core-incubating</artifactId>
 											<version>${project.version}</version>
 											<outputDirectory>${project.build.directory}/core_dependency</outputDirectory>
 											<overWrite>true</overWrite>
@@ -119,7 +119,7 @@
 									<artifactItems>
 										<artifactItem>
 											<groupId>org.apache.olingo</groupId>
-											<artifactId>olingo.odata2.ref</artifactId>
+											<artifactId>olingo-odata2-ref-incubating</artifactId>
 											<version>${project.version}</version>
 											<outputDirectory>${project.build.directory}/ref_dependency</outputDirectory>
 											<overWrite>true</overWrite>
@@ -188,17 +188,17 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.olingo</groupId>
-			<artifactId>olingo.odata2.core</artifactId>
+			<artifactId>olingo-odata2-core-incubating</artifactId>
 			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.olingo</groupId>
-			<artifactId>olingo.odata2.ref</artifactId>
+			<artifactId>olingo-odata2-ref-incubating</artifactId>
 			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.olingo</groupId>
-			<artifactId>olingo.odata2.testutil</artifactId>
+			<artifactId>olingo-odata2-testutil-incubating</artifactId>
 			<version>${project.version}</version>
 			<scope>test</scope>
 		</dependency>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-lib/odata-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml
index 3b23be2..fbf419f 100644
--- a/odata2-lib/odata-ref/pom.xml
+++ b/odata2-lib/odata-ref/pom.xml
@@ -21,13 +21,13 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
-	<artifactId>olingo.odata2.ref</artifactId>
+	<artifactId>olingo-odata2-ref-incubating</artifactId>
 	<packaging>jar</packaging>
 	<name>${project.artifactId}</name>
 
 	<parent>
 		<groupId>org.apache.olingo</groupId>
-		<artifactId>olingo.odata2.lib</artifactId>
+		<artifactId>olingo-odata2-lib-incubating</artifactId>
 		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
@@ -76,18 +76,18 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.olingo</groupId>
-			<artifactId>olingo.odata2.api</artifactId>
+			<artifactId>olingo-odata2-api-incubating</artifactId>
 			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.olingo</groupId>
-			<artifactId>olingo.odata2.core</artifactId>
+			<artifactId>olingo-odata2-core-incubating</artifactId>
 			<version>${project.version}</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.olingo</groupId>
-			<artifactId>olingo.odata2.testutil</artifactId>
+			<artifactId>olingo-odata2-testutil-incubating</artifactId>
 			<version>${project.version}</version>
 			<scope>test</scope>
 		</dependency>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-lib/odata-testutil/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-testutil/pom.xml b/odata2-lib/odata-testutil/pom.xml
index aa001a8..6c93d3f 100644
--- a/odata2-lib/odata-testutil/pom.xml
+++ b/odata2-lib/odata-testutil/pom.xml
@@ -21,13 +21,13 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
-	<artifactId>olingo.odata2.testutil</artifactId>
+	<artifactId>olingo-odata2-testutil-incubating</artifactId>
 	<packaging>jar</packaging>
 	<name>${project.artifactId}</name>
 
 	<parent>
 		<groupId>org.apache.olingo</groupId>
-		<artifactId>olingo.odata2.lib</artifactId>
+		<artifactId>olingo-odata2-lib-incubating</artifactId>
 		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
@@ -61,7 +61,7 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.olingo</groupId>
-			<artifactId>olingo.odata2.api</artifactId>
+			<artifactId>olingo-odata2-api-incubating</artifactId>
 			<version>${project.version}</version>
 		</dependency>
 		<dependency>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-lib/odata-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml
index 807f6c0..b0b6f0a 100644
--- a/odata2-lib/odata-web/pom.xml
+++ b/odata2-lib/odata-web/pom.xml
@@ -10,13 +10,13 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>olingo.odata2.ref.web</artifactId>
+    <artifactId>olingo-odata2-ref-web-incubating</artifactId>
     <packaging>war</packaging>
     <name>${project.artifactId}</name>
 
     <parent>
         <groupId>org.apache.olingo</groupId>
-        <artifactId>olingo.odata2.lib</artifactId>
+        <artifactId>olingo-odata2-lib-incubating</artifactId>
         <version>1.1.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
@@ -69,12 +69,12 @@
         </dependency>
         <dependency>
             <groupId>org.apache.olingo</groupId>
-            <artifactId>olingo.odata2.ref</artifactId>
+            <artifactId>olingo-odata2-ref-incubating</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.olingo</groupId>
-            <artifactId>olingo.odata2.core</artifactId>
+            <artifactId>olingo-odata2-core-incubating</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-lib/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml
index 9dbac2e..c522da8 100644
--- a/odata2-lib/pom.xml
+++ b/odata2-lib/pom.xml
@@ -11,13 +11,13 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.olingo</groupId>
-    <artifactId>olingo.odata2.lib</artifactId>
+    <artifactId>olingo-odata2-lib-incubating</artifactId>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
     <parent>
         <groupId>org.apache.olingo</groupId>
-        <artifactId>olingo.odata2.parent</artifactId>
+        <artifactId>olingo-odata2-parent-incubating</artifactId>
         <version>1.1.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-processor-jpa/jpa-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-api/pom.xml b/odata2-processor-jpa/jpa-api/pom.xml
index 121b2b4..d36b8bc 100644
--- a/odata2-processor-jpa/jpa-api/pom.xml
+++ b/odata2-processor-jpa/jpa-api/pom.xml
@@ -23,12 +23,12 @@
 
 	<parent>
 		<groupId>org.apache.olingo</groupId>
-		<artifactId>olingo.odata2.processor-jpa</artifactId>
+		<artifactId>olingo-odata2-processor-jpa-incubating</artifactId>
 		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 
-	<artifactId>olingo.odata2.jpa.processor.api</artifactId>
+	<artifactId>olingo-odata2-jpa-processor-api-incubating</artifactId>
 	<packaging>jar</packaging>
 	<name>${project.artifactId}</name>
 	
@@ -84,7 +84,7 @@
 		<!-- OData Java Library -->
 		<dependency>
 			<groupId>org.apache.olingo</groupId>
-			<artifactId>olingo.odata2.api</artifactId>
+			<artifactId>olingo-odata2-api-incubating</artifactId>
 			<version>${project.version}</version>
 		</dependency>
 	</dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-processor-jpa/jpa-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-core/pom.xml b/odata2-processor-jpa/jpa-core/pom.xml
index 8d142bb..8f63abd 100644
--- a/odata2-processor-jpa/jpa-core/pom.xml
+++ b/odata2-processor-jpa/jpa-core/pom.xml
@@ -23,12 +23,12 @@
 
 	<parent>
 		<groupId>org.apache.olingo</groupId>
-		<artifactId>olingo.odata2.processor-jpa</artifactId>
+		<artifactId>olingo-odata2-processor-jpa-incubating</artifactId>
 		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 
-	<artifactId>olingo.odata2.jpa.processor.core</artifactId>
+	<artifactId>olingo-odata2-jpa-processor-core-incubating</artifactId>
 	<packaging>jar</packaging>
 	<name>${project.artifactId}</name>
 	
@@ -80,7 +80,7 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.olingo</groupId>
-			<artifactId>olingo.odata2.api.annotation</artifactId>
+			<artifactId>olingo-odata2-api-annotation-incubating</artifactId>
 			<version>${project.version}</version>
 		</dependency>
 
@@ -98,12 +98,12 @@
 		<!-- ########################## -->
 		<dependency>
 			<groupId>org.apache.olingo</groupId>
-			<artifactId>olingo.odata2.api</artifactId>
+			<artifactId>olingo-odata2-api-incubating</artifactId>
 			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.olingo</groupId>
-			<artifactId>olingo.odata2.core</artifactId>
+			<artifactId>olingo-odata2-core-incubating</artifactId>
 			<version>${project.version}</version>
 		</dependency>
 
@@ -112,7 +112,7 @@
 		<!-- ########################## -->
 		<dependency>
 			<groupId>org.apache.olingo</groupId>
-			<artifactId>olingo.odata2.jpa.processor.api</artifactId>
+			<artifactId>olingo-odata2-jpa-processor-api-incubating</artifactId>
 			<version>${project.version}</version>
 		</dependency>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-processor-jpa/jpa-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-ref/pom.xml b/odata2-processor-jpa/jpa-ref/pom.xml
index 604e47d..39e67d9 100644
--- a/odata2-processor-jpa/jpa-ref/pom.xml
+++ b/odata2-processor-jpa/jpa-ref/pom.xml
@@ -24,12 +24,12 @@
 
 	<parent>
 		<groupId>org.apache.olingo</groupId>
-		<artifactId>olingo.odata2.processor-jpa</artifactId>
+		<artifactId>olingo-odata2-processor-jpa-incubating</artifactId>
 		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 
-	<artifactId>olingo.odata2.jpa.processor.ref</artifactId>
+	<artifactId>olingo-odata2-jpa-processor-ref-incubating</artifactId>
 	<packaging>jar</packaging>
 	<name>${project.artifactId}</name>
 	
@@ -94,7 +94,7 @@
 		<!-- OData Annotation Support -->
 		<dependency>
 			<groupId>org.apache.olingo</groupId>
-			<artifactId>olingo.odata2.api.annotation</artifactId>
+			<artifactId>olingo-odata2-api-annotation-incubating</artifactId>
 			<version>${project.version}</version>
 		</dependency>
 		

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-processor-jpa/jpa-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-web/pom.xml b/odata2-processor-jpa/jpa-web/pom.xml
index be713f3..f22c371 100644
--- a/odata2-processor-jpa/jpa-web/pom.xml
+++ b/odata2-processor-jpa/jpa-web/pom.xml
@@ -10,13 +10,13 @@
     xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>olingo.odata2.jpa.processor.ref.web</artifactId>
+    <artifactId>olingo-odata2-jpa-processor-ref-web-incubating</artifactId>
     <packaging>war</packaging>
     <name>${project.artifactId}</name>
 
     <parent>
         <groupId>org.apache.olingo</groupId>
-        <artifactId>olingo.odata2.processor-jpa</artifactId>
+        <artifactId>olingo-odata2-processor-jpa-incubating</artifactId>
         <version>1.1.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
@@ -68,27 +68,27 @@
         </dependency>
         <dependency>
             <groupId>org.apache.olingo</groupId>
-            <artifactId>olingo.odata2.core</artifactId>
+            <artifactId>olingo-odata2-core-incubating</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.olingo</groupId>
-            <artifactId>olingo.odata2.api</artifactId>
+            <artifactId>olingo-odata2-api-incubating</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.olingo</groupId>
-            <artifactId>olingo.odata2.jpa.processor.api</artifactId>
+            <artifactId>olingo-odata2-jpa-processor-api-incubating</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.olingo</groupId>
-            <artifactId>olingo.odata2.jpa.processor.core</artifactId>
+            <artifactId>olingo-odata2-jpa-processor-core-incubating</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.olingo</groupId>
-            <artifactId>olingo.odata2.jpa.processor.ref</artifactId>
+            <artifactId>olingo-odata2-jpa-processor-ref-incubating</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/odata2-processor-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/pom.xml b/odata2-processor-jpa/pom.xml
index 0e5ca7a..7e7d7df 100644
--- a/odata2-processor-jpa/pom.xml
+++ b/odata2-processor-jpa/pom.xml
@@ -11,13 +11,13 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.olingo</groupId>
-    <artifactId>olingo.odata2.processor-jpa</artifactId>
+    <artifactId>olingo-odata2-processor-jpa-incubating</artifactId>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
     <parent>
       <groupId>org.apache.olingo</groupId>
-      <artifactId>olingo.odata2.parent</artifactId>
+      <artifactId>olingo-odata2-parent-incubating</artifactId>
       <version>1.1.0-SNAPSHOT</version>
       <relativePath>..</relativePath>
     </parent>

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c716fbdc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 33b59f9..3581f35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,9 +11,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.olingo</groupId>
-    <artifactId>olingo.odata2.parent</artifactId>
+    <artifactId>olingo-odata2-parent-incubating</artifactId>
     <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+    
     <name>${project.artifactId}</name>
 
     <parent>


[3/3] git commit: Issue OLINGO-25 - make release - set version 1.1.0-SNAPSHOT 3nd try

Posted by sk...@apache.org.
Issue OLINGO-25 - make release - set version 1.1.0-SNAPSHOT 3nd try


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/8dca7329
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/8dca7329
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/8dca7329

Branch: refs/heads/master
Commit: 8dca7329d52ee8cb5dd40578b12a6bb6c9fbe174
Parents: eadf3f6
Author: Stephan Klevenz <sk...@apache.org>
Authored: Mon Sep 30 13:03:53 2013 +0200
Committer: Stephan Klevenz <sk...@apache.org>
Committed: Mon Sep 30 13:03:53 2013 +0200

----------------------------------------------------------------------
 odata2-dist/pom.xml                   | 2 +-
 odata2-lib/odata-annotation/pom.xml   | 2 +-
 odata2-lib/odata-api/pom.xml          | 2 +-
 odata2-lib/odata-core/pom.xml         | 2 +-
 odata2-lib/odata-fit/pom.xml          | 2 +-
 odata2-lib/odata-ref/pom.xml          | 2 +-
 odata2-lib/odata-testutil/pom.xml     | 2 +-
 odata2-lib/odata-web/pom.xml          | 2 +-
 odata2-lib/pom.xml                    | 2 +-
 odata2-processor-jpa/jpa-api/pom.xml  | 2 +-
 odata2-processor-jpa/jpa-core/pom.xml | 2 +-
 odata2-processor-jpa/jpa-ref/pom.xml  | 2 +-
 odata2-processor-jpa/jpa-web/pom.xml  | 2 +-
 odata2-processor-jpa/pom.xml          | 2 +-
 pom.xml                               | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8dca7329/odata2-dist/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml
index ae327c5..e97611a 100644
--- a/odata2-dist/pom.xml
+++ b/odata2-dist/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-parent-incubating</artifactId>
-        <version>1.0.0-RC01</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8dca7329/odata2-lib/odata-annotation/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-annotation/pom.xml b/odata2-lib/odata-annotation/pom.xml
index e3b9500..269c062 100644
--- a/odata2-lib/odata-annotation/pom.xml
+++ b/odata2-lib/odata-annotation/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-lib-incubating</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8dca7329/odata2-lib/odata-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml
index 867ede1..f0e5f94 100644
--- a/odata2-lib/odata-api/pom.xml
+++ b/odata2-lib/odata-api/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-lib-incubating</artifactId>
-    <version>1.0.0-RC01</version>
+    <version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8dca7329/odata2-lib/odata-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml
index 26d1b1a..4f977af 100644
--- a/odata2-lib/odata-core/pom.xml
+++ b/odata2-lib/odata-core/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-lib-incubating</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8dca7329/odata2-lib/odata-fit/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml
index eac911c..1c62164 100644
--- a/odata2-lib/odata-fit/pom.xml
+++ b/odata2-lib/odata-fit/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-lib-incubating</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8dca7329/odata2-lib/odata-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml
index a360139..fbf419f 100644
--- a/odata2-lib/odata-ref/pom.xml
+++ b/odata2-lib/odata-ref/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-lib-incubating</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8dca7329/odata2-lib/odata-testutil/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-testutil/pom.xml b/odata2-lib/odata-testutil/pom.xml
index 26845d0..6c93d3f 100644
--- a/odata2-lib/odata-testutil/pom.xml
+++ b/odata2-lib/odata-testutil/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-lib-incubating</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8dca7329/odata2-lib/odata-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml
index 5bd6490..b0b6f0a 100644
--- a/odata2-lib/odata-web/pom.xml
+++ b/odata2-lib/odata-web/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-lib-incubating</artifactId>
-        <version>1.0.0-RC01</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8dca7329/odata2-lib/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml
index 8b56cb8..c522da8 100644
--- a/odata2-lib/pom.xml
+++ b/odata2-lib/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-parent-incubating</artifactId>
-        <version>1.0.0-RC01</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8dca7329/odata2-processor-jpa/jpa-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-api/pom.xml b/odata2-processor-jpa/jpa-api/pom.xml
index 7dbb239..d36b8bc 100644
--- a/odata2-processor-jpa/jpa-api/pom.xml
+++ b/odata2-processor-jpa/jpa-api/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-processor-jpa-incubating</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8dca7329/odata2-processor-jpa/jpa-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-core/pom.xml b/odata2-processor-jpa/jpa-core/pom.xml
index 1ccc85d..8f63abd 100644
--- a/odata2-processor-jpa/jpa-core/pom.xml
+++ b/odata2-processor-jpa/jpa-core/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-processor-jpa-incubating</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8dca7329/odata2-processor-jpa/jpa-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-ref/pom.xml b/odata2-processor-jpa/jpa-ref/pom.xml
index 89d199b..39e67d9 100644
--- a/odata2-processor-jpa/jpa-ref/pom.xml
+++ b/odata2-processor-jpa/jpa-ref/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-processor-jpa-incubating</artifactId>
-		<version>1.0.0-RC01</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8dca7329/odata2-processor-jpa/jpa-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-web/pom.xml b/odata2-processor-jpa/jpa-web/pom.xml
index e3f5d7a..f22c371 100644
--- a/odata2-processor-jpa/jpa-web/pom.xml
+++ b/odata2-processor-jpa/jpa-web/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-processor-jpa-incubating</artifactId>
-        <version>1.0.0-RC01</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8dca7329/odata2-processor-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/pom.xml b/odata2-processor-jpa/pom.xml
index 65091ea..7e7d7df 100644
--- a/odata2-processor-jpa/pom.xml
+++ b/odata2-processor-jpa/pom.xml
@@ -18,7 +18,7 @@
     <parent>
       <groupId>org.apache.olingo</groupId>
       <artifactId>olingo-odata2-parent-incubating</artifactId>
-      <version>1.0.0-RC01</version>
+      <version>1.1.0-SNAPSHOT</version>
       <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/8dca7329/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c07cee8..3581f35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-parent-incubating</artifactId>
-    <version>1.0.0-RC01</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     
     <name>${project.artifactId}</name>


[2/3] git commit: Issue OLINGO-25 - make release - set version 1.0.0-RC01 3nd try

Posted by sk...@apache.org.
Issue OLINGO-25 - make release - set version 1.0.0-RC01 3nd try


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/eadf3f66
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/eadf3f66
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/eadf3f66

Branch: refs/heads/master
Commit: eadf3f660327b137f080a7c9042db165a0dd2455
Parents: c716fbd
Author: Stephan Klevenz <sk...@apache.org>
Authored: Mon Sep 30 13:03:49 2013 +0200
Committer: Stephan Klevenz <sk...@apache.org>
Committed: Mon Sep 30 13:03:49 2013 +0200

----------------------------------------------------------------------
 odata2-dist/pom.xml                   | 2 +-
 odata2-lib/odata-annotation/pom.xml   | 2 +-
 odata2-lib/odata-api/pom.xml          | 2 +-
 odata2-lib/odata-core/pom.xml         | 2 +-
 odata2-lib/odata-fit/pom.xml          | 2 +-
 odata2-lib/odata-ref/pom.xml          | 2 +-
 odata2-lib/odata-testutil/pom.xml     | 2 +-
 odata2-lib/odata-web/pom.xml          | 2 +-
 odata2-lib/pom.xml                    | 2 +-
 odata2-processor-jpa/jpa-api/pom.xml  | 2 +-
 odata2-processor-jpa/jpa-core/pom.xml | 2 +-
 odata2-processor-jpa/jpa-ref/pom.xml  | 2 +-
 odata2-processor-jpa/jpa-web/pom.xml  | 2 +-
 odata2-processor-jpa/pom.xml          | 2 +-
 pom.xml                               | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/eadf3f66/odata2-dist/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml
index e97611a..ae327c5 100644
--- a/odata2-dist/pom.xml
+++ b/odata2-dist/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-parent-incubating</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.0.0-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/eadf3f66/odata2-lib/odata-annotation/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-annotation/pom.xml b/odata2-lib/odata-annotation/pom.xml
index 269c062..e3b9500 100644
--- a/odata2-lib/odata-annotation/pom.xml
+++ b/odata2-lib/odata-annotation/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-lib-incubating</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/eadf3f66/odata2-lib/odata-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml
index f0e5f94..867ede1 100644
--- a/odata2-lib/odata-api/pom.xml
+++ b/odata2-lib/odata-api/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-lib-incubating</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/eadf3f66/odata2-lib/odata-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml
index 4f977af..26d1b1a 100644
--- a/odata2-lib/odata-core/pom.xml
+++ b/odata2-lib/odata-core/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-lib-incubating</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/eadf3f66/odata2-lib/odata-fit/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml
index 1c62164..eac911c 100644
--- a/odata2-lib/odata-fit/pom.xml
+++ b/odata2-lib/odata-fit/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-lib-incubating</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/eadf3f66/odata2-lib/odata-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml
index fbf419f..a360139 100644
--- a/odata2-lib/odata-ref/pom.xml
+++ b/odata2-lib/odata-ref/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-lib-incubating</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/eadf3f66/odata2-lib/odata-testutil/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-testutil/pom.xml b/odata2-lib/odata-testutil/pom.xml
index 6c93d3f..26845d0 100644
--- a/odata2-lib/odata-testutil/pom.xml
+++ b/odata2-lib/odata-testutil/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-lib-incubating</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/eadf3f66/odata2-lib/odata-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml
index b0b6f0a..5bd6490 100644
--- a/odata2-lib/odata-web/pom.xml
+++ b/odata2-lib/odata-web/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-lib-incubating</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.0.0-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/eadf3f66/odata2-lib/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml
index c522da8..8b56cb8 100644
--- a/odata2-lib/pom.xml
+++ b/odata2-lib/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-parent-incubating</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.0.0-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/eadf3f66/odata2-processor-jpa/jpa-api/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-api/pom.xml b/odata2-processor-jpa/jpa-api/pom.xml
index d36b8bc..7dbb239 100644
--- a/odata2-processor-jpa/jpa-api/pom.xml
+++ b/odata2-processor-jpa/jpa-api/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-processor-jpa-incubating</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>../</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/eadf3f66/odata2-processor-jpa/jpa-core/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-core/pom.xml b/odata2-processor-jpa/jpa-core/pom.xml
index 8f63abd..1ccc85d 100644
--- a/odata2-processor-jpa/jpa-core/pom.xml
+++ b/odata2-processor-jpa/jpa-core/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-processor-jpa-incubating</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>../</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/eadf3f66/odata2-processor-jpa/jpa-ref/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-ref/pom.xml b/odata2-processor-jpa/jpa-ref/pom.xml
index 39e67d9..89d199b 100644
--- a/odata2-processor-jpa/jpa-ref/pom.xml
+++ b/odata2-processor-jpa/jpa-ref/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.olingo</groupId>
 		<artifactId>olingo-odata2-processor-jpa-incubating</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/eadf3f66/odata2-processor-jpa/jpa-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-web/pom.xml b/odata2-processor-jpa/jpa-web/pom.xml
index f22c371..e3f5d7a 100644
--- a/odata2-processor-jpa/jpa-web/pom.xml
+++ b/odata2-processor-jpa/jpa-web/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-processor-jpa-incubating</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.0.0-RC01</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/eadf3f66/odata2-processor-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/pom.xml b/odata2-processor-jpa/pom.xml
index 7e7d7df..65091ea 100644
--- a/odata2-processor-jpa/pom.xml
+++ b/odata2-processor-jpa/pom.xml
@@ -18,7 +18,7 @@
     <parent>
       <groupId>org.apache.olingo</groupId>
       <artifactId>olingo-odata2-parent-incubating</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.0.0-RC01</version>
       <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/eadf3f66/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3581f35..c07cee8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-parent-incubating</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.0.0-RC01</version>
     <packaging>pom</packaging>
     
     <name>${project.artifactId}</name>