Skip to content

Commit

Permalink
Published source code on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
pmwmedia committed Nov 16, 2014
1 parent fb3b687 commit 2ec970f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tinylog/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<mkdir dir="${dist.maven}" />

<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="http://www.tinylog.org/downloads/tinylog-${maven-version}-src.zip" />
<scm url="https://github.com/pmwmedia/tinylog" />
<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>
Expand Down Expand Up @@ -268,7 +268,7 @@
</javadoc>

<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="http://www.tinylog.org/downloads/tinylog-${version}-src.zip" />
<scm url="https://github.com/pmwmedia/tinylog" />
<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}"/>
Expand Down

0 comments on commit 2ec970f

Please sign in to comment.