Skip to content

Commit

Permalink
Allow for dual license files in final release and set release version…
Browse files Browse the repository at this point in the history
… to 2.0.1

Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Jul 24, 2020
1 parent da149a1 commit 4b49b49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-tck-example</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<name>Jakarta Dependency Injection API TCK Example</name>
<description>The Jakarta Dependency Injection API - TCK Example</description>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-tck</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<packaging>jar</packaging>
<name>Jakarta Dependency Injection API TCK</name>
<description>The Jakarta Dependency Injection API - TCK</description>
Expand Down
1 change: 1 addition & 0 deletions src/assembly/src.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<includes>
<include>README*</include>
<include>${license.file}</include>
<include>LICENSE.txt</include>
<include>NOTICE*</include>
</includes>
</fileSet>
Expand Down

0 comments on commit 4b49b49

Please sign in to comment.