oscerd commented on PR #10460: URL: https://github.com/apache/camel/pull/10460#issuecomment-1611298433
> @oscerd OK, thx. > > IMHO the pom.xml versions might need adjustments: > > ``` > <version>3.21.0-SNAPSHOT</version> > </parent> > ``` Once the release for 3.21.0 will be completed we'll move 3.x to 3.22.0-SNAPSHOT > > on 3.x 3.22.0-SNAPSHOT, no? as I understand it will not be included in 3.21. on main, I guess 4.0-SNAPSHOT > > ... > > ``` > <properties> > <minimalJavaBuildVersion>11</minimalJavaBuildVersion> > </properties> > ``` > > minimalJavaBuildVersion was fixed on main so remove, no? (but the fix was not backported to 3.x, not sure, see [CAMEL-19384](https://issues.apache.org/jira/browse/CAMEL-19384)) Yes. I'm going to remove it on main. > > .... > > ``` > <dependency> > <groupId>com.azure</groupId> > <artifactId>azure-storage-file-share</artifactId> > <version>12.18.0</version> <!-- https://mvnrepository.com/artifact/com.azure/azure-storage-file-share --> > </dependency> > ``` > > Here, the camel azure bom pom moved to .1 or .2. I'm not sure why I got no warning on the explicit version here. IMHO this could be eliminated in favour of the the camel azure bom pom. > The version should have eliminated on both 3.x and main. > Hope it helps -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org