You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/29 14:57:58 UTC

[GitHub] [camel-quarkus] zhfeng opened a new issue, #3887: flattened-full-pom.xml contains some artifacts from quarkus 2.9.0.Final

zhfeng opened a new issue, #3887:
URL: https://github.com/apache/camel-quarkus/issues/3887

   There are still some artifacts come from quarkus 2.9.0.Final in `flattened-full-pom.xml`
   ```
       <dependency>
           <groupId>io.quarkus</groupId><!-- io.quarkus:quarkus-bom:2.9.0.Final -->
           <artifactId>quarkus-bom-quarkus-platform-descriptor</artifactId><!-- io.quarkus:quarkus-bom:2.9.0.Final -->
           <version>2.9.0.Final</version><!-- io.quarkus:quarkus-bom:2.9.0.Final -->
           <type>json</type><!-- io.quarkus:quarkus-bom:2.9.0.Final -->
           <classifier>2.9.0.Final</classifier><!-- io.quarkus:quarkus-bom:2.9.0.Final -->
         </dependency>
         <dependency>
           <groupId>io.quarkus</groupId><!-- io.quarkus:quarkus-bom:2.9.0.Final -->
           <artifactId>quarkus-bom-quarkus-platform-properties</artifactId><!-- io.quarkus:quarkus-bom:2.9.0.Final -->
           <version>2.9.0.Final</version><!-- io.quarkus:quarkus-bom:2.9.0.Final -->
           <type>properties</type><!-- io.quarkus:quarkus-bom:2.9.0.Final -->
         </dependency>
   
   ```
   I think we had upgrades `quarkus.version` to `2.10.0.Final` so is there a bug when generating flattened-full-pom.xml ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] ppalaga commented on issue #3887: flattened-full-pom.xml contains some artifacts from quarkus 2.9.0.Final

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #3887:
URL: https://github.com/apache/camel-quarkus/issues/3887#issuecomment-1170961091

   Thanks for the report, @zhfeng, that should really not happen. Let me check.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] ppalaga closed issue #3887: flattened-full-pom.xml contains some artifacts from quarkus 2.9.0.Final

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #3887: flattened-full-pom.xml contains some artifacts from quarkus 2.9.0.Final
URL: https://github.com/apache/camel-quarkus/issues/3887


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org