Skip to content

Commit

Permalink
Merge pull request #43 from eclipse-ee4j/release-1.1
Browse files Browse the repository at this point in the history
Release 1.1
  • Loading branch information
ivargrimstad authored Sep 22, 2020
2 parents 0661867 + 70f1f48 commit 42672ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<spec>
<nonFinal>${spec.nonFinal}</nonFinal>
<jarType>api</jarType>
<specVersion>1.0</specVersion>
<specVersion>1.1</specVersion>
<newSpecVersion>${spec.version}</newSpecVersion>
<specBuild>01</specBuild>
<specImplVersion>${project.version}</specImplVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.deploy.skip>false</maven.deploy.skip>
<spec.version>1.1</spec.version>
<spec.nonFinal>true</spec.nonFinal>
<spec.status>Draft</spec.status> <!-- Empty for final version -->
<spec.nonFinal>false</spec.nonFinal>
<spec.status></spec.status> <!-- Empty for final version -->
</properties>

<modules>
Expand Down

0 comments on commit 42672ac

Please # to comment.