Skip to content
Snippets Groups Projects
Commit 629035ec authored by srosse's avatar srosse
Browse files

no-jira: move version to 9.1 alpha

parent f8b3503a
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>9.0-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>OpenOLAT LMS</name>
<url>http://www.openolat.org</url>
......
......@@ -837,8 +837,8 @@ ldap.attrib.sync.once.olatkey3=
# Build properties
#####
application.name=OpenOLAT
build.version=9.0.0
build.identifier=openolat900-dev
build.version=9.1.0a
build.identifier=openolat910-dev
build.repo.revision=local-devel
#####
......
......@@ -36,7 +36,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-9.0-SNAPSHOT/WEB-INF/lib";
public static final String LIB_DIR = "target/openolat-lms-9.1-SNAPSHOT/WEB-INF/lib";
public static WebArchive createDeployment() {
......
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