Skip to content

Commit

Permalink
Merge pull request #6606 from aubi/FISH-8453-fix-japicmp-dependency-o…
Browse files Browse the repository at this point in the history
…n-previous-version

FISH-8453 Specify Previous Version Directly, No Automation
  • Loading branch information
aubi authored Mar 25, 2024
2 parents ef77f48 + 41e1aae commit f242c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
15 changes: 1 addition & 14 deletions core/core-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -616,19 +616,6 @@
</activation>
<build>
<plugins>
<!-- plugin to parse version number without "-SNAPSHOT" -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>released-version</id>
<goals>
<goal>released-version</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
Expand All @@ -638,7 +625,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${releasedVersion.majorVersion}.${releasedVersion.minorVersion}.${releasedVersion.incrementalVersion}</version>
<version>${payara.core.compare-version}</version>
<type>jar</type>
</dependency>
</oldVersion>
Expand Down
1 change: 1 addition & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@

<properties>
<payara.core.version>6.14.0-SNAPSHOT</payara.core.version>
<payara.core.compare-version>6.13.0</payara.core.compare-version>
<!-- BOM dependencies versions -->
<payara.security-connectors.version>3.1</payara.security-connectors.version>
<hk2.version>3.0.1.payara-p4</hk2.version>
Expand Down

0 comments on commit f242c9c

Please sign in to comment.