DBZ-17 Minor changes to the POMs

This commit is contained in:
Randall Hauch 2016-02-18 13:58:29 -06:00
parent 0b09c05351
commit 1d46e59048
6 changed files with 8 additions and 35 deletions

View File

@ -1,9 +1,4 @@
<?xml version="1.0"?>
<!--
~ Copyright 2014 Red Hat, Inc. and/or its affiliates.
~
~ Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.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">
<parent>
@ -84,7 +79,7 @@
<!--
By default, we should use the default Docker image. This propery is changed with different profiles.
-->
<docker.image>debezium-mysql57-server</docker.image>
<docker.image>debezium/mysql57-it-server</docker.image>
<docker.skip>false</docker.skip>
</properties>
<build>
@ -100,13 +95,16 @@
<images>
<image>
<!-- A custom Docker image built on top of an "optimized" MySQL installation. -->
<name>debezium-mysql57-server</name>
<name>debezium/mysql57-it-server</name>
<alias>database</alias>
<build>
<assembly>
<basedir>/docker-entrypoint-initdb.d</basedir>
<dockerFileDir>${project.basedir}/src/test/docker</dockerFileDir>
</assembly>
<tags>
<tag>${docker.image.tag}</tag>
</tags>
</build>
<run>
<namingStrategy>alias</namingStrategy>

View File

@ -1,9 +1,4 @@
<?xml version="1.0"?>
<!--
~ Copyright 2014 Red Hat, Inc. and/or its affiliates.
~
~ Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.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">
<parent>

View File

@ -1,9 +1,4 @@
<?xml version="1.0"?>
<!--
~ Copyright 2014 Red Hat, Inc. and/or its affiliates.
~
~ Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.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">
<parent>

View File

@ -1,9 +1,4 @@
<?xml version="1.0"?>
<!--
~ Copyright 2014 Red Hat, Inc. and/or its affiliates.
~
~ Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.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">
<parent>

View File

@ -1,9 +1,4 @@
<?xml version="1.0"?>
<!--
~ Copyright 2014 Red Hat, Inc. and/or its affiliates.
~
~ Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.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">
<parent>

11
pom.xml
View File

@ -1,9 +1,4 @@
<?xml version="1.0"?>
<!--
~ Copyright 2014 Red Hat, Inc. and/or its affiliates.
~
~ Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.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">
@ -52,7 +47,6 @@
<!-- Major dependencies -->
<version.jackson>2.4.0</version.jackson>
<version.kafka>0.9.0.0</version.kafka>
<!-- Logging -->
<version.org.slf4j>1.7.2</version.org.slf4j>
@ -76,10 +70,11 @@
<version.google.formatter.plugin>0.3.1</version.google.formatter.plugin>
<version.docker.maven.plugin>0.13.9</version.docker.maven.plugin>
<!-- Dockerfiles -->
<!-- Dockerfiles -->
<docker.maintainer>Debezium community</docker.maintainer>
<docker.image.tag>0.1</docker.image.tag>
<!-- Kafka -->
<!-- Kafka -->
<version.kafka>0.9.0.0</version.kafka>
<version.kafka.scala>2.11</version.kafka.scala>
<version.scala>2.11.7</version.scala>