java/pom.xml
author František Kučera <franta-hg@frantovo.cz>
Tue, 30 Apr 2019 20:04:06 +0200
branchv_0
changeset 249 7655df0622ee
parent 244 6bdb45af26d9
permissions -rw-r--r--
change XMLNS for the configuration
Use The 'tag' URI Scheme <http://www.faqs.org/rfcs/rfc4151.html>
Upgrade local configuration:
sed 's@https://sql-dk.globalcode.info/xmlns/configuration@tag:globalcode.info,2018:sqldk/configuration@g' -i ~/.sql-dk/config.xml
franta-hg@240
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@240
     2
<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">
franta-hg@240
     3
	<modelVersion>4.0.0</modelVersion>
franta-hg@240
     4
	<groupId>info.globalcode.sql.dk</groupId>
franta-hg@240
     5
	<artifactId>sql-dk-parent</artifactId>
franta-hg@244
     6
	<version>0.11-SNAPSHOT</version>
franta-hg@240
     7
	<packaging>pom</packaging>
franta-hg@240
     8
	
franta-hg@240
     9
	<modules>
franta-hg@240
    10
		<module>sql-dk</module>
franta-hg@240
    11
		<module>jdbc-loopback-driver</module>
franta-hg@240
    12
		<module>jdbc-dk-driver</module>
franta-hg@240
    13
	</modules>
franta-hg@240
    14
</project>