Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OLAT CI-CD Testing Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Oliver Dam
OLAT CI-CD Testing Project
Commits
9801e4ce
Commit
9801e4ce
authored
6 years ago
by
srosse
Browse files
Options
Downloads
Patches
Plain Diff
OO-3295: update hibernate to last version, move reference to mercurial
in README.md
parent
e2d04e92
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+6
-8
6 additions, 8 deletions
README.md
pom.xml
+8
-8
8 additions, 8 deletions
pom.xml
with
14 additions
and
16 deletions
README.md
+
6
−
8
View file @
9801e4ce
...
...
@@ -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 member
ship:
[
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:
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
8
−
8
View file @
9801e4ce
...
...
@@ -7,7 +7,7 @@
<version>
13.0-SNAPSHOT
</version>
<packaging>
war
</packaging>
<name>
OpenOLAT LMS
</name>
<url>
http://www.openolat.
org
</url>
<url>
http
s
://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>
http
s
://www.openolat.
com
</url>
</organization>
<licenses>
<license>
...
...
@@ -41,12 +41,12 @@
</distributionManagement>
<issueManagement>
<system>
JIRA
</system>
<url>
http://jira.openolat.org
</url>
<url>
http
s
://jira.openolat.org
</url>
</issueManagement>
<scm>
<
connection>
scm:hg:
http://
hg.openolat.org
</connection
>
<
developerC
onnection>
scm:
hg:http://hg.openolat.org
</developerC
onnection>
<
url>
http://hg.openolat.org
</url
>
<
url>
http
s
://
github.com/OpenOLAT/OpenOLAT
</url
>
<
c
onnection>
scm:
git:git://github.com/OpenOLAT/OpenOLAT.git
</c
onnection>
<
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment