Skip to content
Snippets Groups Projects
Commit 100bbe0e authored by srosse's avatar srosse
Browse files

no-jira: set version 11.4 alpha

parent e6a2a1e9
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.openolat</groupId> <groupId>org.openolat</groupId>
<artifactId>openolat-lms</artifactId> <artifactId>openolat-lms</artifactId>
<version>11.3-SNAPSHOT</version> <version>11.4-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>OpenOLAT LMS</name> <name>OpenOLAT LMS</name>
<url>http://www.openolat.org</url> <url>http://www.openolat.org</url>
...@@ -24,9 +24,7 @@ ...@@ -24,9 +24,7 @@
<name>Apache 2.0 Open Source License</name> <name>Apache 2.0 Open Source License</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url> <url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>manual</distribution> <distribution>manual</distribution>
<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>
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> </license>
</licenses> </licenses>
<distributionManagement> <distributionManagement>
......
...@@ -1034,8 +1034,8 @@ ldap.learningResourceManagerRoleValue= ...@@ -1034,8 +1034,8 @@ ldap.learningResourceManagerRoleValue=
# Build properties # Build properties
##### #####
application.name=OpenOLAT application.name=OpenOLAT
build.version=11.3.0 build.version=11.4a
build.identifier=openolat1130-dev build.identifier=openolat114a-dev
build.repo.revision=local-devel build.repo.revision=local-devel
##### #####
......
...@@ -47,7 +47,7 @@ public class ArquillianDeployments { ...@@ -47,7 +47,7 @@ public class ArquillianDeployments {
public static final String WEBINF = "src/main/webapp/WEB-INF"; 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 WEBINF_TOMCAT = "src/main/webapp-tomcat/WEB-INF";
public static final String TEST_RSRC = "src/test/resources"; 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() { public static WebArchive createDeployment() {
return createDeployment("openolat.war", new HashMap<String,String>()); return createDeployment("openolat.war", new HashMap<String,String>());
......
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