Skip to content

Commit

Permalink
Make maven-release-plugin happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Nov 19, 2021
1 parent 5a06580 commit 7fa3f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions integration-tests/solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<description>Integration tests for Camel Quarkus Solr extension</description>

<properties>
<camel-quarkus.version>2.5.0-SNAPSHOT</camel-quarkus.version>
<solr.trust-store>${project.basedir}/target/ssl/trust-store.jks</solr.trust-store>
</properties>

Expand Down Expand Up @@ -83,9 +84,6 @@
<name>!quickly</name>
</property>
</activation>
<properties>
<camel-quarkus.version>${project.version}</camel-quarkus.version>
</properties>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion poms/build-parent-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<camel-quarkus.platform.group-id>io.quarkus</camel-quarkus.platform.group-id>
<camel-quarkus.platform.artifact-id>quarkus-bom</camel-quarkus.platform.artifact-id>
<camel-quarkus.platform.version>${quarkus.version}</camel-quarkus.platform.version>
<camel-quarkus.version>${project.version}</camel-quarkus.version><!-- This needs to be set to the underlying CQ version from command line when testing against Platform BOMs -->
<camel-quarkus.version>2.5.0-SNAPSHOT</camel-quarkus.version><!-- This needs to be set to the underlying CQ version from command line when testing against Platform BOMs -->

<quarkus.banner.enabled>false</quarkus.banner.enabled>
</properties>
Expand Down

0 comments on commit 7fa3f7f

Please sign in to comment.