You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2013/11/26 01:49:50 UTC

svn commit: r1545477 - in /incubator/sirona/trunk: ./ agent/ agent/javaagent/ agent/performance/ agent/performance/aop/ agent/performance/aspectj/ agent/performance/cdi/ agent/performance/jaxrs/ agent/performance/jaxrs/cxf/ agent/performance/jaxrs/jaxr...

Author: olamy
Date: Tue Nov 26 00:49:49 2013
New Revision: 1545477

URL: http://svn.apache.org/r1545477
Log:
[maven-release-plugin] prepare release sirona-0.1-incubating

Modified:
    incubator/sirona/trunk/agent/javaagent/pom.xml
    incubator/sirona/trunk/agent/performance/aop/pom.xml
    incubator/sirona/trunk/agent/performance/aspectj/pom.xml
    incubator/sirona/trunk/agent/performance/cdi/pom.xml
    incubator/sirona/trunk/agent/performance/jaxrs/cxf/pom.xml
    incubator/sirona/trunk/agent/performance/jaxrs/jaxrs2/pom.xml
    incubator/sirona/trunk/agent/performance/jaxrs/pom.xml
    incubator/sirona/trunk/agent/performance/jdbc/pom.xml
    incubator/sirona/trunk/agent/performance/jpa/pom.xml
    incubator/sirona/trunk/agent/performance/jta/pom.xml
    incubator/sirona/trunk/agent/performance/pom.xml
    incubator/sirona/trunk/agent/performance/spring/pom.xml
    incubator/sirona/trunk/agent/performance/web/pom.xml
    incubator/sirona/trunk/agent/pom.xml
    incubator/sirona/trunk/agent/pull/pom.xml
    incubator/sirona/trunk/agent/store/cube/pom.xml
    incubator/sirona/trunk/agent/store/graphite/pom.xml
    incubator/sirona/trunk/agent/store/pom.xml
    incubator/sirona/trunk/core/pom.xml
    incubator/sirona/trunk/plugins/api/pom.xml
    incubator/sirona/trunk/plugins/ehcache/agent/pom.xml
    incubator/sirona/trunk/plugins/ehcache/pom.xml
    incubator/sirona/trunk/plugins/hazelcast/agent/pom.xml
    incubator/sirona/trunk/plugins/hazelcast/gui/pom.xml
    incubator/sirona/trunk/plugins/hazelcast/pom.xml
    incubator/sirona/trunk/plugins/pom.xml
    incubator/sirona/trunk/plugins/tomee/agent/pom.xml
    incubator/sirona/trunk/plugins/tomee/pom.xml
    incubator/sirona/trunk/pom.xml
    incubator/sirona/trunk/server/collector/pom.xml
    incubator/sirona/trunk/server/pom.xml
    incubator/sirona/trunk/server/reporting/pom.xml
    incubator/sirona/trunk/server/store/cassandra/pom.xml
    incubator/sirona/trunk/server/store/pom.xml

Modified: incubator/sirona/trunk/agent/javaagent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/javaagent/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/javaagent/pom.xml (original)
+++ incubator/sirona/trunk/agent/javaagent/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-agent</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/agent/performance/aop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/performance/aop/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/performance/aop/pom.xml (original)
+++ incubator/sirona/trunk/agent/performance/aop/pom.xml Tue Nov 26 00:49:49 2013
@@ -1,47 +1,46 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>sirona-performance</artifactId>
-    <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>sirona-aop</artifactId>
-  <name>Apache Sirona Incubator :: Agent :: Performance :: AOP</name>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.sirona</groupId>
-      <artifactId>sirona-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-proxy</artifactId>
-      <version>1.0</version>
-    </dependency>
-
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>sirona-performance</artifactId>
+    <groupId>org.apache.sirona</groupId>
+    <version>0.1-incubating</version>
+  </parent>
+
+  <artifactId>sirona-aop</artifactId>
+  <name>Apache Sirona Incubator :: Agent :: Performance :: AOP</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.sirona</groupId>
+      <artifactId>sirona-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-proxy</artifactId>
+      <version>1.0</version>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Modified: incubator/sirona/trunk/agent/performance/aspectj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/performance/aspectj/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/performance/aspectj/pom.xml (original)
+++ incubator/sirona/trunk/agent/performance/aspectj/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-performance</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/agent/performance/cdi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/performance/cdi/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/performance/cdi/pom.xml (original)
+++ incubator/sirona/trunk/agent/performance/cdi/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-performance</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/agent/performance/jaxrs/cxf/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/performance/jaxrs/cxf/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/performance/jaxrs/cxf/pom.xml (original)
+++ incubator/sirona/trunk/agent/performance/jaxrs/cxf/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,14 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>sirona-jaxrs</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <artifactId>sirona-jaxrs-cxf-26</artifactId>

