Author: reto
Date: Wed Oct 23 14:04:47 2013
New Revision: 1535034

URL: http://svn.apache.org/r1535034
Log:
STANBOL-1184: updated version numbers

Modified:
    stanbol/trunk/development/archetypes/enhancement-engine/pom.xml
    
stanbol/trunk/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/pom.xml
    stanbol/trunk/development/archetypes/statefull-webmodule/pom.xml
    
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml
    stanbol/trunk/development/archetypes/stateless-webmodule/pom.xml
    
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/pom.xml

Modified: stanbol/trunk/development/archetypes/enhancement-engine/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/enhancement-engine/pom.xml?rev=1535034&r1=1535033&r2=1535034&view=diff
==============================================================================
--- stanbol/trunk/development/archetypes/enhancement-engine/pom.xml (original)
+++ stanbol/trunk/development/archetypes/enhancement-engine/pom.xml Wed Oct 23 
14:04:47 2013
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
   <groupId>org.apache.stanbol</groupId>
   <artifactId>enhancer-engine-archetype</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   
   <packaging>maven-archetype</packaging>
 

Modified: 
stanbol/trunk/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/pom.xml?rev=1535034&r1=1535033&r2=1535034&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
stanbol/trunk/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/pom.xml
 Wed Oct 23 14:04:47 2013
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.scr.annotations</artifactId>
-      <version>1.7.0</version>
+      <version>1.9.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
@@ -48,7 +48,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-scr-plugin</artifactId>
-        <version>1.9.0</version>
+        <version>1.12.0</version>
         <executions>
           <execution>
             <id>generate-scr-scrdescriptor</id>

Modified: stanbol/trunk/development/archetypes/statefull-webmodule/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/statefull-webmodule/pom.xml?rev=1535034&r1=1535033&r2=1535034&view=diff
==============================================================================
--- stanbol/trunk/development/archetypes/statefull-webmodule/pom.xml (original)
+++ stanbol/trunk/development/archetypes/statefull-webmodule/pom.xml Wed Oct 23 
14:04:47 2013
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.apache.stanbol</groupId>
         <artifactId>stanbol-parent</artifactId>
-        <version>4-SNAPSHOT</version>
+        <version>5-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.stanbol</groupId>
     <artifactId>statefull-webmodule-archetype</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
 
     <name>Apache Stanbol Statefull Webmodule Archetype</name>

Modified: 
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml?rev=1535034&r1=1535033&r2=1535034&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml
 Wed Oct 23 14:04:47 2013
@@ -21,7 +21,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-scr-plugin</artifactId>
-                <version>1.9.0</version>
+                <version>1.12.0</version>
                 <executions>
                     <execution>
                         <id>generate-scr-scrdescriptor</id>
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.commons.web.base</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.stanbol</groupId>
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.commons.web.viewable</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.stanbol</groupId>
@@ -84,7 +84,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.utils</artifactId>
-            <version>0.7</version>
+            <version>0.8</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -94,7 +94,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
-            <version>1.7.0</version>
+            <version>1.9.2</version>
         </dependency>
     </dependencies>
     

Modified: stanbol/trunk/development/archetypes/stateless-webmodule/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/pom.xml?rev=1535034&r1=1535033&r2=1535034&view=diff
==============================================================================
--- stanbol/trunk/development/archetypes/stateless-webmodule/pom.xml (original)
+++ stanbol/trunk/development/archetypes/stateless-webmodule/pom.xml Wed Oct 23 
14:04:47 2013
@@ -16,60 +16,60 @@
    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";>
-  <modelVersion>4.0.0</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
 
-      <parent>
+    <parent>
         <groupId>org.apache.stanbol</groupId>
         <artifactId>stanbol-parent</artifactId>
-        <version>4-SNAPSHOT</version>
+        <version>5-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stateless-webmodule-archetype</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
-  <packaging>maven-archetype</packaging>
+    <version>1.0.0-SNAPSHOT</version>
+    <packaging>maven-archetype</packaging>
 
-  <name>Apache Stanbol Stateles Webmodule Archetype</name>
+    <name>Apache Stanbol Stateles Webmodule Archetype</name>
   
-  <!-- don't add line breaks to the description as archetype:generate only 
shows one line -->
-  <description>Archetype for a project that allows posting files and shows the 
computed enhancements.</description>
+    <!-- don't add line breaks to the description as archetype:generate only 
shows one line -->
+    <description>Archetype for a project that allows posting files and shows 
the computed enhancements.</description>
 
 
-  <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.archetype</groupId>
-        <artifactId>archetype-packaging</artifactId>
-        <version>2.2</version>
-      </extension>
-    </extensions>
-
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-archetype-plugin</artifactId>
-          <version>2.2</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-
-    <plugins>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <!-- AL20 License -->
-            <exclude>src/license/THIRD-PARTY.properties</exclude>
+    <build>
+        <extensions>
+            <extension>
+                <groupId>org.apache.maven.archetype</groupId>
+                <artifactId>archetype-packaging</artifactId>
+                <version>2.2</version>
+            </extension>
+        </extensions>
+
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <artifactId>maven-archetype-plugin</artifactId>
+                    <version>2.2</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+
+        <plugins>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <!-- AL20 License -->
+                        <exclude>src/license/THIRD-PARTY.properties</exclude>
             
-            <exclude>src/test/resources/projects/basic/goal.txt</exclude>
-            
<exclude>src/main/resources/archetype-resources/src/main/resources/META-INF/graphs/recipes/Enhancements.ttl</exclude>
-          </excludes>
-        </configuration>
-      </plugin>      
+                        
<exclude>src/test/resources/projects/basic/goal.txt</exclude>
+                        
<exclude>src/main/resources/archetype-resources/src/main/resources/META-INF/graphs/recipes/Enhancements.ttl</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>      
 
-    </plugins>
-  </build>
+        </plugins>
+    </build>
 
 </project>

Modified: 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/pom.xml?rev=1535034&r1=1535033&r2=1535034&view=diff
==============================================================================
--- 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/pom.xml
 Wed Oct 23 14:04:47 2013
@@ -1,20 +1,20 @@
 <?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.
--->
+<!--
+  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>
   
@@ -37,7 +37,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-scr-plugin</artifactId>
-        <version>1.9.0</version>
+        <version>1.12.0</version>
         <executions>
           <execution>
             <id>generate-scr-scrdescriptor</id>
@@ -60,7 +60,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.base</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.viewable</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -95,12 +95,12 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.scr.annotations</artifactId>
-      <version>1.7.0</version>
+      <version>1.9.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>jaxrs.utils</artifactId>
-      <version>0.7</version>
+      <version>0.8</version>
     </dependency>
   </dependencies>
 </project>


Reply via email to