Blame SOURCES/bcprov-jdk15on-1.52.pom

1333f5
1333f5
<project>
1333f5
  <modelVersion>4.0.0</modelVersion>
1333f5
  <groupId>org.bouncycastle</groupId>
1333f5
  <artifactId>bcprov-jdk15on</artifactId>
1333f5
  <packaging>jar</packaging>
1333f5
  <name>Bouncy Castle Provider</name>
1333f5
  <version>1.52</version>
1333f5
  <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.</description>
1333f5
  <url>http://www.bouncycastle.org/java.html</url>
1333f5
  <licenses>
1333f5
    <license>
1333f5
      <name>Bouncy Castle Licence</name>
1333f5
      <url>http://www.bouncycastle.org/licence.html</url>
1333f5
      <distribution>repo</distribution>
1333f5
    </license>
1333f5
  </licenses>
1333f5
  <scm>
1333f5
    <url>https://github.com/bcgit/bc-java</url>
1333f5
  </scm>
1333f5
  <issueManagement>
1333f5
     <system>JIRA</system>
1333f5
     <url>http://www.bouncycastle.org/jira/secure/Dashboard.jspa</url>
1333f5
  </issueManagement>
1333f5
  <developers>
1333f5
    <developer>
1333f5
      <id>feedback-crypto</id>
1333f5
      <name>The Legion of the Bouncy Castle Inc.</name>
1333f5
      <email>feedback-crypto@bouncycastle.org</email>
1333f5
    </developer>
1333f5
  </developers>
1333f5
</project>