michael-o commented on PR #47: URL: https://github.com/apache/maven-project-info-reports-plugin/pull/47#issuecomment-1554537755
> > I will fix and simplify the javaVersionFormat variable. It does not print versions "1.0" and "1.1". > > https://github.com/apache/maven-project-info-reports-plugin/blob/9209a7a175041ba1b2e6902f6f2dbb247a96529d/src/main/java/org/apache/maven/report/projectinfo/dependencies/renderer/DependenciesRenderer.java#L94 > > This confuses me: > > * There is no Java 1.0 here: https://github.com/apache/maven-shared-jar/blob/3cd1e4d7060bba0b378c2f3bcb5bd00037b299dc/src/main/java/org/apache/maven/shared/jar/classes/JarClassesAnalysis.java#L59-L81 > > * Looking at the output of the `full-pom` IT it prints 1.1 as expected. > > > Can you elaborate? > > PS: I will double check. @belingueres, you were partially right. Though, I tested with a loop, still missed. Fixed with `1.1` by making the range inclusive. 1.0 is not printed as noted in the link. Does this resolve the issue for you? -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org