diff --git a/README.md b/README.md index fb8258b77607a269d95c156a87e48e61d8bb1dd8..8ff829c51c423e259148f1dcd4944520bc023369 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ With regard to licensing and copyright please refer to the file [LICENSE](LICENS We strongly suggest to participate in the OpenOLAT community membership program. Even though this software is free and open source, the development and management has to be funded by someone. If you like what we do and want the product to be -maintained and developed in the long run you should consider purchasing a member -ship: [Partner program](https://www.openolat.com/open-source/partner-program/?lang=en). +maintained and developed in the long run you should consider purchasing a membership: +[Partner program](https://www.openolat.com/open-source/partner-program/?lang=en). ## Developers @@ -49,16 +49,14 @@ This is an installation guide for developers. #### Preconditions * Check that you are using maven 3.1 or higher (mvn -V) -* Check that you have the mercurial plugin installed in eclipse - [MercurialEclipse update site](https://bitbucket.org/mercurialeclipse/update-site/raw/default/) -* Check that you have Mercurial (hg) installed +* Check that you have the git plugin installed in eclipse +* Check that you have git installed * MySQL 5.6 or greater or PostreSQL 9.4 #### 1. In Eclipse -Create a Mercurial repository location (https://hg.openolat.org/openolat) and -clone the repo. Do not add a password and make sure you uncheck the init Mercurial repo -checkbox at the end. Right click to clone the repository into your workspace. +Create a repository location (https://github.com/OpenOLAT/OpenOLAT.git) and +clone the repo. Right click to clone the repository into your workspace. If M2_REPO Eclipse variable is missing in Eclipse then execute in terminal: diff --git a/pom.xml b/pom.xml index f1ef59f289c8ad82177e71dc0051f4b108db4e88..667f39b6e0e8e66a1ff97eb5ee8feb2e4994e813 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <version>13.0-SNAPSHOT</version> <packaging>war</packaging> <name>OpenOLAT LMS</name> - <url>http://www.openolat.org</url> + <url>https://www.openolat.com</url> <description> Welcome to the OpenOLAT (Open Online Learning And Training) Developer Project Site. This site contains materials chiefly of concern to developers (e.g., unit testing and SCA output etc.) @@ -17,7 +17,7 @@ </description> <organization> <name>OpenOLAT</name> - <url>http://www.openolat.org</url> + <url>https://www.openolat.com</url> </organization> <licenses> <license> @@ -41,12 +41,12 @@ </distributionManagement> <issueManagement> <system>JIRA</system> - <url>http://jira.openolat.org</url> + <url>https://jira.openolat.org</url> </issueManagement> <scm> - <connection>scm:hg:http://hg.openolat.org</connection> - <developerConnection>scm:hg:http://hg.openolat.org</developerConnection> - <url>http://hg.openolat.org</url> + <url>https://github.com/OpenOLAT/OpenOLAT</url> + <connection>scm:git:git://github.com/OpenOLAT/OpenOLAT.git</connection> + <developerConnection>scm:git:git@github.com:OpenOLAT/OpenOLAT.git</developerConnection> </scm> <mailingLists> <mailingList> @@ -63,12 +63,12 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <targetJdk>1.8</targetJdk> <org.springframework.version>5.0.7.RELEASE</org.springframework.version> - <org.hibernate.version>5.3.2.Final</org.hibernate.version> + <org.hibernate.version>5.3.3.Final</org.hibernate.version> <com.sun.jersey.version>1.19.4</com.sun.jersey.version> <apache.cxf>3.2.4</apache.cxf> <jackson.version>2.9.5</jackson.version> <org.mysql.version>5.1.46</org.mysql.version> - <org.postgresql.version>42.2.2</org.postgresql.version> + <org.postgresql.version>42.2.4</org.postgresql.version> <org.infinispan.version>9.2.3.Final</org.infinispan.version> <lucene.version>4.8.0</lucene.version> <version.selenium>3.13.0</version.selenium>