Skip to content

Commit

Permalink
minor cleanup of boilerplate spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kwsutter committed Jul 12, 2019
1 parent 690d4de commit f39cab0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
.classpath
.project
.settings/
target/
6 changes: 3 additions & 3 deletions api/pom.xml
Expand Up @@ -20,9 +20,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.4</version>
<groupId>org.eclipse.ee4j.xml.registry-api</groupId>
<artifactId>xml.registry-api-parent</artifactId>
<version>1.0.9-SNAPSHOT</version>
</parent>

<groupId>jakarta.xml.registry</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
</parent>

<groupId>org.eclipse.ee4j.xml.registry-api</groupId>
Expand Down
1 change: 1 addition & 0 deletions spec/pom.xml
Expand Up @@ -23,6 +23,7 @@
<version>1.0.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>jakarta.xml.registry</groupId>
<artifactId>xml-registries-spec</artifactId>
<packaging>pom</packaging>
<name>Jakarta XML Registries Specification</name>
Expand Down
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/license-efsl.adoc
Expand Up @@ -26,7 +26,7 @@ document, or portions thereof, that you use:
* All existing copyright notices, or if one does not exist, a notice
(hypertext is preferred, but a textual representation is permitted)
of the form: "Copyright (c) [$date-of-document]
Eclipse Foundation, Inc. <<url to this license>>"
Eclipse Foundation, Inc. \<<url to this license>>"

Inclusion of the full text of this NOTICE must be provided. We
request that authorship attribution be provided in any software,
Expand Down
4 changes: 3 additions & 1 deletion spec/src/main/asciidoc/scope.adoc
@@ -1,3 +1,5 @@
== Specification Scope

Jakarta XML Registries describes Java API's designed specifically for an open and interoperable set of registry services that enable sharing of information between interested parties. The shared information is maintained as objects in a compliant registry. All access to registry content is exposed via the interfaces defined for the Registry Services.
Jakarta XML Registries describes Java API's designed specifically for an open and interoperable set of registry services that enable sharing of information between interested parties.
The shared information is maintained as objects in a compliant registry.
All access to registry content is exposed via the interfaces defined for the Registry Services.

0 comments on commit f39cab0

Please sign in to comment.