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

svn commit: r1230053 - /incubator/amber/trunk/oauth-2.0/pom.xml

Author: simonetripodi
Date: Wed Jan 11 14:14:39 2012
New Revision: 1230053

URL: http://svn.apache.org/viewvc?rev=1230053&view=rev
Log:
reorganized XML elements

Modified:
    incubator/amber/trunk/oauth-2.0/pom.xml

Modified: incubator/amber/trunk/oauth-2.0/pom.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/oauth-2.0/pom.xml?rev=1230053&r1=1230052&r2=1230053&view=diff
==============================================================================
--- incubator/amber/trunk/oauth-2.0/pom.xml (original)
+++ incubator/amber/trunk/oauth-2.0/pom.xml Wed Jan 11 14:14:39 2012
@@ -24,12 +24,7 @@
 
 <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/xsd/maven-4.0.0.xsd">
-    <name>Apache Amber: OAuth 2.0 Implementation - Parent</name>
-    <groupId>org.apache.amber</groupId>
-    <artifactId>amber-oauth2-parent</artifactId>
-    <version>0.22-incubating-SNAPSHOT</version>
     <modelVersion>4.0.0</modelVersion>
-    <packaging>pom</packaging>
 
     <parent>
         <groupId>org.apache.amber</groupId>
@@ -37,6 +32,13 @@
         <version>0.22-incubating-SNAPSHOT</version>
     </parent>
 
+    <groupId>org.apache.amber</groupId>
+    <artifactId>amber-oauth2-parent</artifactId>
+    <version>0.22-incubating-SNAPSHOT</version>
+    <packaging>pom</packaging>
+
+    <name>Apache Amber: OAuth 2.0 Implementation - Parent</name>
+
     <modules>
         <module>oauth2-common</module>
         <module>oauth2-client</module>
@@ -84,12 +86,14 @@
             <version>${spring-mock.version}</version>
             <scope>test</scope>
         </dependency>
+
         <dependency>
             <groupId>org.easymock</groupId>
             <artifactId>easymock</artifactId>
             <version>${easy-mock.version}</version>
             <scope>test</scope>
         </dependency>
+
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
@@ -187,4 +191,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>