This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git
commit 44815228fbbea45799815cbc28542dee64008b88 Author: Herve Boutemy <[email protected]> AuthorDate: Sun May 9 18:49:06 2010 +0000 [maven-release-plugin] prepare release maven-reporting-api-3.0 git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@942579 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 8fbdb6d..fdf2b89 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> -<project 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' xmlns='http://maven.apache.org/POM/4.0.0'> +<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> @@ -30,7 +30,7 @@ under the License. <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0</version> <name>Maven Reporting API</name> <description>API to manage report generation.</description> @@ -48,9 +48,9 @@ under the License. </developers> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-reporting-api</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-reporting-api</developerConnection> - <url>http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-api</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-reporting-api-3.0</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-reporting-api-3.0</developerConnection> + <url>http://svn.apache.org/viewvc/maven/shared/tags/maven-reporting-api-3.0</url> </scm> <issueManagement> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
