diff options
Diffstat (limited to 'archiva-jetty-js')
-rw-r--r-- | archiva-jetty-js/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-jetty-js/pom.xml b/archiva-jetty-js/pom.xml index 8d7fcbed1..9d3ecadcf 100644 --- a/archiva-jetty-js/pom.xml +++ b/archiva-jetty-js/pom.xml @@ -28,7 +28,7 @@ <artifactId>archiva-jetty-js</artifactId> <packaging>pom</packaging> <!-- This is filtered into the scripts, so should be set to Apache Archiva --> - <name>Apache Archiva JS</name> + <name>Apache Archiva</name> <dependencies> <dependency> <groupId>org.eclipse.jetty</groupId> @@ -218,7 +218,7 @@ </executions> <configuration> <descriptor>src/main/assembly/bin.xml</descriptor> - <finalName>apache-archiva-js-${project.version}</finalName> + <finalName>apache-archiva-${project.version}</finalName> </configuration> </plugin> <plugin> |