Skip to content

Commit

Permalink
Added developer information to POM
Browse files Browse the repository at this point in the history
  • Loading branch information
pmwmedia committed Dec 8, 2014
1 parent a20e33e commit c4cdb6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tinylog/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
<pom id="pom.tinylog" groupId="org.tinylog" artifactId="tinylog" version="${maven-version}" name="tinylog" description="tinylog is a minimalist logger for Java, optimized for ease of use" url="http://www.tinylog.org/">
<scm url="https://github.com/pmwmedia/tinylog" connection="scm:git:github.com/pmwmedia/tinylog.git" developerConnection="scm:git:[email protected]:pmwmedia/tinylog.git" />
<license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
<developer name="Martin Winandy" email="[email protected]" />
</pom>
<writepom pomRefId="pom.tinylog" file="${dist.maven}/tinylog-${maven-version}.pom" />

Expand Down Expand Up @@ -346,6 +347,7 @@
<pom id="org.log4j" groupId="org.tinylog" artifactId="log4j-facade" version="${maven-version}" name="Log4j Facade" description="Log4j Facade is a Log4j-compatible logging API for tinylog" url="http://www.tinylog.org/">
<scm url="https://github.com/pmwmedia/tinylog" connection="scm:git:github.com/pmwmedia/tinylog.git" developerConnection="scm:git:[email protected]:pmwmedia/tinylog.git" />
<license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
<developer name="Martin Winandy" email="[email protected]" />
<dependency groupId="org.tinylog" artifactId="tinylog" version="${maven-version}"/>
</pom>
<writepom pomRefId="org.log4j" file="${dist.maven}/log4j-facade-${maven-version}.pom" />
Expand Down Expand Up @@ -397,6 +399,7 @@
<pom id="org.slf4j" groupId="org.tinylog" artifactId="slf4j-binding" version="${maven-version}" name="SLF4J Binding" description="SLF4J Binding for tinylog" url="http://www.tinylog.org/">
<scm url="https://github.com/pmwmedia/tinylog" connection="scm:git:github.com/pmwmedia/tinylog.git" developerConnection="scm:git:[email protected]:pmwmedia/tinylog.git" />
<license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
<developer name="Martin Winandy" email="[email protected]" />
<dependency groupId="org.tinylog" artifactId="tinylog" version="${maven-version}"/>
<dependency groupId="org.slf4j" artifactId="slf4j-api" version="${slf4j-version}"/>
</pom>
Expand Down

0 comments on commit c4cdb6c

Please sign in to comment.