diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-05-12 11:57:12 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-05-16 07:05:27 +0700 |
commit | 49ae298d31859132fd61f187d53b91f5ec2c1d4b (patch) | |
tree | 806cf0e6187dba87ce71d3e2af92d68c65352cf2 /build/aspectjtools.pom | |
parent | 95fc5eec2de1b46c069f805a0a8657427a1a0a0a (diff) | |
download | aspectj-49ae298d31859132fd61f187d53b91f5ec2c1d4b.tar.gz aspectj-49ae298d31859132fd61f187d53b91f5ec2c1d4b.zip |
Replace links to aspectj.org by links to eclipse.org/aspectj
As discussed with Andy Clement, domain aspectj.org seems to still be
owned by Xerox, and currently no website for it is online. Therefore, it
is better to link to the AspectJ Eclipse homepage.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'build/aspectjtools.pom')
-rw-r--r-- | build/aspectjtools.pom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/aspectjtools.pom b/build/aspectjtools.pom index f5ad3e8b5..c24c5db57 100644 --- a/build/aspectjtools.pom +++ b/build/aspectjtools.pom @@ -8,7 +8,7 @@ <version>ASPECTJVERSION</version> <name>AspectJ tools</name> <description>Tools from the AspectJ project</description> - <url>http://www.aspectj.org</url> + <url>https://www.eclipse.org/aspectj/</url> <licenses> <license> @@ -22,4 +22,4 @@ <url>http://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/?root=Tools_Project</url> </scm> -</project>
\ No newline at end of file +</project> |