Commit 497b0857 authored by Lukas Jungmann's avatar Lukas Jungmann
Browse files

fix the spec name

Signed-off-by: default avatarLukas Jungmann <lukas.jungmann@oracle.com>
parent 36fed035
......@@ -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>
......
<?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>
......
//
// 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 @@ include::license-efsl.adoc[]
// == Jakarta XML Binding
:sectnums:
include::jakarta.xml.bind.adoc[]
include::xml-binding.adoc[]
//
// Copyright (c) 2017, 2020 Contributors to the Eclipse Foundation
//
== Introduction
The Jakarta XML Binding provides an API and tools that automate the mapping
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment