|
|
|
|
@ -1,12 +1,10 @@ |
|
|
|
|
<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"> |
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
<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>de.kreth</groupId> |
|
|
|
|
<artifactId>databasedefinition</artifactId> |
|
|
|
|
<version>0.0.7-SNAPSHOT</version> |
|
|
|
|
<version>0.0.7</version> |
|
|
|
|
<name>DatabaseDefinition</name> |
|
|
|
|
<description>Database creation and definition framework</description> |
|
|
|
|
|
|
|
|
|
@ -63,4 +61,4 @@ |
|
|
|
|
<developerConnection>scm:git:https://github.com/markuskreth/databasedefinition.git</developerConnection> |
|
|
|
|
<tag>databasedefinition-0.0.4</tag> |
|
|
|
|
</scm> |
|
|
|
|
</project> |
|
|
|
|
</project> |
|
|
|
|
|