Author: vsiveton Date: Thu Sep 15 20:50:03 2011 New Revision: 1171269 URL: http://svn.apache.org/viewvc?rev=1171269&view=rev Log: o fixed scm
Modified: maven/doxia/doxia-ide/trunk/eclipse/doxia-osgi/pom.xml maven/doxia/doxia-ide/trunk/eclipse/eclipse-plugins/pom.xml maven/doxia/doxia-ide/trunk/eclipse/site/pom.xml Modified: maven/doxia/doxia-ide/trunk/eclipse/doxia-osgi/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-ide/trunk/eclipse/doxia-osgi/pom.xml?rev=1171269&r1=1171268&r2=1171269&view=diff ============================================================================== --- maven/doxia/doxia-ide/trunk/eclipse/doxia-osgi/pom.xml (original) +++ maven/doxia/doxia-ide/trunk/eclipse/doxia-osgi/pom.xml Thu Sep 15 20:50:03 2011 @@ -38,10 +38,19 @@ under the License. <url>http://maven.apache.org/doxia</url> <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse/doxia-osgi</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse/doxia-osgi</developerConnection> - <url>https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse/doxia-osgi</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-ide/trunk/eclipse/doxia-osgi</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-ide/trunk/eclipse/doxia-osgi</developerConnection> + <url>http://svn.apache.org/viewvc/maven/doxia/doxia-ide/trunk/eclipse/doxia-osgi</url> </scm> + <issueManagement> + <system>jira</system> + <url>http://jira.codehaus.org/browse/DOXIATOOLS/component/14861</url> + </issueManagement> + <ciManagement> + <system>Jenkins</system> + <url>https://builds.apache.org/job/doxia-eclipse-editor/</url> + </ciManagement> + <!-- DO NOT USE THIS POM. Modified: maven/doxia/doxia-ide/trunk/eclipse/eclipse-plugins/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-ide/trunk/eclipse/eclipse-plugins/pom.xml?rev=1171269&r1=1171268&r2=1171269&view=diff ============================================================================== --- maven/doxia/doxia-ide/trunk/eclipse/eclipse-plugins/pom.xml (original) +++ maven/doxia/doxia-ide/trunk/eclipse/eclipse-plugins/pom.xml Thu Sep 15 20:50:03 2011 @@ -38,10 +38,18 @@ under the License. <url>http://maven.apache.org/doxia</url> <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse/eclipse-plugins</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse/eclipse-plugins</developerConnection> - <url>https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse/eclipse-plugins</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-ide/trunk/eclipse/eclipse-plugins</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-ide/trunk/eclipse/eclipse-plugins</developerConnection> + <url>http://svn.apache.org/viewvc/maven/doxia/doxia-ide/trunk/eclipse/eclipse-plugins</url> </scm> + <issueManagement> + <system>jira</system> + <url>http://jira.codehaus.org/browse/DOXIATOOLS/component/14861</url> + </issueManagement> + <ciManagement> + <system>Jenkins</system> + <url>https://builds.apache.org/job/doxia-eclipse-editor/</url> + </ciManagement> <properties> <tycho-version>0.12.0</tycho-version> Modified: maven/doxia/doxia-ide/trunk/eclipse/site/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-ide/trunk/eclipse/site/pom.xml?rev=1171269&r1=1171268&r2=1171269&view=diff ============================================================================== --- maven/doxia/doxia-ide/trunk/eclipse/site/pom.xml (original) +++ maven/doxia/doxia-ide/trunk/eclipse/site/pom.xml Thu Sep 15 20:50:03 2011 @@ -37,11 +37,11 @@ under the License. <description>Website for the Apache Maven Doxia Eclipse plugin.</description> <url>http://maven.apache.org/doxia</url><!-- TODO --> - <!-- The project basedir --> + <!-- The project basedir and not the site --> <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse</developerConnection> - <url>https://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-ide/eclipse</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-ide/trunk/eclipse/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-ide/trunk/eclipse/</developerConnection> + <url>http://svn.apache.org/viewvc/maven/doxia/doxia-ide/trunk/eclipse/</url> </scm> <issueManagement> <system>jira</system>