Author: veithen
Date: Sun Mar 8 13:50:00 2009
New Revision: 751422
URL: http://svn.apache.org/viewvc?rev=751422&view=rev
Log:
Fixed formatting.
Modified:
webservices/commons/trunk/modules/axiom/pom.xml
Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=751422&r1=751421&r2=751422&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sun Mar 8 13:50:00 2009
@@ -360,20 +360,20 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-8</version>
</plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-scr-plugin</artifactId>
- <version>1.0.9-SNAPSHOT</version> <!-- Need to
use 1.0.9 because need QDox 1.8. See FELIX-917 -->
- <executions>
- <execution>
-
<id>generate-scr-scrdescriptor</id>
- <goals>
- <goal>scr</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-scr-plugin</artifactId>
+ <version>1.0.9-SNAPSHOT</version> <!-- Need to use 1.0.9
because need QDox 1.8. See FELIX-917 -->
+ <executions>
+ <execution>
+ <id>generate-scr-scrdescriptor</id>
+ <goals>
+ <goal>scr</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>