[seam-commits] Seam SVN: r13607 - in modules/faces/trunk: impl and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Aug 12 11:14:37 EDT 2010


Author: lincolnthree
Date: 2010-08-12 11:14:36 -0400 (Thu, 12 Aug 2010)
New Revision: 13607

Modified:
   modules/faces/trunk/impl/pom.xml
   modules/faces/trunk/pom.xml
Log:
[maven-release-plugin] rollback the release of 3.0.0.Alpha4

Modified: modules/faces/trunk/impl/pom.xml
===================================================================
--- modules/faces/trunk/impl/pom.xml	2010-08-12 11:27:07 UTC (rev 13606)
+++ modules/faces/trunk/impl/pom.xml	2010-08-12 15:14:36 UTC (rev 13607)
@@ -1,70 +1,59 @@
 <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/maven-v4_0_0.xsd">
-   <modelVersion>4.0.0</modelVersion>
+	<modelVersion>4.0.0</modelVersion>
 
-   <parent>
-      <artifactId>seam-faces-parent</artifactId>
-      <groupId>org.jboss.seam.faces</groupId>
-      <version>3.0.0-SNAPSHOT</version>
+	<parent>
+		<artifactId>seam-faces-parent</artifactId>
+		<groupId>org.jboss.seam.faces</groupId>
+		<version>3.0.0-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
-   </parent>
+	</parent>
 
-   <artifactId>seam-faces</artifactId>
-   <version>3.0.0-SNAPSHOT</version>
+	<artifactId>seam-faces</artifactId>
+	<version>3.0.0-SNAPSHOT</version>
 
-   <packaging>jar</packaging>
-   <name>Seam Faces Module Core Implementation</name>
+	<packaging>jar</packaging>
+	<name>Seam Faces Module Core Implementation</name>
 
-   <dependencies>
-      <dependency>
+	<dependencies>
+		<dependency>
          <!-- Required until the Servlet 3.0 API can be resolved in Central -->
          <groupId>org.jboss.spec.javax.servlet</groupId>
          <artifactId>jboss-servlet-api_3.0_spec</artifactId>
          <scope>provided</scope>
       </dependency>
-      <dependency>
-         <artifactId>seam-faces-api</artifactId>
-         <groupId>org.jboss.seam.faces</groupId>
-         <version>${project.version}</version>
-         <scope>compile</scope>
-      </dependency>
-      <dependency>
-         <artifactId>seam-persistence-api</artifactId>
-         <groupId>org.jboss.seam.persistence</groupId>
-         <version>${project.version}</version>
-         <scope>compile</scope>
-      </dependency>
-      <dependency>
-         <groupId>org.jboss.seam.international</groupId>
-         <artifactId>seam-international</artifactId>
-         <version>${seam.i18n.version}</version>
-      </dependency>
-      <dependency>
-         <groupId>javax.transaction</groupId>
-         <artifactId>jta</artifactId>
-         <scope>provided</scope>
-      </dependency>
-   </dependencies>
+		<dependency>
+			<artifactId>seam-faces-api</artifactId>
+			<groupId>org.jboss.seam.faces</groupId>
+			<version>${project.version}</version>
+			<scope>compile</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.seam.international</groupId>
+			<artifactId>seam-international</artifactId>
+			<version>${seam.i18n.version}</version>
+		</dependency>
+	</dependencies>
 
-   <profiles>
-      <profile>
-         <id>code-coverage</id>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.codehaus.mojo</groupId>
-                  <artifactId>emma-maven-plugin</artifactId>
-               </plugin>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-surefire-plugin</artifactId>
-               </plugin>
-               <plugin>
-                  <groupId>org.sonatype.maven.plugin</groupId>
-                  <artifactId>emma4it-maven-plugin</artifactId>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-   </profiles>
+	<profiles>
+		<profile>
+			<id>code-coverage</id>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.codehaus.mojo</groupId>
+						<artifactId>emma-maven-plugin</artifactId>
+					</plugin>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-surefire-plugin</artifactId>
+					</plugin>
+					<plugin>
+						<groupId>org.sonatype.maven.plugin</groupId>
+						<artifactId>emma4it-maven-plugin</artifactId>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
+	</profiles>
 
 </project>

Modified: modules/faces/trunk/pom.xml
===================================================================
--- modules/faces/trunk/pom.xml	2010-08-12 11:27:07 UTC (rev 13606)
+++ modules/faces/trunk/pom.xml	2010-08-12 15:14:36 UTC (rev 13607)
@@ -1,11 +1,10 @@
-<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">
+<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">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
       <groupId>org.jboss.seam</groupId>
       <artifactId>seam-parent</artifactId>
-      <version>3</version>
+      <version>2</version>
    </parent>
 
    <artifactId>seam-faces-parent</artifactId>
@@ -53,8 +52,7 @@
             <version>${seam.i18n.version}</version>
          </dependency>
 
-         <!-- Need to use dependencyManagement to override org.jboss.seam:seam 
-            for submodules -->
+         <!-- Need to use dependencyManagement to override org.jboss.seam:seam for submodules -->
          <dependency>
             <groupId>org.jboss.seam.faces</groupId>
             <artifactId>seam-faces-api</artifactId>
@@ -178,45 +176,6 @@
             </dependency>
          </dependencies>
       </profile>
-      <profile>
-         <id>jboss-public-repository</id>
-         <activation>
-            <property>
-               <name>jboss-public-repository</name>
-               <value>!false</value>
-            </property>
-         </activation>
-         <repositories>
-            <repository>
-               <id>jboss-public-repository-group</id>
-               <name>JBoss Public Maven Repository Group</name>
-               <url>http://repository.jboss.org/nexus/content/groups/public</url>
-               <releases>
-                  <enabled>true</enabled>
-                  <updatePolicy>never</updatePolicy>
-               </releases>
-               <snapshots>
-                  <enabled>false</enabled>
-                  <updatePolicy>never</updatePolicy>
-               </snapshots>
-            </repository>
-         </repositories>
-         <pluginRepositories>
-            <pluginRepository>
-               <id>jboss-public-repository-group</id>
-               <name>JBoss Public Maven Repository Group</name>
-               <url>http://repository.jboss.org/nexus/content/groups/public</url>
-               <releases>
-                  <enabled>true</enabled>
-                  <updatePolicy>never</updatePolicy>
-               </releases>
-               <snapshots>
-                  <enabled>false</enabled>
-                  <updatePolicy>never</updatePolicy>
-               </snapshots>
-            </pluginRepository>
-         </pluginRepositories>
-      </profile>
    </profiles>
 
    <developers>



More information about the seam-commits mailing list