Skip to content

Commit 5afaf36

Browse files
committed
Changes required for publishing to Maven Central repository
1 parent a314747 commit 5afaf36

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

pom.xml

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>com.arcao</groupId>
7-
<artifactId>parent</artifactId>
8-
<version>2</version>
6+
<groupId>org.sonatype.oss</groupId>
7+
<artifactId>oss-parent</artifactId>
8+
<version>9</version>
99
</parent>
10-
10+
1111
<artifactId>slf4j-timber</artifactId>
1212
<version>1.2-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414

15-
<name>SLF4J binding for Timber</name>
15+
<name>slf4j-timber</name>
16+
<description>SLF4J binding for Jake Wharton's Timber logging library</description>
1617
<url>http://github.com/arcao/slf4j-timber/</url>
1718

1819
<developers>
@@ -51,21 +52,6 @@
5152
<tag>HEAD</tag>
5253
</scm>
5354

54-
<repositories>
55-
<repository>
56-
<id>maven-arcao-com</id>
57-
<url>http://maven.arcao.com</url>
58-
</repository>
59-
</repositories>
60-
61-
<distributionManagement>
62-
<downloadUrl>http://maven.arcao.com/</downloadUrl>
63-
<repository>
64-
<id>ftp-arcao-repository</id>
65-
<url>ftp://maven.arcao.com/</url>
66-
</repository>
67-
</distributionManagement>
68-
6955
<issueManagement>
7056
<system>GitHub Issues</system>
7157
<url>http://github.com/arcao/slf4j-timber/issues</url>

0 commit comments

Comments
 (0)