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
     1 <?xml version="1.0" encoding="UTF-8"?>
     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">
     3 	<modelVersion>4.0.0</modelVersion>
     4 	<groupId>info.globalcode.sql.dk</groupId>
     5 	<artifactId>sql-dk-parent</artifactId>
     6 	<version>0.11-SNAPSHOT</version>
     7 	<packaging>pom</packaging>
     8 	
     9 	<modules>
    10 		<module>sql-dk</module>
    11 		<module>jdbc-loopback-driver</module>
    12 		<module>jdbc-dk-driver</module>
    13 	</modules>
    14 </project>