|
1 | 1 | <?xml version="1.0"?>
|
2 |
| -<!-- |
3 |
| -
|
4 |
| - Copyright © 2017 Jeremy Custenborder ([email protected]) |
5 |
| -
|
6 |
| - Licensed under the Apache License, Version 2.0 (the "License"); |
7 |
| - you may not use this file except in compliance with the License. |
8 |
| - You may obtain a copy of the License at |
9 |
| -
|
10 |
| - http://www.apache.org/licenses/LICENSE-2.0 |
11 |
| -
|
12 |
| - Unless required by applicable law or agreed to in writing, software |
13 |
| - distributed under the License is distributed on an "AS IS" BASIS, |
14 |
| - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
15 |
| - See the License for the specific language governing permissions and |
16 |
| - limitations under the License. |
17 |
| -
|
18 |
| ---> |
19 |
| -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
20 |
| - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
21 |
| - <modelVersion>4.0.0</modelVersion> |
22 |
| - <parent> |
23 |
| - <groupId>com.github.jcustenborder.kafka.connect</groupId> |
24 |
| - <artifactId>kafka-connect-parent</artifactId> |
25 |
| - <version>0.11.0.0-cp4</version> |
26 |
| - </parent> |
27 |
| - <artifactId>kafka-connect-transform-common</artifactId> |
28 |
| - <version>0.1.0-SNAPSHOT</version> |
29 |
| - <name>kafka-connect-transform-cef</name> |
30 |
| - <url>https://github.com/jcustenborder/kafka-connect-transform-common</url> |
31 |
| - <inceptionYear>2017</inceptionYear> |
32 |
| - <licenses> |
33 |
| - <license> |
34 |
| - <name>Apache License 2.0</name> |
35 |
| - <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
36 |
| - <distribution>repo</distribution> |
37 |
| - </license> |
38 |
| - </licenses> |
39 |
| - <developers> |
40 |
| - <developer> |
41 |
| - <name>Jeremy Custenborder</name> |
42 |
| - |
43 |
| - <url>https://github.com/jcustenborder</url> |
44 |
| - <roles> |
45 |
| - <role>maintainer</role> |
46 |
| - </roles> |
47 |
| - </developer> |
48 |
| - </developers> |
49 |
| - <scm> |
50 |
| - <connection>scm:git:https://github.com/jcustenborder/kafka-connect-transform-cef.git</connection> |
51 |
| - < developerConnection>scm:git: [email protected]:jcustenborder/kafka-connect-transform-cef.git</ developerConnection> |
52 |
| - <url>https://github.com/jcustenborder/kafka-connect-transform-cef</url> |
53 |
| - </scm> |
54 |
| - <issueManagement> |
55 |
| - <system>github</system> |
56 |
| - <url>https://github.com/jcustenborder/kafka-connect-transform-cef/issues</url> |
57 |
| - </issueManagement> |
58 |
| - <dependencies> |
59 |
| - <dependency> |
60 |
| - <groupId>org.reflections</groupId> |
61 |
| - <artifactId>reflections</artifactId> |
62 |
| - <version>0.9.10</version> |
63 |
| - <scope>test</scope> |
64 |
| - </dependency> |
65 |
| - <dependency> |
66 |
| - <groupId>com.github.jcustenborder.kafka.connect</groupId> |
67 |
| - <artifactId>connect-utils-testing-data</artifactId> |
68 |
| - <version>[0.3.33,0.3.1000)</version> |
69 |
| - <scope>test</scope> |
70 |
| - </dependency> |
71 |
| - </dependencies> |
| 2 | +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 3 | + xmlns="http://maven.apache.org/POM/4.0.0" |
| 4 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 5 | + <modelVersion>4.0.0</modelVersion> |
| 6 | + <parent> |
| 7 | + <groupId>com.github.jcustenborder.kafka.connect</groupId> |
| 8 | + <artifactId>kafka-connect-parent</artifactId> |
| 9 | + <version>1.0.0</version> |
| 10 | + </parent> |
| 11 | + <artifactId>kafka-connect-transform-common</artifactId> |
| 12 | + <version>0.1.0-SNAPSHOT</version> |
| 13 | + <name>kafka-connect-transform-cef</name> |
| 14 | + <url>https://github.com/jcustenborder/kafka-connect-transform-common</url> |
| 15 | + <inceptionYear>2017</inceptionYear> |
| 16 | + <licenses> |
| 17 | + <license> |
| 18 | + <name>Apache License 2.0</name> |
| 19 | + <url>https:/github.com/jcustenborder/kafka-connect-transform-common/LICENSE</url> |
| 20 | + <distribution>repo</distribution> |
| 21 | + </license> |
| 22 | + </licenses> |
| 23 | + <developers> |
| 24 | + <developer> |
| 25 | + <id>jcustenborder</id> |
| 26 | + <name>Jeremy Custenborder</name> |
| 27 | + <url>https://github.com/jcustenborder</url> |
| 28 | + <roles> |
| 29 | + <role>Committer</role> |
| 30 | + </roles> |
| 31 | + </developer> |
| 32 | + </developers> |
| 33 | + <scm> |
| 34 | + <connection>scm:git:https://github.com/jcustenborder/kafka-connect-transform-common.git</connection> |
| 35 | + < developerConnection>scm:git: [email protected]:jcustenborder/kafka-connect-transform-common.git</ developerConnection> |
| 36 | + <url>https://github.com/jcustenborder/kafka-connect-transform-common</url> |
| 37 | + </scm> |
| 38 | + <issueManagement> |
| 39 | + <system>github</system> |
| 40 | + <url>https://github.com/jcustenborder/kafka-connect-transform-common/issues</url> |
| 41 | + </issueManagement> |
| 42 | + <dependencies> |
| 43 | + <dependency> |
| 44 | + <groupId>org.reflections</groupId> |
| 45 | + <artifactId>reflections</artifactId> |
| 46 | + <version>0.9.10</version> |
| 47 | + <scope>test</scope> |
| 48 | + </dependency> |
| 49 | + <dependency> |
| 50 | + <groupId>com.github.jcustenborder.kafka.connect</groupId> |
| 51 | + <artifactId>connect-utils-testing-data</artifactId> |
| 52 | + <version>[0.3.33,0.3.1000)</version> |
| 53 | + <scope>test</scope> |
| 54 | + </dependency> |
| 55 | + </dependencies> |
72 | 56 | </project>
|
0 commit comments