Skip to content
Snippets Groups Projects
Commit 7bc335ef authored by srosse's avatar srosse
Browse files

no-jira: set version 14.1 alpha

parent 5bb95f67
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openolat</groupId>
<artifactId>openolat-lms</artifactId>
<version>14.0-SNAPSHOT</version>
<version>14.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>OpenOLAT LMS</name>
<url>https://www.openolat.com</url>
......
......@@ -1247,8 +1247,8 @@ ldap.learningResourceManagerRoleValue=
# Build properties
#####
application.name=OpenOLAT
build.version=14.0.0
build.identifier=openolat1400-dev
build.version=14.1a
build.identifier=openolat141a-dev
build.repo.revision=local-devel
#####
......
......@@ -59,7 +59,7 @@ public class LoginTest extends Deployments {
*/
@Test
@RunAsClient
public void loadIndex(LoginPage loginPage) {
public void loadIndex() {
//check that the login page, or dmz is loaded
LoginPage.load(browser, deploymentUrl)
.assertOnLoginPage();
......
......@@ -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-14.0-SNAPSHOT/WEB-INF/lib";
public static final String LIB_DIR = "target/openolat-lms-14.1-SNAPSHOT/WEB-INF/lib";
public static WebArchive createDeployment() {
Map<String,String> overrideProperties = new HashMap<>();
......
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