Skip to content

Commit

Permalink
Review WebSocket vs EL vs JSP specs and align all three
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Feb 3, 2020
1 parent 62a4310 commit 1b92ae0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion spec/README.md
@@ -1,5 +1,5 @@
Jakarta WebSocket Specification
============================
===============================

This project generates the Jakarta WebSocket Specification.

Expand Down
15 changes: 9 additions & 6 deletions spec/pom.xml
Expand Up @@ -17,14 +17,17 @@
-->
<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.websocket</groupId>
<artifactId>websocket-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.5</version>
<relativePath/>
</parent>


<groupId>jakarta.websocket</groupId>
<artifactId>websocket-spec</artifactId>
<version>2.0-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down Expand Up @@ -151,8 +154,8 @@
<revdate>${revisiondate}</revdate>
</attributes>
</configuration>

</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down
7 changes: 7 additions & 0 deletions spec/src/main/asciidoc/license-efsl.adoc
Expand Up @@ -4,11 +4,18 @@ Specification: {doctitle}
Version: {revnumber}
ifeval::["{revremark}" != ""]
Status: {revremark}
endif::[]
ifeval::["{revremark}" == ""]
Status: Final Release
endif::[]
Release: {revdate}
....

Copyright (c) 2019 Eclipse Foundation.

=== Eclipse Foundation Specification License

By using and/or copying this document, or the Eclipse Foundation
Expand Down

0 comments on commit 1b92ae0

Please sign in to comment.