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
b3f5fe2b
Commit
b3f5fe2b
authored
4 years ago
by
srosse
Browse files
Options
Downloads
Patches
Plain Diff
no-jira: set version 15.2 alpha
parent
3ef41adf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/main/resources/serviceconfig/olat.properties
+2
-2
2 additions, 2 deletions
src/main/resources/serviceconfig/olat.properties
src/test/java/org/olat/test/ArquillianDeployments.java
+1
-1
1 addition, 1 deletion
src/test/java/org/olat/test/ArquillianDeployments.java
with
4 additions
and
4 deletions
pom.xml
+
1
−
1
View file @
b3f5fe2b
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.openolat
</groupId>
<artifactId>
openolat-lms
</artifactId>
<version>
15.
1
-SNAPSHOT
</version>
<version>
15.
2
-SNAPSHOT
</version>
<packaging>
war
</packaging>
<name>
OpenOLAT LMS
</name>
<url>
https://www.openolat.com
</url>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/serviceconfig/olat.properties
+
2
−
2
View file @
b3f5fe2b
...
...
@@ -1325,8 +1325,8 @@ ldap.learningResourceManagerRoleValue=
# Build properties
#####
application.name
=
OpenOlat
build.version
=
15.
1.0
build.identifier
=
openolat15
10
-dev
build.version
=
15.
2a
build.identifier
=
openolat15
2a
-dev
build.repo.revision
=
local-devel
#####
...
...
This diff is collapsed.
Click to expand it.
src/test/java/org/olat/test/ArquillianDeployments.java
+
1
−
1
View file @
b3f5fe2b
...
...
@@ -47,7 +47,7 @@ public class ArquillianDeployments {
public
static
final
String
WEBINF
=
"src/main/webapp/WEB-INF"
;
public
static
final
String
WEBINF_TOMCAT
=
"src/main/webapp-tomcat/WEB-INF"
;
public
static
final
String
TEST_RSRC
=
"src/test/resources"
;
public
static
final
String
LIB_DIR
=
"target/openolat-lms-15.
1
-SNAPSHOT/WEB-INF/lib"
;
public
static
final
String
LIB_DIR
=
"target/openolat-lms-15.
2
-SNAPSHOT/WEB-INF/lib"
;
public
static
WebArchive
createDeployment
()
{
Map
<
String
,
String
>
overrideProperties
=
new
HashMap
<>();
...
...
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