You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/02/11 21:11:01 UTC

svn commit: r1243142 - in /commons/proper/digester/trunk/examples: annotations/atom/ api/addressbook/ api/catalog/ api/dbinsert/ api/document-markup/ edsl/atom/ plugins/pipeline/ rss/ xmlrules/addressbook/

Author: simonetripodi
Date: Sat Feb 11 20:11:00 2012
New Revision: 1243142

URL: http://svn.apache.org/viewvc?rev=1243142&view=rev
Log:
fixed reactor sequence

Modified:
    commons/proper/digester/trunk/examples/annotations/atom/pom.xml
    commons/proper/digester/trunk/examples/api/addressbook/pom.xml
    commons/proper/digester/trunk/examples/api/catalog/pom.xml
    commons/proper/digester/trunk/examples/api/dbinsert/pom.xml
    commons/proper/digester/trunk/examples/api/document-markup/pom.xml
    commons/proper/digester/trunk/examples/edsl/atom/pom.xml
    commons/proper/digester/trunk/examples/plugins/pipeline/pom.xml
    commons/proper/digester/trunk/examples/rss/pom.xml
    commons/proper/digester/trunk/examples/xmlrules/addressbook/pom.xml

Modified: commons/proper/digester/trunk/examples/annotations/atom/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/examples/annotations/atom/pom.xml?rev=1243142&r1=1243141&r2=1243142&view=diff
==============================================================================
--- commons/proper/digester/trunk/examples/annotations/atom/pom.xml (original)
+++ commons/proper/digester/trunk/examples/annotations/atom/pom.xml Sat Feb 11 20:11:00 2012
@@ -31,6 +31,15 @@
 
   <name>Apache Commons Digester :: Examples :: Annotations :: Atom</name>
 
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>commons-digester3</artifactId>
+      <version>${project.parent.version}</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+
   <build>
     <plugins>
       <plugin>

Modified: commons/proper/digester/trunk/examples/api/addressbook/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/examples/api/addressbook/pom.xml?rev=1243142&r1=1243141&r2=1243142&view=diff
==============================================================================
--- commons/proper/digester/trunk/examples/api/addressbook/pom.xml (original)
+++ commons/proper/digester/trunk/examples/api/addressbook/pom.xml Sat Feb 11 20:11:00 2012
@@ -31,6 +31,15 @@
 
   <name>Apache Commons Digester :: Examples :: API :: Address Book</name>
 
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>commons-digester3</artifactId>
+      <version>${project.parent.version}</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+
   <build>
     <plugins>
       <plugin>

Modified: commons/proper/digester/trunk/examples/api/catalog/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/examples/api/catalog/pom.xml?rev=1243142&r1=1243141&r2=1243142&view=diff
==============================================================================
--- commons/proper/digester/trunk/examples/api/catalog/pom.xml (original)
+++ commons/proper/digester/trunk/examples/api/catalog/pom.xml Sat Feb 11 20:11:00 2012
@@ -31,6 +31,15 @@
 
   <name>Apache Commons Digester :: Examples :: API :: Catalog</name>
 
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>commons-digester3</artifactId>
+      <version>${project.parent.version}</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+
   <build>
     <plugins>
       <plugin>

Modified: commons/proper/digester/trunk/examples/api/dbinsert/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/examples/api/dbinsert/pom.xml?rev=1243142&r1=1243141&r2=1243142&view=diff
==============================================================================
--- commons/proper/digester/trunk/examples/api/dbinsert/pom.xml (original)
+++ commons/proper/digester/trunk/examples/api/dbinsert/pom.xml Sat Feb 11 20:11:00 2012
@@ -31,6 +31,15 @@
 
   <name>Apache Commons Digester :: Examples :: API :: DB Insert</name>
 
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>commons-digester3</artifactId>
+      <version>${project.parent.version}</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+
   <build>
     <plugins>
       <plugin>

Modified: commons/proper/digester/trunk/examples/api/document-markup/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/examples/api/document-markup/pom.xml?rev=1243142&r1=1243141&r2=1243142&view=diff
==============================================================================
--- commons/proper/digester/trunk/examples/api/document-markup/pom.xml (original)
+++ commons/proper/digester/trunk/examples/api/document-markup/pom.xml Sat Feb 11 20:11:00 2012
@@ -31,6 +31,15 @@
 
   <name>Apache Commons Digester :: Examples :: API :: Document Markup</name>
 
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>commons-digester3</artifactId>
+      <version>${project.parent.version}</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+
   <build>
     <plugins>
       <plugin>

Modified: commons/proper/digester/trunk/examples/edsl/atom/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/examples/edsl/atom/pom.xml?rev=1243142&r1=1243141&r2=1243142&view=diff
==============================================================================
--- commons/proper/digester/trunk/examples/edsl/atom/pom.xml (original)
+++ commons/proper/digester/trunk/examples/edsl/atom/pom.xml Sat Feb 11 20:11:00 2012
@@ -31,6 +31,15 @@
 
   <name>Apache Commons Digester :: Examples :: EDSL :: Atom</name>
 
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>commons-digester3</artifactId>
+      <version>${project.parent.version}</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+
   <build>
     <plugins>
       <plugin>

Modified: commons/proper/digester/trunk/examples/plugins/pipeline/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/examples/plugins/pipeline/pom.xml?rev=1243142&r1=1243141&r2=1243142&view=diff
==============================================================================
--- commons/proper/digester/trunk/examples/plugins/pipeline/pom.xml (original)
+++ commons/proper/digester/trunk/examples/plugins/pipeline/pom.xml Sat Feb 11 20:11:00 2012
@@ -31,6 +31,15 @@
 
   <name>Apache Commons Digester :: Examples :: Plugins :: Pipeline</name>
 
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>commons-digester3</artifactId>
+      <version>${project.parent.version}</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+
   <profiles>
     <profile>
       <id>run-uppercase</id>

Modified: commons/proper/digester/trunk/examples/rss/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/examples/rss/pom.xml?rev=1243142&r1=1243141&r2=1243142&view=diff
==============================================================================
--- commons/proper/digester/trunk/examples/rss/pom.xml (original)
+++ commons/proper/digester/trunk/examples/rss/pom.xml Sat Feb 11 20:11:00 2012
@@ -31,6 +31,15 @@
 
   <name>Apache Commons Digester :: Examples :: RSS</name>
 
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>commons-digester3</artifactId>
+      <version>${project.parent.version}</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+
   <build>
     <plugins>
       <plugin>

Modified: commons/proper/digester/trunk/examples/xmlrules/addressbook/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/examples/xmlrules/addressbook/pom.xml?rev=1243142&r1=1243141&r2=1243142&view=diff
==============================================================================
--- commons/proper/digester/trunk/examples/xmlrules/addressbook/pom.xml (original)
+++ commons/proper/digester/trunk/examples/xmlrules/addressbook/pom.xml Sat Feb 11 20:11:00 2012
@@ -31,6 +31,15 @@
 
   <name>Apache Commons Digester :: Examples :: XML Rules :: Address Book</name>
 
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>commons-digester3</artifactId>
+      <version>${project.parent.version}</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+
   <build>
     <plugins>
       <plugin>