|
|
|
@ -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</groupId> |
|
|
|
<groupId>de.kreth</groupId> |
|
|
|
<artifactId>databasedefinition</artifactId> |
|
|
|
<artifactId>databasedefinition</artifactId> |
|
|
|
<version>0.0.9-SNAPSHOT</version> |
|
|
|
<version>0.0.9</version> |
|
|
|
<name>DatabaseDefinition</name> |
|
|
|
<name>DatabaseDefinition</name> |
|
|
|
<description>Database creation and definition framework</description> |
|
|
|
<description>Database creation and definition framework</description> |
|
|
|
|
|
|
|
|
|
|
|
@ -89,5 +87,6 @@ |
|
|
|
<url>https://gitea.kreth-development.de/markus/databasedefinition</url> |
|
|
|
<url>https://gitea.kreth-development.de/markus/databasedefinition</url> |
|
|
|
<connection>scm:git:https://gitea.kreth-development.de/markus/databasedefinition.git</connection> |
|
|
|
<connection>scm:git:https://gitea.kreth-development.de/markus/databasedefinition.git</connection> |
|
|
|
<developerConnection>scm:git:https://gitea.kreth-development.de/markus/databasedefinition.git</developerConnection> |
|
|
|
<developerConnection>scm:git:https://gitea.kreth-development.de/markus/databasedefinition.git</developerConnection> |
|
|
|
|
|
|
|
<tag>databasedefinition-0.0.9</tag> |
|
|
|
</scm> |
|
|
|
</scm> |
|
|
|
</project> |
|
|
|
</project> |
|
|
|
|