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-hapi-client.git
commit 442cd882da54c1aad70a48c3f8c2d0e479dfc961 Author: Andrei Dulvac <[email protected]> AuthorDate: Wed Jul 13 15:26:00 2016 +0000 trivial: cleaner pom git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1752443 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index ac70daf..e9d7e20 100644 --- a/pom.xml +++ b/pom.xml @@ -23,22 +23,26 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>20</version> + <version>26</version> <relativePath /> </parent> <artifactId>org.apache.sling.hapi.client</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <name>HApi - Sling Hypermedia API client-side tools</name> <description>Sling client-side tools for HApi</description> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/hapi/client</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/hapi/client</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/hapi/client</url> + </scm> + <properties> <sling.java.version>6</sling.java.version> </properties> - <build> - </build> <dependencies> <dependency> @@ -54,12 +58,12 @@ <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.4</version> + <version>2.5</version> </dependency> <dependency> - <groupId>org.apache.commons</groupId> + <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>1.3.2</version> + <version>2.5</version> </dependency> <dependency> <groupId>org.jsoup</groupId> @@ -88,15 +92,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> <scope>test</scope> </dependency> </dependencies> - - - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.hapi.client-1.0.0</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.hapi.client-1.0.0</developerConnection> - <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.hapi.client-1.0.0</url> - </scm> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
