-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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}"/> | ||
|