You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2011/11/22 19:01:42 UTC

svn commit: r1205113 - in /geronimo/specs/trunk/geronimo-ejb_3.1_spec-alt: LICENSE NOTICE pom.xml

Author: dblevins
Date: Tue Nov 22 18:01:41 2011
New Revision: 1205113

URL: http://svn.apache.org/viewvc?rev=1205113&view=rev
Log:
reset version to zero as this has never been released.  fixed tabs in pom.xml.  added license and notice files

Added:
    geronimo/specs/trunk/geronimo-ejb_3.1_spec-alt/LICENSE
      - copied unchanged from r1205078, geronimo/specs/trunk/geronimo-ejb_3.1_spec/LICENSE
    geronimo/specs/trunk/geronimo-ejb_3.1_spec-alt/NOTICE
      - copied unchanged from r1205078, geronimo/specs/trunk/geronimo-ejb_3.1_spec/NOTICE
Modified:
    geronimo/specs/trunk/geronimo-ejb_3.1_spec-alt/pom.xml

Modified: geronimo/specs/trunk/geronimo-ejb_3.1_spec-alt/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_3.1_spec-alt/pom.xml?rev=1205113&r1=1205112&r2=1205113&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_3.1_spec-alt/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-ejb_3.1_spec-alt/pom.xml Tue Nov 22 18:01:41 2011
@@ -34,7 +34,7 @@
     <artifactId>geronimo-ejb_3.1_spec-alt</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Geronimo EJB Spec 3.1 (ALT)</name>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <description>EJB 3.1 API</description>
 
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
@@ -51,11 +51,11 @@
 
     <dependencies>
         <dependency>
-	  <groupId>org.apache.geronimo.specs</groupId>
-	  <artifactId>geronimo-ejb_3.1_spec</artifactId>
-	  <version>1.0.2</version>
-	  <scope>provided</scope>
-	</dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-ejb_3.1_spec</artifactId>
+            <version>1.0.2</version>
+            <scope>provided</scope>
+        </dependency>
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
@@ -90,33 +90,33 @@
                 </configuration>
             </plugin>
 
-	    <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-dependency-plugin</artifactId>
-              <version>2.3</version>
-              <executions>
-		<execution>
-		  <id>patch</id>
-		  <phase>process-classes</phase>
-		  <goals>
-		    <goal>unpack</goal>
-		  </goals>
-		  <configuration>
-		    <excludes>javax/ejb/EJBException.class</excludes>
-		    <excludes>**/LICENSE*</excludes>
-		    <artifactItems>
-                      <artifactItem>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-ejb_3.1_spec</artifactId>
-			<version>1.0.2</version>
-			<overWrite>false</overWrite>
-			<outputDirectory>${project.build.outputDirectory}</outputDirectory>
-                      </artifactItem>
-		    </artifactItems>
-		  </configuration>
-		</execution>
-              </executions>
-	    </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <version>2.3</version>
+                <executions>
+                    <execution>
+                        <id>patch</id>
+                        <phase>process-classes</phase>
+                        <goals>
+                            <goal>unpack</goal>
+                        </goals>
+                        <configuration>
+                            <excludes>javax/ejb/EJBException.class</excludes>
+                            <excludes>**/LICENSE*</excludes>
+                            <artifactItems>
+                                <artifactItem>
+                                    <groupId>org.apache.geronimo.specs</groupId>
+                                    <artifactId>geronimo-ejb_3.1_spec</artifactId>
+                                    <version>1.0.2</version>
+                                    <overWrite>false</overWrite>
+                                    <outputDirectory>${project.build.outputDirectory}</outputDirectory>
+                                </artifactItem>
+                            </artifactItems>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>