You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2008/06/16 21:24:33 UTC

svn commit: r668267 - /servicemix/components/engines/servicemix-bean/trunk/pom.xml

Author: chirino
Date: Mon Jun 16 12:24:33 2008
New Revision: 668267

URL: http://svn.apache.org/viewvc?rev=668267&view=rev
Log:
Checking in missed file.

Added:
    servicemix/components/engines/servicemix-bean/trunk/pom.xml

Added: servicemix/components/engines/servicemix-bean/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-bean/trunk/pom.xml?rev=668267&view=auto
==============================================================================
--- servicemix/components/engines/servicemix-bean/trunk/pom.xml (added)
+++ servicemix/components/engines/servicemix-bean/trunk/pom.xml Mon Jun 16 12:24:33 2008
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+<!--
+
+    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.
+-->
+  <modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>components-pom</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.servicemix</groupId>
+  <artifactId>servicemix-bean-pom</artifactId>
+  <version>3.3-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  
+  <name>ServiceMix :: Bean POM</name>
+  <description>Used to build the Bean component and it's Maven Archetypes</description>
+
+  <prerequisites>
+    <maven>2.0.6</maven>
+  </prerequisites>
+  
+   <properties>
+    <servicemix-version>3.2.1</servicemix-version>
+  </properties>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-bean/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-bean/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/servicemix/components/engines/servicemix-bean/trunk</url>
+  </scm>
+
+  <modules>
+    <module>servicemix-bean</module>
+    <module>servicemix-bean-service-unit</module>
+  </modules>
+
+</project>