Home | History | Annotate | Download | only in 2.0.1
      1 
      2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
      3 	<modelVersion>4.0.0</modelVersion>
      4 	<groupId>com.google.code.findbugs</groupId>
      5 	<artifactId>bcel</artifactId>
      6 	<version>2.0.1</version>
      7 	<packaging>jar</packaging>
      8 	<url>http://findbugs.sourceforge.net/</url>
      9 	<name>FindBugs-bcel</name>
     10 	<description>Modified BCEL for Findbugs</description>
     11 	<licenses>
     12 		<license>
     13 			<name>The Apache Software License, Version 2.0</name>
     14 			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     15 			<distribution>repo</distribution>
     16 		</license>
     17 	</licenses>
     18 	<scm>
     19 		<connection>scm:svn:http://findbugs.googlecode.com/svn/trunk/</connection>
     20 		<developerConnection>scm:svn:https://findbugs.googlecode.com/svn/trunk/</developerConnection>
     21 		<url>http://findbugs.googlecode.com/svn/trunk/</url>
     22 	</scm>
     23 </project>
     24