Skip to content

Commit

Permalink
Fix licenses and update dependencies (#225)
Browse files Browse the repository at this point in the history
* Fix licenses and update dependencies
  • Loading branch information
Emily-Jiang authored Sep 27, 2021
1 parent 9f520fc commit 33319f2
Show file tree
Hide file tree
Showing 11 changed files with 64 additions and 185 deletions.
27 changes: 0 additions & 27 deletions api/src/main/javadoc/licenses/Draft/license.html

This file was deleted.

72 changes: 0 additions & 72 deletions api/src/main/javadoc/licenses/Final/license.html

This file was deleted.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<url>http://microprofile.io</url>

<properties>
<version.mp.config>3.0-RC4</version.mp.config>
<version.mp.rest.client>3.0-RC2</version.mp.rest.client>
<version.mp.config>3.0-RC5</version.mp.config>
<version.mp.rest.client>3.0-RC3</version.mp.rest.client>
<version.opentracing>0.33.0</version.opentracing>
<!-- Versions of API dependencies -->
<osgi-annotation.version>1.1.0</osgi-annotation.version>
Expand Down
File renamed without changes.
24 changes: 23 additions & 1 deletion tck/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,27 @@
<artifactId>opentracing-api</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>com.coderplus.maven.plugins</groupId>
<artifactId>copy-rename-maven-plugin</artifactId>
<version>${version.plugin.copy.rename}</version>
<executions>
<execution>
<id>copy-readme</id>
<phase>prepare-package</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<sourceFile>../README.adoc</sourceFile>
<destinationFile>target/classes/README.adoc</destinationFile>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

Empty file.
83 changes: 0 additions & 83 deletions tck/licenses/Final/LICENSE

This file was deleted.

23 changes: 23 additions & 0 deletions tck/rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,27 @@
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.coderplus.maven.plugins</groupId>
<artifactId>copy-rename-maven-plugin</artifactId>
<version>${version.plugin.copy.rename}</version>
<executions>
<execution>
<id>copy-readme</id>
<phase>prepare-package</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<sourceFile>../README.adoc</sourceFile>
<destinationFile>target/classes/README.adoc</destinationFile>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

File renamed without changes.
16 changes: 16 additions & 0 deletions tck/rest-client/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
=========================================================================
== NOTICE file corresponding to section 4(d) of the Apache License, ==
== Version 2.0, in this case for Microprofile OpenTracing ==
=========================================================================

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

SPDXVersion: SPDX-2.1
PackageName: Eclipse Microprofile
PackageHomePage: http://www.eclipse.org/microprofile
PackageLicenseDeclared: Apache-2.0

PackageCopyrightText: <text>
Steve Fontes [email protected]
</text>
Empty file.

0 comments on commit 33319f2

Please sign in to comment.