From a0cf181ac65f15dfe0d8a00e8e21fd129848f86b Mon Sep 17 00:00:00 2001 From: srosse <stephane.rosse@frentix.com> Date: Fri, 8 May 2020 14:34:30 +0200 Subject: [PATCH] no-jira: set version 15.1 alpha --- pom.xml | 2 +- src/main/resources/serviceconfig/olat.properties | 4 ++-- src/test/java/org/olat/test/ArquillianDeployments.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 455e72dcc79..adf4fab113a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.openolat</groupId> <artifactId>openolat-lms</artifactId> - <version>15.0-SNAPSHOT</version> + <version>15.1-SNAPSHOT</version> <packaging>war</packaging> <name>OpenOLAT LMS</name> <url>https://www.openolat.com</url> diff --git a/src/main/resources/serviceconfig/olat.properties b/src/main/resources/serviceconfig/olat.properties index 4a44ab6ebb0..27ae707907e 100644 --- a/src/main/resources/serviceconfig/olat.properties +++ b/src/main/resources/serviceconfig/olat.properties @@ -1265,8 +1265,8 @@ ldap.learningResourceManagerRoleValue= # Build properties ##### application.name=OpenOlat -build.version=15.0.0 -build.identifier=openolat1500-dev +build.version=15.1a +build.identifier=openolat151a-dev build.repo.revision=local-devel ##### diff --git a/src/test/java/org/olat/test/ArquillianDeployments.java b/src/test/java/org/olat/test/ArquillianDeployments.java index 1a2fde96502..27cca3c9c41 100644 --- a/src/test/java/org/olat/test/ArquillianDeployments.java +++ b/src/test/java/org/olat/test/ArquillianDeployments.java @@ -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.0-SNAPSHOT/WEB-INF/lib"; + public static final String LIB_DIR = "target/openolat-lms-15.1-SNAPSHOT/WEB-INF/lib"; public static WebArchive createDeployment() { Map<String,String> overrideProperties = new HashMap<>(); -- GitLab