|
1 | 1 | <?xml version="1.0"?> |
2 | | -<!-- |
3 | | -
|
4 | | - Copyright © 2016 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 | 2 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
20 | 3 | xmlns="http://maven.apache.org/POM/4.0.0" |
21 | 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
22 | 5 | <modelVersion>4.0.0</modelVersion> |
23 | 6 | <parent> |
24 | 7 | <groupId>com.github.jcustenborder.kafka.connect</groupId> |
25 | 8 | <artifactId>kafka-connect-parent</artifactId> |
26 | | - <version>0.10.2.1-cp2</version> |
| 9 | + <version>1.0.0</version> |
27 | 10 | </parent> |
28 | 11 | <artifactId>kafka-connect-splunk</artifactId> |
29 | 12 | <version>0.2.0-SNAPSHOT</version> |
30 | 13 | <name>kafka-connect-splunk</name> |
31 | 14 | <url>https://github.com/jcustenborder/kafka-connect-splunk</url> |
32 | 15 | <inceptionYear>2016</inceptionYear> |
| 16 | + <licenses> |
| 17 | + <license> |
| 18 | + <name>Apache License 2.0</name> |
| 19 | + <url>https:/github.com/jcustenborder/kafka-connect-splunk/LICENSE</url> |
| 20 | + <distribution>repo</distribution> |
| 21 | + </license> |
| 22 | + </licenses> |
33 | 23 | <developers> |
34 | 24 | <developer> |
| 25 | + <id>jcustenborder</id> |
35 | 26 | <name>Jeremy Custenborder</name> |
36 | | - |
37 | 27 | <url>https://github.com/jcustenborder</url> |
38 | 28 | <roles> |
39 | | - <role>maintainer</role> |
| 29 | + <role>Committer</role> |
40 | 30 | </roles> |
41 | 31 | </developer> |
42 | 32 | </developers> |
|
0 commit comments