diff options
author | Andy Clement <aclement@pivotal.io> | 2020-07-22 12:34:07 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2020-07-22 12:34:07 -0700 |
commit | 3d7bc042885bb01697fbd5004fe36cf6c274cfea (patch) | |
tree | 4abc319e37a631fd57bc56decce9ab5233cdf470 /build/pomsForRelease/aspectjmatcher.pom | |
parent | 199aaba33af3874bc5b27a7af2ac60a2dadbeab2 (diff) | |
download | aspectj-3d7bc042885bb01697fbd5004fe36cf6c274cfea.tar.gz aspectj-3d7bc042885bb01697fbd5004fe36cf6c274cfea.zip |
AspectJ 1.9.6 final bitsV1_9_6
Diffstat (limited to 'build/pomsForRelease/aspectjmatcher.pom')
-rw-r--r-- | build/pomsForRelease/aspectjmatcher.pom | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/build/pomsForRelease/aspectjmatcher.pom b/build/pomsForRelease/aspectjmatcher.pom new file mode 100644 index 000000000..fef415ac1 --- /dev/null +++ b/build/pomsForRelease/aspectjmatcher.pom @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.aspectj</groupId> + <artifactId>aspectjmatcher</artifactId> + <packaging>jar</packaging> + <version>VERSION</version> + <name>AspectJ weaver</name> + <description>The AspectJ matcher includes the pointcut matching capabilities</description> + <url>https://www.eclipse.org/aspectj/</url> + + <licenses> + <license> + <name>Eclipse Public License - v 1.0</name> + <url>http://www.eclipse.org/legal/epl-v10.html</url> + <distribution>repo</distribution> + </license> + </licenses> + + <developers> + <developer> + <id>aclement</id> + <name>Andy Clement</name> + <email>aclement@vmware.com</email> + </developer> + </developers> + + <scm> + <url>https://github.com/eclipse/org.aspectj</url> + </scm> + +</project> |