|
|
|
@ -1,12 +1,10 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" |
|
|
|
<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"> |
|
|
|
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> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
|
|
|
|
<groupId>de.kreth.vaadin.clubhelper</groupId> |
|
|
|
<groupId>de.kreth.vaadin.clubhelper</groupId> |
|
|
|
<artifactId>vaadin-clubhelper</artifactId> |
|
|
|
<artifactId>vaadin-clubhelper</artifactId> |
|
|
|
<version>1.0.12-SNAPSHOT</version> |
|
|
|
<version>1.1.0</version> |
|
|
|
<packaging>war</packaging> |
|
|
|
<packaging>war</packaging> |
|
|
|
|
|
|
|
|
|
|
|
<name>vaadin-clubhelper</name> |
|
|
|
<name>vaadin-clubhelper</name> |
|
|
|
@ -347,5 +345,6 @@ |
|
|
|
<url>https://github.com/markuskreth/vaadin-clubhelper.git</url> |
|
|
|
<url>https://github.com/markuskreth/vaadin-clubhelper.git</url> |
|
|
|
<connection>scm:git:git@github.com:markuskreth/vaadin-clubhelper.git</connection> |
|
|
|
<connection>scm:git:git@github.com:markuskreth/vaadin-clubhelper.git</connection> |
|
|
|
<developerConnection>scm:git:git@github.com:markuskreth/vaadin-clubhelper.git</developerConnection> |
|
|
|
<developerConnection>scm:git:git@github.com:markuskreth/vaadin-clubhelper.git</developerConnection> |
|
|
|
</scm> |
|
|
|
<tag>vaadin-clubhelper-1.1.0</tag> |
|
|
|
|
|
|
|
</scm> |
|
|
|
</project> |
|
|
|
</project> |
|
|
|
|