Modified: incubator/sirona/trunk/agent/performance/jaxrs/jaxrs2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/performance/jaxrs/jaxrs2/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/performance/jaxrs/jaxrs2/pom.xml (original)
+++ incubator/sirona/trunk/agent/performance/jaxrs/jaxrs2/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,14 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>sirona-jaxrs</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <artifactId>sirona-jaxrs2</artifactId>

Modified: incubator/sirona/trunk/agent/performance/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/performance/jaxrs/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/performance/jaxrs/pom.xml (original)
+++ incubator/sirona/trunk/agent/performance/jaxrs/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,14 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>sirona-performance</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <artifactId>sirona-jaxrs</artifactId>

Modified: incubator/sirona/trunk/agent/performance/jdbc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/performance/jdbc/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/performance/jdbc/pom.xml (original)
+++ incubator/sirona/trunk/agent/performance/jdbc/pom.xml Tue Nov 26 00:49:49 2013
@@ -1,44 +1,43 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <artifactId>sirona-performance</artifactId>
-    <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>sirona-jdbc</artifactId>
-  <name>Apache Sirona Incubator :: Agent :: Performance :: JDBC</name>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.sirona</groupId>
-      <artifactId>sirona-core</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.hsqldb</groupId>
-      <artifactId>hsqldb</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-  </dependencies>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <artifactId>sirona-performance</artifactId>
+    <groupId>org.apache.sirona</groupId>
+    <version>0.1-incubating</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>sirona-jdbc</artifactId>
+  <name>Apache Sirona Incubator :: Agent :: Performance :: JDBC</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.sirona</groupId>
+      <artifactId>sirona-core</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.hsqldb</groupId>
+      <artifactId>hsqldb</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+  </dependencies>
 </project>
\ No newline at end of file

Modified: incubator/sirona/trunk/agent/performance/jpa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/performance/jpa/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/performance/jpa/pom.xml (original)
+++ incubator/sirona/trunk/agent/performance/jpa/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,14 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>sirona-performance</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <artifactId>sirona-jpa</artifactId>

