Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.0.0.Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
LightGuard committed Jul 30, 2011
1 parent 9512b3f commit c2dc72d
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>seam-reports-parent</artifactId>
<groupId>org.jboss.seam.reports</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>seam-reports-api</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0.Beta1</version>

<packaging>jar</packaging>
<name>Seam Reports Module API</name>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.reports</groupId>
<artifactId>seam-reports-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/pom.xml
Expand Up @@ -4,14 +4,14 @@

<groupId>org.jboss.seam.reports</groupId>
<artifactId>seam-reports-reference-guide</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0.Beta1</version>
<packaging>jdocbook</packaging>
<name>Seam Reports Module Reference Guide</name>

<parent>
<groupId>org.jboss.seam.reports</groupId>
<artifactId>seam-reports-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0.Beta1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion impl/jasper/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.reports</groupId>
<artifactId>seam-reports-impl</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion impl/pentaho/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.seam.reports</groupId>
<artifactId>seam-reports-impl</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>seam-reports-parent</artifactId>
<groupId>org.jboss.seam.reports</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>seam-reports-impl</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions impl/xdocreport/pom.xml
@@ -1,10 +1,9 @@
<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>
<artifactId>seam-reports-impl</artifactId>
<groupId>org.jboss.seam.reports</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0.Beta1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>seam-reports-xdocreport</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@

<artifactId>seam-reports-parent</artifactId>
<groupId>org.jboss.seam.reports</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0.Beta1</version>

<packaging>pom</packaging>
<name>Seam Reports Module Parent POM</name>
Expand Down Expand Up @@ -206,7 +206,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -226,7 +226,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit c2dc72d

Please sign in to comment.