diff --git a/pom.xml b/pom.xml index 1e1fc74575defc9bbd1675e1ccda12ce2be31c4d..4733d24ac2c9da964892f6d0204e1517051aab19 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 60a4e466a72e1cd0e6042fc6558b487d82f5b269..1ddad16c806fe1b83e8c3e34b4e1d469038f4ed2 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 e0a56bfcd9a69569cc40065d38b095f06e8d4a44..fe9c3309d6ad1e5fb1b9e2c9bf5df2ceabd0d990 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>());