You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/12/15 07:28:52 UTC

[GitHub] [maven] gnodet commented on a diff in pull request #910: [MNG-7626] maven-bom should have the same parent version as project

gnodet commented on code in PR #910:
URL: https://github.com/apache/maven/pull/910#discussion_r1049296657


##########
maven-bom/pom.xml:
##########
@@ -18,14 +17,13 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>35</version>
-    <relativePath />
+    <version>38</version>
+    <relativePath/>

Review Comment:
   Any reason why the BOM does not have the following has a parent ?
   ```
       <groupId>org.apache.maven</groupId>
       <artifactId>maven</artifactId>
       <version>4.0.0-alpha-4-SNAPSHOT</version>
   ```



-- 
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-unsubscribe@maven.apache.org

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