<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>one.gfw</groupId>
  <artifactId>aspectjrt</artifactId>
  <version>1.9.19</version>
  <name>AspectJ Runtime</name>
  <description>The AspectJ runtime is a small library necessary to run Java programs enhanced by AspectJ aspects during a previous
		compile-time or post-compile-time (binary weaving) build step.</description>
  <url>https://www.eclipse.org/aspectj/</url>
 

 <licenses>
    <license>
      <name>The 3-Clause BSD License</name>
      <url>https://opensource.org/licenses/BSD-3-Clause</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

    <scm>
        <tag>master</tag>
        <url>git@github.com:oneingfw/wtfdb.git</url>
        <connection>scm:git:git@github.com:oneingfw/wtfdb.git</connection>
        <developerConnection>scm:git:git@github.com:oneingfw/wtfdb.git</developerConnection>
    </scm>

    <developers>
        <developer>
            <name>OneInGfw</name>
            <email>oneingfw@gfw.one</email>
            <organization>OneInGfw</organization>
        </developer>
    </developers>


<distributionManagement>
  <snapshotRepository>
    <id>ossrh</id>
    <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
  </snapshotRepository>
  <repository>
    <id>ossrh</id>
    <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
  </repository>
</distributionManagement>


  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.8</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
