This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-paxexam-util.git
commit cbcc546968031d822457f0ada302a95a156fadb3 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Fri Jan 24 13:08:47 2014 +0000 SLING-2788 - add missing <scm> section git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1560981 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index e582acd..ea8ffe0 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.paxexam.util</artifactId> - <version>1.0.2</version> + <version>1.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Sling Pax Exam Utilities</name> @@ -39,6 +39,12 @@ <pax.exam.log.level>INFO</pax.exam.log.level> </properties> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/sling-pax-util</connection> + <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/sling-pax-util</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/testing/sling-pax-util</url> + </scm> + <build> <plugins> <plugin> @@ -162,9 +168,4 @@ </dependency> </dependencies> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.paxexam.util-1.0.2</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.paxexam.util-1.0.2</developerConnection> - <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.paxexam.util-1.0.2</url> - </scm> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
