aboutsummaryrefslogtreecommitdiffstats
path: root/build/pomsForRelease/aspectjrt.pom
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2021-05-22 18:08:43 -0700
committerAndy Clement <aclement@pivotal.io>2021-05-22 18:08:43 -0700
commitf748de9445d0327b8d4fa8c24fd14743cbf0a328 (patch)
tree852dec596034ad12463fb3e0841d77e382edc780 /build/pomsForRelease/aspectjrt.pom
parentbd854373aa6e10a1fd472ec191c2072ec307ec75 (diff)
parent2c0079126c70d843e49efe626c9ac673a5054e27 (diff)
downloadaspectj-f748de9445d0327b8d4fa8c24fd14743cbf0a328.tar.gz
aspectj-f748de9445d0327b8d4fa8c24fd14743cbf0a328.zip
Merge remote-tracking branch 'xander/maven-central-deployment'
Diffstat (limited to 'build/pomsForRelease/aspectjrt.pom')
-rw-r--r--build/pomsForRelease/aspectjrt.pom32
1 files changed, 0 insertions, 32 deletions
diff --git a/build/pomsForRelease/aspectjrt.pom b/build/pomsForRelease/aspectjrt.pom
deleted file mode 100644
index c1f690c9f..000000000
--- a/build/pomsForRelease/aspectjrt.pom
+++ /dev/null
@@ -1,32 +0,0 @@
-<?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>aspectjrt</artifactId>
- <packaging>jar</packaging>
- <version>VERSION</version>
- <name>AspectJ runtime</name>
- <description>The runtime needed to execute a program using AspectJ</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>