Modified: incubator/sirona/trunk/agent/performance/jta/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/performance/jta/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/performance/jta/pom.xml (original)
+++ incubator/sirona/trunk/agent/performance/jta/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-performance</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/agent/performance/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/performance/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/performance/pom.xml (original)
+++ incubator/sirona/trunk/agent/performance/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-agent</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/agent/performance/spring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/performance/spring/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/performance/spring/pom.xml (original)
+++ incubator/sirona/trunk/agent/performance/spring/pom.xml Tue Nov 26 00:49:49 2013
@@ -1,73 +1,72 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>sirona-performance</artifactId>
-    <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>sirona-spring</artifactId>
-  <name>Apache Sirona Incubator :: Agent :: Performance :: Spring Integration</name>
-
-  <properties>
-    <spring.version>3.2.5.RELEASE</spring.version>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <version>${spring.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.sirona</groupId>
-      <artifactId>sirona-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.sirona</groupId>
-      <artifactId>sirona-aop</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>aopalliance</groupId>
-      <artifactId>aopalliance</artifactId>
-      <version>1.0</version>
-      <optional>true</optional>
-    </dependency>
-
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <version>${spring.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-test</artifactId>
-      <version>${spring.version}</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>sirona-performance</artifactId>
+    <groupId>org.apache.sirona</groupId>
+    <version>0.1-incubating</version>
+  </parent>
+
+  <artifactId>sirona-spring</artifactId>
+  <name>Apache Sirona Incubator :: Agent :: Performance :: Spring Integration</name>
+
+  <properties>
+    <spring.version>3.2.5.RELEASE</spring.version>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-aop</artifactId>
+      <version>${spring.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sirona</groupId>
+      <artifactId>sirona-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sirona</groupId>
+      <artifactId>sirona-aop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>aopalliance</groupId>
+      <artifactId>aopalliance</artifactId>
+      <version>1.0</version>
+      <optional>true</optional>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-context</artifactId>
+      <version>${spring.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-test</artifactId>
+      <version>${spring.version}</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>
\ No newline at end of file

Modified: incubator/sirona/trunk/agent/performance/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/performance/web/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/performance/web/pom.xml (original)
+++ incubator/sirona/trunk/agent/performance/web/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-performance</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/agent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/pom.xml (original)
+++ incubator/sirona/trunk/agent/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/agent/pull/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/pull/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/pull/pom.xml (original)
+++ incubator/sirona/trunk/agent/pull/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-agent</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/agent/store/cube/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/store/cube/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/store/cube/pom.xml (original)
+++ incubator/sirona/trunk/agent/store/cube/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-agent-store</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/agent/store/graphite/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/store/graphite/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/store/graphite/pom.xml (original)
+++ incubator/sirona/trunk/agent/store/graphite/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-agent-store</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/agent/store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/store/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/store/pom.xml (original)
+++ incubator/sirona/trunk/agent/store/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-agent</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/core/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/core/pom.xml (original)
+++ incubator/sirona/trunk/core/pom.xml Tue Nov 26 00:49:49 2013
@@ -1,46 +1,44 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
-                    http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.sirona</groupId>
-    <artifactId>sirona</artifactId>
-    <version>0.1-incubating-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>sirona-core</artifactId>
-  <packaging>jar</packaging>
-  <name>Apache Sirona Incubator :: Core</name>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-math3</artifactId>
-      <version>3.2</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0                     http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.sirona</groupId>
+    <artifactId>sirona</artifactId>
+    <version>0.1-incubating</version>
+  </parent>
+
+  <artifactId>sirona-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Sirona Incubator :: Core</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+      <version>3.2</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>

Modified: incubator/sirona/trunk/plugins/api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/plugins/api/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/plugins/api/pom.xml (original)
+++ incubator/sirona/trunk/plugins/api/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-plugins</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/plugins/ehcache/agent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/plugins/ehcache/agent/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/plugins/ehcache/agent/pom.xml (original)
+++ incubator/sirona/trunk/plugins/ehcache/agent/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-ehcache</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/plugins/ehcache/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/plugins/ehcache/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/plugins/ehcache/pom.xml (original)
+++ incubator/sirona/trunk/plugins/ehcache/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-plugins</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/plugins/hazelcast/agent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/plugins/hazelcast/agent/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/plugins/hazelcast/agent/pom.xml (original)
+++ incubator/sirona/trunk/plugins/hazelcast/agent/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-hazelcast</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/plugins/hazelcast/gui/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/plugins/hazelcast/gui/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/plugins/hazelcast/gui/pom.xml (original)
+++ incubator/sirona/trunk/plugins/hazelcast/gui/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-hazelcast</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/plugins/hazelcast/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/plugins/hazelcast/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/plugins/hazelcast/pom.xml (original)
+++ incubator/sirona/trunk/plugins/hazelcast/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-plugins</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/plugins/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/plugins/pom.xml (original)
+++ incubator/sirona/trunk/plugins/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <groupId>org.apache.sirona</groupId>
     <artifactId>sirona</artifactId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/plugins/tomee/agent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/plugins/tomee/agent/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/plugins/tomee/agent/pom.xml (original)
+++ incubator/sirona/trunk/plugins/tomee/agent/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-tomee</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/plugins/tomee/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/plugins/tomee/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/plugins/tomee/pom.xml (original)
+++ incubator/sirona/trunk/plugins/tomee/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-plugins</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/pom.xml (original)
+++ incubator/sirona/trunk/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,9 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
-                    http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0                     http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -28,7 +26,7 @@
 
   <groupId>org.apache.sirona</groupId>
   <artifactId>sirona</artifactId>
-  <version>0.1-incubating-SNAPSHOT</version>
+  <version>0.1-incubating</version>
   <packaging>pom</packaging>
   <name>Apache Sirona Incubator</name>
   <url>http://sirona.incubator.apache.org/docs/${project.version}</url>
@@ -132,9 +130,9 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sirona/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sirona/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/sirona/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sirona/tags/sirona-0.1-incubating</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sirona/tags/sirona-0.1-incubating</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/sirona/tags/sirona-0.1-incubating</url>
   </scm>
 
   <ciManagement>

Modified: incubator/sirona/trunk/server/collector/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/collector/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/server/collector/pom.xml (original)
+++ incubator/sirona/trunk/server/collector/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-server</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/server/pom.xml (original)
+++ incubator/sirona/trunk/server/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/server/reporting/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/reporting/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/server/reporting/pom.xml (original)
+++ incubator/sirona/trunk/server/reporting/pom.xml Tue Nov 26 00:49:49 2013
@@ -1,176 +1,175 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>sirona-server</artifactId>
-    <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>sirona-reporting</artifactId>
-  <name>Apache Sirona Incubator :: Server :: Reporting</name>
-  <packaging>war</packaging>
-
-  <properties>
-    <tomcatRunPort>8080</tomcatRunPort>
-    <tomcatRunPath>/sirona</tomcatRunPath>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-servlet_3.0_spec</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.sirona</groupId>
-      <artifactId>sirona-core</artifactId>
-      <scope>provided</scope> <!-- using to put it in the container to get JDBC monitoring and deploy the webapp -->
-    </dependency>
-    <dependency>
-      <groupId>org.apache.sirona</groupId>
-      <artifactId>sirona-plugins-api</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.sirona</groupId>
-      <artifactId>sirona-web</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-lang3</artifactId>
-      <version>3.1</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-codec</groupId>
-      <artifactId>commons-codec</artifactId>
-      <version>1.8</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.velocity</groupId>
-      <artifactId>velocity</artifactId>
-      <version>1.7</version>
-    </dependency>
-
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.shrinkwrap.descriptors</groupId>
-      <artifactId>shrinkwrap-descriptors-impl-javaee</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.shrinkwrap.resolver</groupId>
-      <artifactId>shrinkwrap-resolver-impl-maven</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.arquillian.junit</groupId>
-      <artifactId>arquillian-junit-container</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.arquillian.protocol</groupId>
-      <artifactId>arquillian-protocol-servlet</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.arquillian.container</groupId>
-      <artifactId>arquillian-tomcat-embedded-7</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tomcat.embed</groupId>
-      <artifactId>tomcat-embed-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tomcat.embed</groupId>
-      <artifactId>tomcat-embed-jasper</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tomcat.embed</groupId>
-      <artifactId>tomcat-embed-logging-juli</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.jdt.core.compiler</groupId>
-      <artifactId>ecj</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>net.sourceforge.htmlunit</groupId>
-      <artifactId>htmlunit</artifactId>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <testResources>
-      <testResource>
-        <directory>src/test/resources</directory>
-        <filtering>true</filtering>
-      </testResource>
-    </testResources>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.tomcat.maven</groupId>
-        <artifactId>tomcat7-maven-plugin</artifactId>
-        <version>2.2</version>
-        <configuration>
-          <port>${tomcatRunPort}</port>
-          <path>${tomcatRunPath}</path>
-        </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.sirona</groupId>
-            <artifactId>sirona-core</artifactId>
-            <version>${project.version}</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>reserve-http-port</id>
-            <phase>generate-test-resources</phase>
-            <goals>
-              <goal>reserve-network-port</goal>
-            </goals>
-            <configuration>
-              <portNames>
-                <portName>tomcat.http</portName>
-              </portNames>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <configuration>
-            <systemPropertyVariables>
-              <arquillian.launch>tomcat7</arquillian.launch>
-            </systemPropertyVariables>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>sirona-server</artifactId>
+    <groupId>org.apache.sirona</groupId>
+    <version>0.1-incubating</version>
+  </parent>
+
+  <artifactId>sirona-reporting</artifactId>
+  <name>Apache Sirona Incubator :: Server :: Reporting</name>
+  <packaging>war</packaging>
+
+  <properties>
+    <tomcatRunPort>8080</tomcatRunPort>
+    <tomcatRunPath>/sirona</tomcatRunPath>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-servlet_3.0_spec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sirona</groupId>
+      <artifactId>sirona-core</artifactId>
+      <scope>provided</scope> <!-- using to put it in the container to get JDBC monitoring and deploy the webapp -->
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sirona</groupId>
+      <artifactId>sirona-plugins-api</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sirona</groupId>
+      <artifactId>sirona-web</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.8</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity</artifactId>
+      <version>1.7</version>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.shrinkwrap.descriptors</groupId>
+      <artifactId>shrinkwrap-descriptors-impl-javaee</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.shrinkwrap.resolver</groupId>
+      <artifactId>shrinkwrap-resolver-impl-maven</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.arquillian.junit</groupId>
+      <artifactId>arquillian-junit-container</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.arquillian.protocol</groupId>
+      <artifactId>arquillian-protocol-servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.arquillian.container</groupId>
+      <artifactId>arquillian-tomcat-embedded-7</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat.embed</groupId>
+      <artifactId>tomcat-embed-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat.embed</groupId>
+      <artifactId>tomcat-embed-jasper</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat.embed</groupId>
+      <artifactId>tomcat-embed-logging-juli</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt.core.compiler</groupId>
+      <artifactId>ecj</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.sourceforge.htmlunit</groupId>
+      <artifactId>htmlunit</artifactId>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <testResources>
+      <testResource>
+        <directory>src/test/resources</directory>
+        <filtering>true</filtering>
+      </testResource>
+    </testResources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.tomcat.maven</groupId>
+        <artifactId>tomcat7-maven-plugin</artifactId>
+        <version>2.2</version>
+        <configuration>
+          <port>${tomcatRunPort}</port>
+          <path>${tomcatRunPath}</path>
+        </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.sirona</groupId>
+            <artifactId>sirona-core</artifactId>
+            <version>${project.version}</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>reserve-http-port</id>
+            <phase>generate-test-resources</phase>
+            <goals>
+              <goal>reserve-network-port</goal>
+            </goals>
+            <configuration>
+              <portNames>
+                <portName>tomcat.http</portName>
+              </portNames>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <systemPropertyVariables>
+              <arquillian.launch>tomcat7</arquillian.launch>
+            </systemPropertyVariables>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+</project>

Modified: incubator/sirona/trunk/server/store/cassandra/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/store/cassandra/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/server/store/cassandra/pom.xml (original)
+++ incubator/sirona/trunk/server/store/cassandra/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,13 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>sirona-collector-store</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/sirona/trunk/server/store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/store/pom.xml?rev=1545477&r1=1545476&r2=1545477&view=diff
==============================================================================
--- incubator/sirona/trunk/server/store/pom.xml (original)
+++ incubator/sirona/trunk/server/store/pom.xml Tue Nov 26 00:49:49 2013
@@ -15,14 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>sirona-server</artifactId>
     <groupId>org.apache.sirona</groupId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
   </parent>
 
   <artifactId>sirona-collector-store</artifactId>