From nmaven-commits-return-630-apmail-incubator-nmaven-commits-archive=incubator.apache.org@incubator.apache.org Thu Dec 13 20:35:54 2007 Return-Path: Delivered-To: apmail-incubator-nmaven-commits-archive@locus.apache.org Received: (qmail 15065 invoked from network); 13 Dec 2007 20:35:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2007 20:35:53 -0000 Received: (qmail 59244 invoked by uid 500); 13 Dec 2007 20:35:42 -0000 Delivered-To: apmail-incubator-nmaven-commits-archive@incubator.apache.org Received: (qmail 59213 invoked by uid 500); 13 Dec 2007 20:35:42 -0000 Mailing-List: contact nmaven-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: nmaven-dev@incubator.apache.org Delivered-To: mailing list nmaven-commits@incubator.apache.org Received: (qmail 59204 invoked by uid 99); 13 Dec 2007 20:35:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 12:35:42 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 20:35:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E16B41A9832; Thu, 13 Dec 2007 12:35:32 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r604020 - in /incubator/nmaven/branches/SI_MAVEN_INTEGRATION: ./ components/ components/maven-dotnet-assembler/ components/maven-dotnet-compiler/ components/maven-dotnet-core/ components/maven-dotnet-extensions/ plugins/ plugins/maven-compi... Date: Thu, 13 Dec 2007 20:35:31 -0000 To: nmaven-commits@incubator.apache.org From: sisbell@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071213203532.E16B41A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sisbell Date: Thu Dec 13 12:35:30 2007 New Revision: 604020 URL: http://svn.apache.org/viewvc?rev=604020&view=rev Log: Bumped up the version to 0.15 so we don't get this confused with the current 0.14 version in the trunk. Modified: incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-assembler/pom.xml incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-compiler/pom.xml incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-core/pom.xml incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-extensions/pom.xml incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/pom.xml incubator/nmaven/branches/SI_MAVEN_INTEGRATION/plugins/maven-compiler-plugin/pom.xml incubator/nmaven/branches/SI_MAVEN_INTEGRATION/plugins/pom.xml incubator/nmaven/branches/SI_MAVEN_INTEGRATION/pom.xml Modified: incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-assembler/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-assembler/pom.xml?rev=604020&r1=604019&r2=604020&view=diff ============================================================================== --- incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-assembler/pom.xml (original) +++ incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-assembler/pom.xml Thu Dec 13 12:35:30 2007 @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet - 0.14-incubating-SNAPSHOT + 0.15-incubating-SNAPSHOT maven-dotnet-components 4.0.0 Modified: incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-compiler/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-compiler/pom.xml?rev=604020&r1=604019&r2=604020&view=diff ============================================================================== --- incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-compiler/pom.xml (original) +++ incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-compiler/pom.xml Thu Dec 13 12:35:30 2007 @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet - 0.14-incubating-SNAPSHOT + 0.15-incubating-SNAPSHOT maven-dotnet-components 4.0.0 Modified: incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-core/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-core/pom.xml?rev=604020&r1=604019&r2=604020&view=diff ============================================================================== --- incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-core/pom.xml (original) +++ incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-core/pom.xml Thu Dec 13 12:35:30 2007 @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet - 0.14-incubating-SNAPSHOT + 0.15-incubating-SNAPSHOT maven-dotnet-components 4.0.0 Modified: incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-extensions/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-extensions/pom.xml?rev=604020&r1=604019&r2=604020&view=diff ============================================================================== --- incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-extensions/pom.xml (original) +++ incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/maven-dotnet-extensions/pom.xml Thu Dec 13 12:35:30 2007 @@ -21,7 +21,7 @@ org.apache.maven.dotnet - 0.14-incubating-SNAPSHOT + 0.15-incubating-SNAPSHOT maven-dotnet-components 4.0.0 Modified: incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/pom.xml?rev=604020&r1=604019&r2=604020&view=diff ============================================================================== --- incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/pom.xml (original) +++ incubator/nmaven/branches/SI_MAVEN_INTEGRATION/components/pom.xml Thu Dec 13 12:35:30 2007 @@ -22,13 +22,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet - 0.14-incubating-SNAPSHOT + 0.15-incubating-SNAPSHOT maven-dotnet-parent 4.0.0 org.apache.maven.dotnet maven-dotnet-components - 0.14-incubating-SNAPSHOT + 0.15-incubating-SNAPSHOT pom maven-dotnet-components http://incubator.apache.org/nmaven Modified: incubator/nmaven/branches/SI_MAVEN_INTEGRATION/plugins/maven-compiler-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_MAVEN_INTEGRATION/plugins/maven-compiler-plugin/pom.xml?rev=604020&r1=604019&r2=604020&view=diff ============================================================================== --- incubator/nmaven/branches/SI_MAVEN_INTEGRATION/plugins/maven-compiler-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_MAVEN_INTEGRATION/plugins/maven-compiler-plugin/pom.xml Thu Dec 13 12:35:30 2007 @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.maven.dotnet.plugins - 0.14-incubating-SNAPSHOT + 0.15-incubating-SNAPSHOT maven-dotnet-plugins 4.0.0 Modified: incubator/nmaven/branches/SI_MAVEN_INTEGRATION/plugins/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_MAVEN_INTEGRATION/plugins/pom.xml?rev=604020&r1=604019&r2=604020&view=diff ============================================================================== --- incubator/nmaven/branches/SI_MAVEN_INTEGRATION/plugins/pom.xml (original) +++ incubator/nmaven/branches/SI_MAVEN_INTEGRATION/plugins/pom.xml Thu Dec 13 12:35:30 2007 @@ -21,8 +21,8 @@ org.apache.maven.dotnet - 0.14-incubating-SNAPSHOT - maven-dotnet-parent + 0.15-incubating-SNAPSHOT + maven-dotnet-parent 4.0.0 org.apache.maven.dotnet.plugins Modified: incubator/nmaven/branches/SI_MAVEN_INTEGRATION/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_MAVEN_INTEGRATION/pom.xml?rev=604020&r1=604019&r2=604020&view=diff ============================================================================== --- incubator/nmaven/branches/SI_MAVEN_INTEGRATION/pom.xml (original) +++ incubator/nmaven/branches/SI_MAVEN_INTEGRATION/pom.xml Thu Dec 13 12:35:30 2007 @@ -24,7 +24,7 @@ org.apache.maven.dotnet maven-dotnet-parent pom - 0.14-incubating-SNAPSHOT + 0.15-incubating-SNAPSHOT maven-dotnet-parent