fix the spec name

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/spec/pom.xml b/spec/pom.xml
index bd02785..062851f 100644
--- a/spec/pom.xml
+++ b/spec/pom.xml
@@ -21,12 +21,12 @@
     <parent>
         <groupId>org.eclipse.ee4j</groupId>
         <artifactId>project</artifactId>
-        <version>1.0.5</version>
+        <version>1.0.6</version>
         <relativePath/>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>jakarta.xml.bind</groupId>
-    <artifactId>jakarta.xml.bind-spec</artifactId>
+    <artifactId>xml-binding-spec</artifactId>
     <packaging>pom</packaging>
     <version>2.3-SNAPSHOT</version>
     <name>Jakarta XML Binding Specification</name>
@@ -111,7 +111,7 @@
                         </goals>
                         <configuration>
                             <backend>html5</backend>
-                            <outputFile>${project.build.directory}/generated-docs/jakarta.xml.bind-spec-${project.version}.html</outputFile>
+                            <outputFile>${project.build.directory}/generated-docs/${project.artifactId}-${project.version}.html</outputFile>
                             <attributes>
                                 <doctype>book</doctype>
                                 <status>${status}</status>
@@ -134,7 +134,7 @@
                         </goals>
                         <configuration>
                             <backend>pdf</backend>
-                            <outputFile>${project.build.directory}/generated-docs/jakarta.xml.bind-spec-${project.version}.pdf</outputFile>
+                            <outputFile>${project.build.directory}/generated-docs/${project.artifactId}-${project.version}.pdf</outputFile>
                             <attributes>
                                 <pdf-stylesdir>${project.basedir}/src/theme</pdf-stylesdir>
                                 <pdf-style>jakartaee</pdf-style>
@@ -155,7 +155,7 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <sourceDocumentName>jakarta.xml.bind-spec.adoc</sourceDocumentName>
+                    <sourceDocumentName>${project.artifactId}.adoc</sourceDocumentName>
                     <sourceHighlighter>coderay</sourceHighlighter>
                     <attributes>
                         <revnumber>${project.version}</revnumber>
diff --git a/spec/src/assembly/assembly.xml b/spec/src/assembly/assembly.xml
index c6b816b..239db60 100644
--- a/spec/src/assembly/assembly.xml
+++ b/spec/src/assembly/assembly.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <!--
 
-    Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved.
+    Copyright (c) 2017, 2020 Oracle and/or its affiliates. All rights reserved.
 
     This program and the accompanying materials are made available under the
     terms of the Eclipse Public License v. 2.0, which is available at
@@ -22,7 +22,7 @@
     <formats>
         <format>zip</format>
     </formats>
-    <baseDirectory>jakarta.xml.bind-spec</baseDirectory>
+    <baseDirectory>xml-binding-spec</baseDirectory>
     <fileSets>
         <fileSet>
             <directory>target/generated-docs</directory>
diff --git a/spec/src/main/asciidoc/jakarta.xml.bind-spec.adoc b/spec/src/main/asciidoc/xml-binding-spec.adoc
similarity index 85%
rename from spec/src/main/asciidoc/jakarta.xml.bind-spec.adoc
rename to spec/src/main/asciidoc/xml-binding-spec.adoc
index 80ec6e3..eb4f2f2 100644
--- a/spec/src/main/asciidoc/jakarta.xml.bind-spec.adoc
+++ b/spec/src/main/asciidoc/xml-binding-spec.adoc
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2017, 2019 Contributors to the Eclipse Foundation
+// Copyright (c) 2017, 2020 Contributors to the Eclipse Foundation
 //
 
 = Jakarta XML Binding
@@ -25,4 +25,4 @@
 
 // == Jakarta XML Binding
 :sectnums:
-include::jakarta.xml.bind.adoc[]
+include::xml-binding.adoc[]
diff --git a/spec/src/main/asciidoc/jakarta.xml.bind.adoc b/spec/src/main/asciidoc/xml-binding.adoc
similarity index 64%
rename from spec/src/main/asciidoc/jakarta.xml.bind.adoc
rename to spec/src/main/asciidoc/xml-binding.adoc
index b855857..4ce9d55 100644
--- a/spec/src/main/asciidoc/jakarta.xml.bind.adoc
+++ b/spec/src/main/asciidoc/xml-binding.adoc
@@ -1,3 +1,6 @@
+//
+// Copyright (c) 2017, 2020 Contributors to the Eclipse Foundation
+//
 == Introduction
 
 The Jakarta XML Binding provides an API and tools that automate the mapping