[jboss-cvs] JBossAS SVN: r72088 - projects/ejb3/trunk/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Apr 12 12:36:05 EDT 2008
Author: ALRubinger
Date: 2008-04-12 12:36:05 -0400 (Sat, 12 Apr 2008)
New Revision: 72088
Removed:
projects/ejb3/trunk/build/release-pom.xml
Modified:
projects/ejb3/trunk/build/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: projects/ejb3/trunk/build/pom.xml
===================================================================
--- projects/ejb3/trunk/build/pom.xml 2008-04-12 16:36:00 UTC (rev 72087)
+++ projects/ejb3/trunk/build/pom.xml 2008-04-12 16:36:05 UTC (rev 72088)
@@ -13,7 +13,7 @@
<!-- Artifact Information -->
<groupId>org.jboss.ejb3</groupId>
<artifactId>jboss-ejb3-build</artifactId>
- <version>0.13.1</version>
+ <version>0.13.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JBoss EJB 3.0 Build POM</name>
<url>http://labs.jboss.com/jbossejb3</url>
@@ -45,9 +45,9 @@
<!-- SCM -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-build-0.13.1</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-build-0.13.1</developerConnection>
- <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-build-0.13.1</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/trunk</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk</url>
</scm>
<!-- Issues -->
Deleted: projects/ejb3/trunk/build/release-pom.xml
===================================================================
--- projects/ejb3/trunk/build/release-pom.xml 2008-04-12 16:36:00 UTC (rev 72087)
+++ projects/ejb3/trunk/build/release-pom.xml 2008-04-12 16:36:05 UTC (rev 72088)
@@ -1,259 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.ejb3</groupId>
- <artifactId>jboss-ejb3-build</artifactId>
- <packaging>pom</packaging>
- <name>JBoss EJB 3.0 Build POM</name>
- <version>0.13.1</version>
- <description>The JBoss EJB 3.0 Build POM</description>
- <url>http://labs.jboss.com/jbossejb3</url>
- <issueManagement>
- <system>jira</system>
- <url>http://jira.jboss.com/jira/browse/EJBTHREE</url>
- </issueManagement>
- <developers>
- <developer>
- <name>Carlo de Wolf</name>
- <email>carlo.dewolf at jboss.com</email>
- <organization>JBoss, a division of Red Hat, Inc.</organization>
- <organizationUrl>http://www.jboss.com</organizationUrl>
- <roles>
- <role>Project Lead</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <name>Andrew Lee Rubinger</name>
- <email>andrew.rubinger at jboss.org</email>
- <organization>JBoss, a division of Red Hat, Inc.</organization>
- <organizationUrl>http://www.jboss.com</organizationUrl>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone>-5</timezone>
- </developer>
- </developers>
- <licenses>
- <license>
- <name>lgpl</name>
- <url>http://repository.jboss.com/licenses/lgpl.txt</url>
- </license>
- </licenses>
- <scm>
- <connection>https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-build-0.13.1</connection>
- <developerConnection>https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-build-0.13.1</developerConnection>
- <url>https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-build-0.13.1</url>
- </scm>
- <organization>
- <name>JBoss, a division of Red Hat, Inc.</name>
- <url>http://www.jboss.org</url>
- </organization>
- <build>
- <sourceDirectory>src/main/java</sourceDirectory>
- <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
- <testSourceDirectory>src/test/java</testSourceDirectory>
- <outputDirectory>target/classes</outputDirectory>
- <testOutputDirectory>target/tests-classes</testOutputDirectory>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- </resources>
- <testResources>
- <testResource>
- <directory>src/test/resources</directory>
- </testResource>
- </testResources>
- <directory>target</directory>
- <finalName>jboss-ejb3-build</finalName>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- <showDeprecation>false</showDeprecation>
- <showWarnings>true</showWarnings>
- <optimize>true</optimize>
- <compilerVersion>1.5</compilerVersion>
- <fork>false</fork>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>RELEASE</version>
- <configuration>
- <printSummary>false</printSummary>
- <testFailureIgnore>true</testFailureIgnore>
- <includes>
- <include>**/**TestCase.java</include>
- <include>**/**TestSuite.java</include>
- </includes>
- <forkMode>once</forkMode>
- <argLine>${jvmargs}</argLine>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-7</version>
- <configuration>
- <tagBase>https://svn.jboss.org/repos/jbossas/projects/ejb3/tags</tagBase>
- <generateReleasePoms>true</generateReleasePoms>
- <useReleaseProfile>false</useReleaseProfile>
- <arguments>-Prelease</arguments>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-rar-plugin</artifactId>
- <version>RELEASE</version>
- <configuration>
- <includeJar>true</includeJar>
- <rarSourceDirectory>src/main/java</rarSourceDirectory>
- <raXmlFile>src/main/resources/META-INF/ra.xml</raXmlFile>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jboss-deploy-plugin</artifactId>
- <version>1.6</version>
- <executions>
- <execution>
- <goals>
- <goal>jboss-deploy</goal>
- </goals>
- </execution>
- </executions>
- <inherited>true</inherited>
- <configuration>
- <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
- <groupId>jboss</groupId>
- <removeArtifactVersion>true</removeArtifactVersion>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <repositories>
- <repository>
- <snapshots />
- <id>snapshots.jboss.org</id>
- <url>http://snapshots.jboss.org/maven2</url>
- </repository>
- <repository>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <id>repository.jboss.org</id>
- <url>http://repository.jboss.org/maven2</url>
- </repository>
- <repository>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <id>central</id>
- <name>Maven Repository Switchboard</name>
- <url>http://repo1.maven.org/maven2</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <id>repository.jboss.org</id>
- <url>http://repository.jboss.org/maven2</url>
- </pluginRepository>
- <pluginRepository>
- <snapshots />
- <id>snapshots.jboss.org</id>
- <url>http://snapshots.jboss.org/maven2</url>
- </pluginRepository>
- <pluginRepository>
- <releases>
- <updatePolicy>never</updatePolicy>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <id>central</id>
- <name>Maven Plugin Repository</name>
- <url>http://repo1.maven.org/maven2</url>
- </pluginRepository>
- </pluginRepositories>
- <reporting>
- <outputDirectory>target/site</outputDirectory>
- <plugins>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.2</version>
- <configuration>
- <links>
- <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
- </links>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.0.1</version>
- <reportSets>
- <reportSet>
- <reports>
- <report>dependencies</report>
- <report>issue-tracking</report>
- <report>license</report>
- <report>scm</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.3</version>
- <reportSets>
- <reportSet>
- <reports>
- <report>report-only</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- <version>1.0.0</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- <version>2.0</version>
- </plugin>
- </plugins>
- </reporting>
- <distributionManagement>
- <repository>
- <id>repository.jboss.org</id>
- <url>file:///home/alrubinger/business/jboss/wc/repository.jboss.org/maven2</url>
- </repository>
- <snapshotRepository>
- <id>snapshots.jboss.org</id>
- <name>JBoss Snapshot Repository</name>
- <url>dav:https://snapshots.jboss.org/maven2</url>
- </snapshotRepository>
- </distributionManagement>
- <properties>
- <ejb3.outputDirectory>target/classes</ejb3.outputDirectory>
- <ejb3.testOutputDirectory>target/tests-classes</ejb3.testOutputDirectory>
- <version.org.jboss.microcontainer_jboss-deployers-core-spi>2.0.0.Beta9</version.org.jboss.microcontainer_jboss-deployers-core-spi>
- <version.org.jboss.ws_jbossws-spi>1.0.2.GA</version.org.jboss.ws_jbossws-spi>
- <version.org.jboss.microcontainer_jboss-kernel>2.0.0.Beta9</version.org.jboss.microcontainer_jboss-kernel>
- <maven.repository.root>/home/alrubinger/business/jboss/wc/repository.jboss.org/maven2</maven.repository.root>
- <version.org.jboss.microcontainer_jboss-container>2.0.0.Beta9</version.org.jboss.microcontainer_jboss-container>
- <version.commons-validator_commons-validator>1.3.1</version.commons-validator_commons-validator>
- <jboss.repository.root>/home/alrubinger/business/jboss/wc/repository.jboss.org</jboss.repository.root>
- <version.junit_junit>4.4</version.junit_junit>
- <version.org.jboss.aop_jboss-aop-aspects>2.0.0.CR7</version.org.jboss.aop_jboss-aop-aspects>
- <version.ant_ant>1.6.5</version.ant_ant>
- <jvmargs></jvmargs>
- <version.org.jboss.aop_jboss-aop>2.0.0.CR7</version.org.jboss.aop_jboss-aop>
- </properties>
-</project>
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list