diff --git a/pom.xml b/pom.xml index 0e5fbc7e3e7021399c0348ab0699099f2262c33a..3ccc0d3ed800f67350e17f031942795182c63e5e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,9 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.sourceforge.teetime</groupId> <artifactId>teetime</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <packaging>jar</packaging> <name>TeeTime</name> @@ -64,7 +63,8 @@ <connection>scm:git:https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime.git</connection> <developerConnection>scm:git:ssh://gitlab@build.se.informatik.uni-kiel.de:chw/teetime.git</developerConnection> <url>https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/</url> - </scm> + <tag>teetime-1.0</tag> + </scm> <dependencies> <dependency> diff --git a/run-configurations/Generate Homepage.launch b/run-configurations/Generate Homepage.launch new file mode 100644 index 0000000000000000000000000000000000000000..f00803dc1c4bfca7c0c3b09bf50d9431d7df71bb --- /dev/null +++ b/run-configurations/Generate Homepage.launch @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType"> +<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/> +<stringAttribute key="M2_GOALS" value="site"/> +<booleanAttribute key="M2_NON_RECURSIVE" value="false"/> +<booleanAttribute key="M2_OFFLINE" value="false"/> +<stringAttribute key="M2_PROFILES" value=""/> +<listAttribute key="M2_PROPERTIES"/> +<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/> +<booleanAttribute key="M2_SKIP_TESTS" value="false"/> +<intAttribute key="M2_THREADS" value="1"/> +<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/> +<stringAttribute key="M2_USER_SETTINGS" value=""/> +<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/> +<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/> +<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="/Users/nel/git/teetime"/> +</launchConfiguration> diff --git a/src/site/resources/images/code_screenshot.png b/src/site/resources/images/code_screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..ff9efb0fa7c1b1a5232bb50abefe1015a989ecb7 Binary files /dev/null and b/src/site/resources/images/code_screenshot.png differ