Skip to content

Commit

Permalink
Merge pull request #3 from jonesbusy/fix/cd
Browse files Browse the repository at this point in the history
Fix CD config
  • Loading branch information
kuisathaverat authored Jun 18, 2024
2 parents 2c25846 + e299650 commit 391521d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
<extension>
<groupId>io.jenkins.tools.incrementals</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.8</version>
</extension>
</extensions>
3 changes: 3 additions & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-Pconsume-incrementals
-Pmight-produce-incrementals
-Dchangelist.format=%d.v%s
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@

<groupId>io.jenkins.plugins</groupId>
<artifactId>opentelemetry-api</artifactId>
<version>${revision}.${changelist}</version>
<version>${revision}-${changelist}</version>
<packaging>hpi</packaging>

<name>OpenTelemetry API Plugin</name>
<url>https://github.com/jenkinsci/opentelemetry-api-plugin</url>

<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/opentelemetry-api-plugin</gitHubRepo>
<opentelemetry.version>1.39.0</opentelemetry.version>
<opentelemetry-alpha.version>1.39.0-alpha</opentelemetry-alpha.version>
<opentelemetry-instrumentation-alpha.version>2.4.0-alpha</opentelemetry-instrumentation-alpha.version>
Expand Down Expand Up @@ -109,4 +111,4 @@
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
</project>
</project>

0 comments on commit 391521d

Please sign in to comment.