Skip to content

Commit

Permalink
Merge pull request #276 from radcortez/master
Browse files Browse the repository at this point in the history
Fix issues for 2.0 Release, test jar, sources and javadoc
  • Loading branch information
sberyozkin authored Nov 15, 2021
2 parents fa2cf97 + 0fa45e3 commit e05d156
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 55 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-parent</artifactId>
<version>2.2</version>
<version>2.3</version>
</parent>

<groupId>org.eclipse.microprofile.jwt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/license-efsl.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Release: {revdate}

== Copyright

Copyright (c) 2016, 2020 Eclipse Foundation.
Copyright (c) {inceptionYear}, {currentYear} Eclipse Foundation.

=== Eclipse Foundation Specification License

Expand Down
53 changes: 0 additions & 53 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,59 +89,6 @@
</plugin>
</plugins>
</pluginManagement>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${version.plugin.javadoc}</version>
<configuration>
<attach>true</attach>
<doclint>none</doclint>
<doctitle>${project.name}</doctitle>
<windowtitle>${project.name}</windowtitle>
<header><![CDATA[<br>${project.name} v${project.version}]]></header>
<bottom>
<![CDATA[
Copyright &#169; ${inceptionYear} &#x2013; {currentYear} {organizationName}. All rights reserved.
<br>
Use is subject to <a href="{@docRoot}/licenses/${spec.license}.html" target="_top">license terms</a>.
]]>
</bottom>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

<profiles>
Expand Down

0 comments on commit e05d156

Please sign in to comment.