You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2010/07/16 13:11:32 UTC

svn commit: r964760 - in /servicemix/m2-repo/org/apache/aries/aries: ./ 0.1-r964701/ 0.1-r964701/aries-0.1-r964701.pom maven-metadata-local.xml

Author: gnodet
Date: Fri Jul 16 11:11:31 2010
New Revision: 964760

URL: http://svn.apache.org/viewvc?rev=964760&view=rev
Log:
Add aries timestamped version

Added:
    servicemix/m2-repo/org/apache/aries/aries/
    servicemix/m2-repo/org/apache/aries/aries/0.1-r964701/
    servicemix/m2-repo/org/apache/aries/aries/0.1-r964701/aries-0.1-r964701.pom
    servicemix/m2-repo/org/apache/aries/aries/maven-metadata-local.xml

Added: servicemix/m2-repo/org/apache/aries/aries/0.1-r964701/aries-0.1-r964701.pom
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/aries/aries/0.1-r964701/aries-0.1-r964701.pom?rev=964760&view=auto
==============================================================================
--- servicemix/m2-repo/org/apache/aries/aries/0.1-r964701/aries-0.1-r964701.pom (added)
+++ servicemix/m2-repo/org/apache/aries/aries/0.1-r964701/aries-0.1-r964701.pom Fri Jul 16 11:11:31 2010
@@ -0,0 +1,66 @@
+<?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>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>6</version>
+    </parent>
+
+    <!-- This pom is for convenience in building several aries subprojects at once.
+     Do not try to use it to deploy or release.-->
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.aries</groupId>
+    <artifactId>aries</artifactId>
+    <name>Apache Aries</name>
+    <version>0.1-r964701</version>
+    <packaging>pom</packaging>
+
+    <modules>
+        <module>parent</module>
+        <module>eba-maven-plugin</module>
+        <module>testsupport</module>
+        <module>util</module>
+        <module>blueprint</module>
+        <module>jndi</module>
+        <module>transaction</module>
+        <module>web</module>
+        <module>application</module>
+        <module>jmx</module>
+        <module>jpa</module>
+        <module>spi-fly</module>
+        <module>samples</module>
+    </modules>
+
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>

Added: servicemix/m2-repo/org/apache/aries/aries/maven-metadata-local.xml
URL: http://svn.apache.org/viewvc/servicemix/m2-repo/org/apache/aries/aries/maven-metadata-local.xml?rev=964760&view=auto
==============================================================================
--- servicemix/m2-repo/org/apache/aries/aries/maven-metadata-local.xml (added)
+++ servicemix/m2-repo/org/apache/aries/aries/maven-metadata-local.xml Fri Jul 16 11:11:31 2010
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.aries</groupId>
+  <artifactId>aries</artifactId>
+  <version>0.1-20100716</version>
+  <versioning>
+    <versions>
+      <version>0.1-20100716</version>
+      <version>0.1-r964701</version>
+    </versions>
+    <lastUpdated>20100716100522</lastUpdated>
+  </versioning>
+</metadata>