From 100bbe0ee43400737063e64f6032e3c94190a1a6 Mon Sep 17 00:00:00 2001 From: srosse <none@none> Date: Tue, 14 Mar 2017 10:40:33 +0100 Subject: [PATCH] no-jira: set version 11.4 alpha --- pom.xml | 6 ++---- src/main/resources/serviceconfig/olat.properties | 4 ++-- src/test/java/org/olat/test/ArquillianDeployments.java | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 1e1fc74575d..4733d24ac2c 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>11.3-SNAPSHOT</version> + <version>11.4-SNAPSHOT</version> <packaging>war</packaging> <name>OpenOLAT LMS</name> <url>http://www.openolat.org</url> @@ -24,9 +24,7 @@ <name>Apache 2.0 Open Source License</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>manual</distribution> - <comments> - OpenOLAT is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - </comments> + <comments>OpenOLAT is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</comments> </license> </licenses> <distributionManagement> diff --git a/src/main/resources/serviceconfig/olat.properties b/src/main/resources/serviceconfig/olat.properties index 60a4e466a72..1ddad16c806 100644 --- a/src/main/resources/serviceconfig/olat.properties +++ b/src/main/resources/serviceconfig/olat.properties @@ -1034,8 +1034,8 @@ ldap.learningResourceManagerRoleValue= # Build properties ##### application.name=OpenOLAT -build.version=11.3.0 -build.identifier=openolat1130-dev +build.version=11.4a +build.identifier=openolat114a-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 e0a56bfcd9a..fe9c3309d6a 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-11.3-SNAPSHOT/WEB-INF/lib"; + public static final String LIB_DIR = "target/openolat-lms-11.4-SNAPSHOT/WEB-INF/lib"; public static WebArchive createDeployment() { return createDeployment("openolat.war", new HashMap<String,String>()); -- GitLab