The version of Apache log4j used by SoundHelix.

[[ 🗃 ^aEp6o apache-log4j ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/aEp6o

SSH: git clone USERNAME@vervis.peers.community:aEp6o

Branches

Tags

v1.3alpha8 ::

pom.xml

<?xml version="1.0"?>

<project>

<modelVersion>4.0.0</modelVersion>

<groupId>
org.apache.log4j
</groupId>

<artifactId>
log4j
</artifactId>
<name>log4j</name>
<version>
1.3
</version>
<description>Logging services for Java</description>
<url>http://logging.apache.org/log4j</url>
<issueManagement>
  <system>Bugzilla</system>
  <url>http://issues.apache.org/bugzilla</url>
</issueManagement>
<inceptionYear>1999</inceptionYear>
<mailingLists>
	<mailingList>
		<name>log4j-user</name>
		<subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
		<unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
		<post>log4j-user@logging.apache.org</post>
		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
		<otherArchives>
			<otherArchive>http://marc.theaimsgroup.com/?l=log4j-user&amp;r=1&amp;w=2</otherArchive>
		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
		</otherArchives>
	</mailingList>
	<mailingList>
		<name>log4j-dev</name>
		<subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
		<unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
		<post>log4j-dev@logging.apache.org</post>
		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
		<otherArchives>
		    <otherArchive>http://marc.theaimsgroup.com/?l=log4j-dev&amp;r=1&amp;w=2</otherArchive>
		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
		</otherArchives>
	</mailingList>
</mailingLists>
<developers>
   <developer>
   	   <id>mwomack</id>
   	   <name>Mark Womack</name>
   	   <email>mwomack@apache.org</email>
   	</developer>
   <developer>
   	   <id>carnold</id>
   	   <name>Curt Arnold</name>
   	   <email>carnold@apache.org</email>
   	</developer>
   <developer>
   	   <id>sdeboy</id>
   	   <name>Scott Deboy</name>
   	   <email>sdeboy@apache.org</email>
   	</developer>
   	<!--  TODO: Many more need to be here -->
</developers>
<licenses>
	<license>
		<name>Apache License, Version 2.0</name>
		<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
		<distribution>repo</distribution>
	</license>
</licenses>
<scm>
	<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/trunk</connection>
	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/trunk</developerConnection>
	<url>http://svn.apache.org/viewcvs.cgi/logging/log4j/trunk</url>
</scm>
<organization>
    <name>Apache Software Foundation</name>
    <url>http://www.apache.org</url>
</organization>
<build>
    <plugins>
      <plugin>
        <artifactId>maven-checkstyle-plugin</artifactId>
        <dependencies>
          <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.12</version>
          </dependency>
        </dependencies>
      </plugin>
    </plugins>
    <sourceDirectory>src/java</sourceDirectory>
    <testSourceDirectory>tests/src/java</testSourceDirectory>
</build>
<dependencies>
  <dependency>
    <groupId>javax.activation</groupId>
    <artifactId>activation</artifactId>
    <version>1.0.2</version>
  </dependency>
  <dependency>
    <groupId>javax.mail</groupId>
    <artifactId>mail</artifactId>
    <version>1.3.3</version>
  </dependency>
  <dependency>
    <groupId>javax.jms</groupId>
    <artifactId>jms</artifactId>
    <version>1.1</version>
  </dependency>
  <dependency>
    <groupId>com.sun.jmx</groupId>
    <artifactId>jmxri</artifactId>
    <version>1.2.1</version>
  </dependency>
  <dependency>
    <groupId>oro</groupId>
    <artifactId>oro</artifactId>
    <version>2.0.8</version>
  </dependency>
  <dependency>
    <groupId>javax.servlet</groupId>
    <artifactId>servlet-api</artifactId>
    <version>2.4</version>
  </dependency>
  <dependency>
    <groupId>junit</groupId>
    <artifactId>junit</artifactId>
    <version>3.8.1</version>
  </dependency>
  <dependency>
    <groupId>jetty</groupId>
    <artifactId>org.mortbay.jetty.plus</artifactId>
    <version>5.1.9</version>
  </dependency>
  <dependency>
    <groupId>jetty</groupId>
    <artifactId>org.mortbay.jetty</artifactId>
    <version>5.1.9</version>
  </dependency>
</dependencies>
  <reporting>
    <plugins>
      <plugin>
        <artifactId>maven-checkstyle-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-pmd-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-project-info-reports-plugin</artifactId>
      </plugin>
      <!-- plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>jxr-maven-plugin</artifactId>
      </plugin -->
      <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>changelog-maven-plugin</artifactId>
      </plugin>
      <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>changes-maven-plugin</artifactId>
      </plugin>
    </plugins>
  </reporting>
<distributionManagement>
  <site>
    <id>website</id>
    <url>scp://people.apache.org/public_html/log4j_13/</url>
  </site>
</distributionManagement>
</project>

[See repo JSON]