Author: antelder
Date: Mon Feb 9 09:17:22 2009
New Revision: 742345
URL: http://svn.apache.org/viewvc?rev=742345&view=rev
Log:
Revert 742342 done by the release plugin as it doesn't quite work yet
Modified:
tuscany/plugins/trunk/maven-eclipse-compiler/pom.xml
Modified: tuscany/plugins/trunk/maven-eclipse-compiler/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/plugins/trunk/maven-eclipse-compiler/pom.xml?rev=742345&r1=742344&r2=742345&view=diff
==============================================================================
--- tuscany/plugins/trunk/maven-eclipse-compiler/pom.xml (original)
+++ tuscany/plugins/trunk/maven-eclipse-compiler/pom.xml Mon Feb 9 09:17:22
2009
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<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">
+<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache</groupId>
@@ -29,12 +29,12 @@
<artifactId>tuscany-maven-eclipse-compiler</artifactId>
<packaging>jar</packaging>
<name>Apache Tuscany Maven Eclipse Compiler Plugin</name>
- <version>1.0</version>
+ <version>1.0-SNAPSHOT</version>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/plugins/tags/tuscany-maven-eclipse-compiler-1.0</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/plugins/tags/tuscany-maven-eclipse-compiler-1.0</developerConnection>
-
<url>scm:svn:https://svn.apache.org/repos/asf/tuscany/plugins/tags/tuscany-maven-eclipse-compiler-1.0</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/plugins/trunk/maven-bundle-plugin</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/plugins/trunk/maven-bundle-plugin</developerConnection>
+ <url>http://svn.apache.org/repos/asf/tuscany/</url>
</scm>
<distributionManagement>