Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zipkinci committed Jan 7, 2024
1 parent c4f0b10 commit 28a79b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
11 changes: 4 additions & 7 deletions benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
the License.
-->
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.zipkin.contrib.brave-propagation-w3c</groupId>
<artifactId>brave-propagation-w3c-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>benchmarks</artifactId>
Expand Down Expand Up @@ -85,8 +83,7 @@
<configuration>
<finalName>benchmarks</finalName>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.openjdk.jmh.Main</mainClass>
</transformer>
</transformers>
Expand All @@ -110,7 +107,7 @@
<!-- instead of javac-with-errorprone -->
<compilerId>javac</compilerId>
<!-- scrub errorprone compiler args -->
<compilerArgs/>
<compilerArgs />
</configuration>
</execution>
</executions>
Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
the License.
-->
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.zipkin.contrib.brave-propagation-w3c</groupId>
<artifactId>brave-propagation-w3c-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -41,7 +39,7 @@
<main.signature.artifact>java18</main.signature.artifact>

<!-- override to set exclusions per-project -->
<errorprone.args/>
<errorprone.args />
<errorprone.version>2.4.0</errorprone.version>

<!-- This allows you to test feature branches with jitpack -->
Expand Down Expand Up @@ -101,7 +99,7 @@
<url>https://github.com/openzipkin-contrib/brave-propagation-w3c</url>
<connection>scm:git:https://github.com/openzipkin-contrib/brave-propagation-w3c.git</connection>
<developerConnection>scm:git:https://github.com/openzipkin-contrib/brave-propagation-w3c.git</developerConnection>
<tag>HEAD</tag>
<tag>0.1.0</tag>
</scm>

<!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
Expand Down
9 changes: 3 additions & 6 deletions tracecontext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
the License.
-->
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<parent>
<groupId>io.zipkin.contrib.brave-propagation-w3c</groupId>
<artifactId>brave-propagation-w3c-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -99,8 +97,7 @@
</relocation>
</relocations>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Automatic-Module-Name>${module.name}</Automatic-Module-Name>
</manifestEntries>
Expand Down

0 comments on commit 28a79b4

Please sign in to comment.