|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 | | - |
| 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"> |
4 | 3 | <modelVersion>4.0.0</modelVersion> |
5 | | - <groupId>org.fluentd</groupId> |
6 | | - <artifactId>fluent-logger</artifactId> |
7 | | - <name>Fluent Logger for Java</name> |
8 | | - <description>Java implementation of structured logger for Fluent.</description> |
9 | | - <version>0.3.0-SNAPSHOT</version> |
10 | | - <packaging>jar</packaging> |
11 | | - <url>https://github.com/fluent/fluent-logger-java</url> |
12 | 4 |
|
13 | 5 | <parent> |
14 | 6 | <groupId>org.sonatype.oss</groupId> |
15 | 7 | <artifactId>oss-parent</artifactId> |
16 | 8 | <version>7</version> |
17 | 9 | </parent> |
18 | 10 |
|
| 11 | + <groupId>org.fluentd</groupId> |
| 12 | + <artifactId>fluent-logger</artifactId> |
| 13 | + <version>0.3.0-SNAPSHOT</version> |
| 14 | + <packaging>jar</packaging> |
| 15 | + |
| 16 | + <name>Fluent Logger for Java</name> |
| 17 | + <description>Java implementation of structured logger for Fluent.</description> |
| 18 | + <url>https://github.com/fluent/fluent-logger-java</url> |
| 19 | + <inceptionYear>2011</inceptionYear> |
19 | 20 | <licenses> |
20 | 21 | <license> |
21 | 22 | <name>The Apache Software License, Version 2.0</name> |
|
24 | 25 | </license> |
25 | 26 | </licenses> |
26 | 27 |
|
27 | | - <scm> |
28 | | - <connection>scm:git:git://github.com/fluent/fluent-logger-java.git</connection> |
29 | | - <developerConnection>scm:git:git@github.com:fluent/fluent-logger-java.git</developerConnection> |
30 | | - <url>scm:git:git://github.com/fluent/fluent-logger-java.git</url> |
31 | | - </scm> |
32 | | - |
33 | 28 | <developers> |
34 | 29 | <developer> |
35 | 30 | <id>muga</id> |
|
38 | 33 | </developer> |
39 | 34 | </developers> |
40 | 35 |
|
| 36 | + <scm> |
| 37 | + <url>https://github.com/fluent/fluent-logger-java.git</url> |
| 38 | + <connection>scm:git:git://github.com/fluent/fluent-logger-java.git</connection> |
| 39 | + <developerConnection>scm:git:git@github.com:fluent/fluent-logger-java.git</developerConnection> |
| 40 | + <tag>HEAD</tag> |
| 41 | + </scm> |
41 | 42 | <issueManagement> |
42 | 43 | <system>GitHub</system> |
43 | 44 | <url>https://github.com/fluent/fluent-logger-java/issues</url> |
44 | 45 | </issueManagement> |
| 46 | + <ciManagement> |
| 47 | + <system>Travis-CI</system> |
| 48 | + <url>https://travis-ci.org/fluent/fluent-logger-java/issues</url> |
| 49 | + </ciManagement> |
45 | 50 |
|
46 | 51 | <properties> |
47 | 52 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
0 commit comments