Author: vanto
Date: Fri Jun 18 21:27:04 2010
New Revision: 956134

URL: http://svn.apache.org/viewvc?rev=956134&view=rev
Log:
satisfying maven-repository-plugin

Modified:
    ode/trunk/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml
    ode/trunk/distro/src/examples-jbi/maven2/ping-pong/pom.xml
    ode/trunk/pom.xml

Modified: ode/trunk/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml
URL: 
http://svn.apache.org/viewvc/ode/trunk/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml?rev=956134&r1=956133&r2=956134&view=diff
==============================================================================
--- ode/trunk/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml (original)
+++ ode/trunk/distro/src/examples-jbi/maven2/ping-pong-osgi/pom.xml Fri Jun 18 
21:27:04 2010
@@ -23,9 +23,14 @@
   <groupId>org.apache.ode.examples</groupId>
   <artifactId>ping-pong-bundle</artifactId>
   <name>ODE :: Examples :: Ping Pong OSGi</name>
-  <version>1.3.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
+  <parent>
+    <groupId>org.apache.ode</groupId>
+    <artifactId>ode</artifactId>
+    <version>1.3.5-SNAPSHOT</version>
+  </parent>
+
   <build>
     <plugins>
       <plugin>

Modified: ode/trunk/distro/src/examples-jbi/maven2/ping-pong/pom.xml
URL: 
http://svn.apache.org/viewvc/ode/trunk/distro/src/examples-jbi/maven2/ping-pong/pom.xml?rev=956134&r1=956133&r2=956134&view=diff
==============================================================================
--- ode/trunk/distro/src/examples-jbi/maven2/ping-pong/pom.xml (original)
+++ ode/trunk/distro/src/examples-jbi/maven2/ping-pong/pom.xml Fri Jun 18 
21:27:04 2010
@@ -22,6 +22,7 @@
   <groupId>org.apache.ode.ping-pong</groupId>
   <artifactId>pom</artifactId>
   <packaging>pom</packaging>
+  <description>Apache ODE Ping-Pong Example (JBI)</description>
   <version>1.0.0</version>
 
   <properties>

Modified: ode/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/ode/trunk/pom.xml?rev=956134&r1=956133&r2=956134&view=diff
==============================================================================
--- ode/trunk/pom.xml (original)
+++ ode/trunk/pom.xml Fri Jun 18 21:27:04 2010
@@ -3,6 +3,7 @@
     <groupId>org.apache.ode</groupId>
     <artifactId>ode</artifactId>
     <name>ODE</name>
+    <description>Apache ODE (Orchestration Director Engine) executes business 
processes written following the WS-BPEL standard. It talks to web services, 
sending and receiving messages, handling data manipulation and error recovery 
as described by your process definition. It supports both long and short living 
process executions to orchestrate all the services that are part of your 
application.</description>
 
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>


Reply via email to