Skip to content
Snippets Groups Projects
Commit 9801e4ce authored by srosse's avatar srosse
Browse files

OO-3295: update hibernate to last version, move reference to mercurial

in README.md
parent e2d04e92
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,8 @@ With regard to licensing and copyright please refer to the file [LICENSE](LICENS ...@@ -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. We strongly suggest to participate in the OpenOLAT community membership program.
Even though this software is free and open source, the development and management 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 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 maintained and developed in the long run you should consider purchasing a membership:
ship: [Partner program](https://www.openolat.com/open-source/partner-program/?lang=en). [Partner program](https://www.openolat.com/open-source/partner-program/?lang=en).
## Developers ## Developers
...@@ -49,16 +49,14 @@ This is an installation guide for developers. ...@@ -49,16 +49,14 @@ This is an installation guide for developers.
#### Preconditions #### Preconditions
* Check that you are using maven 3.1 or higher (mvn -V) * Check that you are using maven 3.1 or higher (mvn -V)
* Check that you have the mercurial plugin installed in eclipse * Check that you have the git plugin installed in eclipse
[MercurialEclipse update site](https://bitbucket.org/mercurialeclipse/update-site/raw/default/) * Check that you have git installed
* Check that you have Mercurial (hg) installed
* MySQL 5.6 or greater or PostreSQL 9.4 * MySQL 5.6 or greater or PostreSQL 9.4
#### 1. In Eclipse #### 1. In Eclipse
Create a Mercurial repository location (https://hg.openolat.org/openolat) and Create a repository location (https://github.com/OpenOLAT/OpenOLAT.git) and
clone the repo. Do not add a password and make sure you uncheck the init Mercurial repo clone the repo. Right click to clone the repository into your workspace.
checkbox at the end. Right click to clone the repository into your workspace.
If M2_REPO Eclipse variable is missing in Eclipse then execute in terminal: If M2_REPO Eclipse variable is missing in Eclipse then execute in terminal:
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<version>13.0-SNAPSHOT</version> <version>13.0-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>OpenOLAT LMS</name> <name>OpenOLAT LMS</name>
<url>http://www.openolat.org</url> <url>https://www.openolat.com</url>
<description> <description>
Welcome to the OpenOLAT (Open Online Learning And Training) Developer Project Site. This site 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.) contains materials chiefly of concern to developers (e.g., unit testing and SCA output etc.)
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</description> </description>
<organization> <organization>
<name>OpenOLAT</name> <name>OpenOLAT</name>
<url>http://www.openolat.org</url> <url>https://www.openolat.com</url>
</organization> </organization>
<licenses> <licenses>
<license> <license>
...@@ -41,12 +41,12 @@ ...@@ -41,12 +41,12 @@
</distributionManagement> </distributionManagement>
<issueManagement> <issueManagement>
<system>JIRA</system> <system>JIRA</system>
<url>http://jira.openolat.org</url> <url>https://jira.openolat.org</url>
</issueManagement> </issueManagement>
<scm> <scm>
<connection>scm:hg:http://hg.openolat.org</connection> <url>https://github.com/OpenOLAT/OpenOLAT</url>
<developerConnection>scm:hg:http://hg.openolat.org</developerConnection> <connection>scm:git:git://github.com/OpenOLAT/OpenOLAT.git</connection>
<url>http://hg.openolat.org</url> <developerConnection>scm:git:git@github.com:OpenOLAT/OpenOLAT.git</developerConnection>
</scm> </scm>
<mailingLists> <mailingLists>
<mailingList> <mailingList>
...@@ -63,12 +63,12 @@ ...@@ -63,12 +63,12 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<targetJdk>1.8</targetJdk> <targetJdk>1.8</targetJdk>
<org.springframework.version>5.0.7.RELEASE</org.springframework.version> <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> <com.sun.jersey.version>1.19.4</com.sun.jersey.version>
<apache.cxf>3.2.4</apache.cxf> <apache.cxf>3.2.4</apache.cxf>
<jackson.version>2.9.5</jackson.version> <jackson.version>2.9.5</jackson.version>
<org.mysql.version>5.1.46</org.mysql.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> <org.infinispan.version>9.2.3.Final</org.infinispan.version>
<lucene.version>4.8.0</lucene.version> <lucene.version>4.8.0</lucene.version>
<version.selenium>3.13.0</version.selenium> <version.selenium>3.13.0</version.selenium>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment