diff options
-rw-r--r-- | aspectjtools/pom.xml | 2 | ||||
-rw-r--r-- | lib/pom.xml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml index 7860f3a5a..7f9f1063a 100644 --- a/aspectjtools/pom.xml +++ b/aspectjtools/pom.xml @@ -11,7 +11,7 @@ </parent> <artifactId>aspectjtools</artifactId> - <name>AspectJ Compiler</name> + <name>AspectJ Tools (Compiler)</name> <build> <plugins> diff --git a/lib/pom.xml b/lib/pom.xml index 22a8a15bb..78e5d8d47 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -12,7 +12,6 @@ <artifactId>lib</artifactId> - <name>AspectJ Test Libraries</name> <description> This module downloads + installs libraries used by many tests, especially those running as Ant jobs. You should not build this module during every build because it is somewhat slow, downloading stuff from 3rd-party websites, |