cstamas commented on code in PR #118:
URL: https://github.com/apache/maven-release/pull/118#discussion_r865604908
##
maven-release-manager/pom.xml:
##
@@ -98,14 +116,25 @@
commons-cli
commons-cli
- 1.2
+ 1.5.0
Review Comment:
Yup, look into org.
cstamas commented on code in PR #118:
URL: https://github.com/apache/maven-release/pull/118#discussion_r865623124
##
maven-release-manager/pom.xml:
##
@@ -98,14 +116,25 @@
commons-cli
commons-cli
- 1.2
+ 1.5.0
Review Comment:
See 820e774bbe892d2
cstamas commented on code in PR #118:
URL: https://github.com/apache/maven-release/pull/118#discussion_r865630699
##
maven-release-manager/src/test/java/org/apache/maven/shared/release/phase/AbstractReleaseTestCase.java:
##
@@ -213,7 +213,13 @@ public FileVisitResult visitFile(
cstamas commented on PR #118:
URL: https://github.com/apache/maven-release/pull/118#issuecomment-1118261446
I updated/fixed things reported so far, @slawekjaranowski did re-enable the
failing UT GenerateReleasePomsPhaseTest (while he did disable several tests in
it's parent class), but also
[
https://issues.apache.org/jira/browse/MPDF-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532123#comment-17532123
]
Michael Osipov edited comment on MPDF-104 at 5/5/22 7:50 AM:
-
P
[
https://issues.apache.org/jira/browse/MRELEASE-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák updated MRELEASE-1087:
--
Description:
Mass changes to plugin:
* update maven 3.0 -> 3.2.5
* update resolver f
[
https://issues.apache.org/jira/browse/MPDF-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532123#comment-17532123
]
Michael Osipov commented on MPDF-104:
-
Please provide the PDF also.
> i18n broken
> --
weibo1995 opened a new pull request, #172:
URL: https://github.com/apache/maven-resolver/pull/172
Fix the problem that the dependency tree is different when DF and BF
strategies are adopted when a dependency package has no children dependency.
When BF is adopted, when a dependent package
cstamas commented on PR #172:
URL: https://github.com/apache/maven-resolver/pull/172#issuecomment-1118313118
@weibo1995 could you craft a project that produces different trees on
current master? As we could add it as UT...
--
This is an automated message from the Apache Git Service.
To re
cstamas commented on PR #106:
URL: https://github.com/apache/maven-release/pull/106#issuecomment-1118314843
Isn't this superseded by https://github.com/apache/maven-release/pull/118 ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
[
https://issues.apache.org/jira/browse/MRELEASE-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák updated MRELEASE-1087:
--
Summary: Upgrade Maven to 3.2.5 (and de-plexus) (was: drop Plexus
container APIs, m
[
https://issues.apache.org/jira/browse/MRELEASE-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák closed MRELEASE-1084.
-
Resolution: Duplicate
> Upgrade Maven to 3.2.5
> --
>
>
cstamas commented on PR #106:
URL: https://github.com/apache/maven-release/pull/106#issuecomment-1118316855
Am closing this out, please reopen if needed
--
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
cstamas closed pull request #106: [MRELEASE-1084] Upgrade Maven to 3.2.5
URL: https://github.com/apache/maven-release/pull/106
--
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.
T
slawekjaranowski commented on code in PR #118:
URL: https://github.com/apache/maven-release/pull/118#discussion_r865711326
##
maven-release-manager/src/test/java/org/apache/maven/shared/release/phase/AbstractReleaseTestCase.java:
##
@@ -213,7 +213,13 @@ public FileVisitResult vi
weibo1995 commented on PR #172:
URL: https://github.com/apache/maven-resolver/pull/172#issuecomment-1118351584
> @weibo1995 could you craft a project that produces different trees on
current master? As we could add it as UT...
OK, let me add UT, thanks.
--
This is an automated mess
michael-o commented on PR #172:
URL: https://github.com/apache/maven-resolver/pull/172#issuecomment-1118382980
@weibo1995 Very interesting, thank 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
weibo1995 commented on PR #172:
URL: https://github.com/apache/maven-resolver/pull/172#issuecomment-1118452685
> @weibo1995 could you craft a project that produces different trees on
current master? As we could add it as UT...
https://github.com/apache/maven-resolver/pull/172/commits
cstamas commented on PR #172:
URL: https://github.com/apache/maven-resolver/pull/172#issuecomment-1118493360
Note to myself: after this PR is merged, we should pull up the "common"
tests from DfDependencyCollectorTest and BfDependencyCollectorTest as they
should cover pretty much same stuff
[
https://issues.apache.org/jira/browse/MBUILDCACHE-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MBUILDCACHE-15.
--
Resolution: Fixed
> maven.build.cache.enabled parameter is broken
> ---
Guillaume Nodet created MBUILDCACHE-17:
--
Summary: IllegalStateException: Cache is not initialized. Actual
state: null
Key: MBUILDCACHE-17
URL: https://issues.apache.org/jira/browse/MBUILDCACHE-17
cstamas commented on PR #55:
URL:
https://github.com/apache/maven-assembly-plugin/pull/55#issuecomment-1118572926
anyone else has anything to add here? Maybe some idea to improve added test?
(as it is fragile, in a sense that if any other IT would use "banned"
dependency AND it would execu
Ewa Śliwińska created MDEP-805:
--
Summary: artifactItem documentation
Key: MDEP-805
URL: https://issues.apache.org/jira/browse/MDEP-805
Project: Maven Dependency Plugin
Issue Type: Improvement
[
https://issues.apache.org/jira/browse/MDEP-805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532289#comment-17532289
]
Slawomir Jaranowski commented on MDEP-805:
--
https://maven.apache.org/plugins/maven
gnodet commented on code in PR #55:
URL:
https://github.com/apache/maven-assembly-plugin/pull/55#discussion_r866052752
##
src/main/java/org/apache/maven/plugins/assembly/archive/task/AddDependencySetsTask.java:
##
@@ -183,7 +185,12 @@ void addDependencySet( final DependencySet
cstamas commented on code in PR #55:
URL:
https://github.com/apache/maven-assembly-plugin/pull/55#discussion_r866097262
##
src/main/java/org/apache/maven/plugins/assembly/archive/task/AddDependencySetsTask.java:
##
@@ -183,7 +185,12 @@ void addDependencySet( final DependencySet
cstamas commented on PR #172:
URL: https://github.com/apache/maven-resolver/pull/172#issuecomment-1118784209
Locally verified: took test doe and test resources from this PR (but NOT the
FIX), and copied it to BF and DF UT. I expected BF to fail and DF to pass.
And that exactly happen
pzygielo opened a new pull request, #26:
URL: https://github.com/apache/maven-resources-plugin/pull/26
Similar to
- #15
--
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.
T
michael-o commented on PR #172:
URL: https://github.com/apache/maven-resolver/pull/172#issuecomment-1118837058
JIRA issue please
--
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 comm
slawekjaranowski merged PR #26:
URL: https://github.com/apache/maven-resources-plugin/pull/26
--
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-uns
slawekjaranowski commented on PR #26:
URL:
https://github.com/apache/maven-resources-plugin/pull/26#issuecomment-1118876919
Thanks.
--
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 c
[
https://issues.apache.org/jira/browse/MRESOLVER-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532455#comment-17532455
]
Michael Osipov commented on MRESOLVER-62:
-
[~thammett], 1.8.0 is out. Can you v
kwin commented on code in PR #23:
URL: https://github.com/apache/maven-fluido-skin/pull/23#discussion_r866167000
##
src/main/resources/META-INF/maven/site-macros.vm:
##
@@ -110,21 +110,21 @@
#**##set ( $imgAlt = ' alt=""' )
#* *##end
#* *##if( $border )
-#**##set (
Michael Osipov created MRESOLVER-256:
Summary: Dependency tree is different between DF and BF strategies
when a dependency package has no indirect dependencies
Key: MRESOLVER-256
URL: https://issues.apache.org
asfgit closed pull request #172: Fix the problem that the dependency tree is
different when DF and BF …
URL: https://github.com/apache/maven-resolver/pull/172
--
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
[
https://issues.apache.org/jira/browse/MRESOLVER-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MRESOLVER-256.
Resolution: Fixed
Fixed with
[2ea36519a72079b9efa59c6278b15bfb01a53fb4|https://gitbox.a
[
https://issues.apache.org/jira/browse/MSKINS-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532470#comment-17532470
]
Konrad Windszus commented on MSKINS-170:
The h2 is actually coming from macro `ba
[
https://issues.apache.org/jira/browse/MSKINS-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532470#comment-17532470
]
Konrad Windszus edited comment on MSKINS-170 at 5/5/22 6:18 PM:
---
michael-o commented on code in PR #23:
URL: https://github.com/apache/maven-fluido-skin/pull/23#discussion_r866200329
##
src/main/resources/META-INF/maven/site-macros.vm:
##
@@ -110,21 +110,21 @@
#**##set ( $imgAlt = ' alt=""' )
#* *##end
#* *##if( $border )
-#**##s
michael-o commented on code in PR #23:
URL: https://github.com/apache/maven-fluido-skin/pull/23#discussion_r866200803
##
src/main/resources/META-INF/maven/site-macros.vm:
##
@@ -110,21 +110,21 @@
#**##set ( $imgAlt = ' alt=""' )
#* *##end
#* *##if( $border )
-#**##s
michael-o commented on code in PR #23:
URL: https://github.com/apache/maven-fluido-skin/pull/23#discussion_r866202815
##
src/main/resources/META-INF/maven/site-macros.vm:
##
@@ -110,21 +110,21 @@
#**##set ( $imgAlt = ' alt=""' )
#* *##end
#* *##if( $border )
-#**##s
[
https://issues.apache.org/jira/browse/MRESOLVER-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532477#comment-17532477
]
Hudson commented on MRESOLVER-256:
--
Build succeeded in Jenkins: Maven » Maven TLP » m
[
https://issues.apache.org/jira/browse/MSKINS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532479#comment-17532479
]
Michael Osipov commented on MSKINS-174:
---
Is this still required?
> Render breadcru
[
https://issues.apache.org/jira/browse/MSKINS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532484#comment-17532484
]
Konrad Windszus commented on MSKINS-174:
Yes, still valid and I would appreciate
Tamás Cservenák created MRESOLVER-257:
-
Summary: Make DF and BF UTs share as much tests as possible
Key: MRESOLVER-257
URL: https://issues.apache.org/jira/browse/MRESOLVER-257
Project: Maven Resolv
slawekjaranowski merged PR #154:
URL: https://github.com/apache/maven-integration-testing/pull/154
--
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: issue
slawekjaranowski merged PR #731:
URL: https://github.com/apache/maven/pull/731
--
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.
[
https://issues.apache.org/jira/browse/MNG-7464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532491#comment-17532491
]
ASF GitHub Bot commented on MNG-7464:
-
slawekjaranowski merged PR #731:
URL: https://gi
cstamas commented on PR #118:
URL: https://github.com/apache/maven-release/pull/118#issuecomment-1118957409
Cool, thanks @slawekjaranowski !
--
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 th
cstamas commented on PR #118:
URL: https://github.com/apache/maven-release/pull/118#issuecomment-1118960807
@rfscholte or @hboutemy would be good if any of you would bless this PR so
we can merge. Again, as before, if there is any other PR scheduled, please
merge it BEFORE this one, I will
[
https://issues.apache.org/jira/browse/MNG-7464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532496#comment-17532496
]
Hudson commented on MNG-7464:
-
Build succeeded in Jenkins: Maven » Maven TLP » maven » master #
michael-o closed pull request #23: [MSKINS-169] Image height not effective
URL: https://github.com/apache/maven-fluido-skin/pull/23
--
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 commen
[
https://issues.apache.org/jira/browse/MSKINS-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MSKINS-169.
-
Resolution: Fixed
Fixed with
[97b91611727e1c8cb5c0250388ef34f15c14f521|https://gitbox.apache.org
[
https://issues.apache.org/jira/browse/MSKINS-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MSKINS-117:
--
Fix Version/s: (was: wontfix-candidate)
> Improve lisibility and user-friendliness in the l
[
https://issues.apache.org/jira/browse/MSKINS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532510#comment-17532510
]
Michael Osipov commented on MSKINS-174:
---
I have an idea how to solve this. It is no
[
https://issues.apache.org/jira/browse/MSKINS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MSKINS-174:
--
Fix Version/s: fluido-1.11.0
> Render breadcrumbs div conditionally
> -
[
https://issues.apache.org/jira/browse/MSKINS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov reassigned MSKINS-174:
-
Assignee: Michael Osipov
> Render breadcrumbs div conditionally
> --
[
https://issues.apache.org/jira/browse/MSKINS-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated MSKINS-97:
-
Description: Next major of Fluido should be upgraded to Bootstrap 5.x which
is *not* backwards com
Slawomir Jaranowski created MINDEXER-154:
Summary: Empty download page on documentation site
Key: MINDEXER-154
URL: https://issues.apache.org/jira/browse/MINDEXER-154
Project: Maven Indexer
[
https://issues.apache.org/jira/browse/MSKINS-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532513#comment-17532513
]
Hudson commented on MSKINS-169:
---
Build succeeded in Jenkins: Maven » Maven TLP » maven-flui
Slawomir Jaranowski created MINDEXER-155:
Summary: Add Maven site descriptor for all modules
Key: MINDEXER-155
URL: https://issues.apache.org/jira/browse/MINDEXER-155
Project: Maven Indexer
[
https://issues.apache.org/jira/browse/MINDEXER-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski updated MINDEXER-155:
-
Labels: up-for-grabs (was: )
> Add Maven site descriptor for all modules
> ---
Slawomir Jaranowski created MRELEASE-1088:
-
Summary: Remove parsing of CLI arguments
Key: MRELEASE-1088
URL: https://issues.apache.org/jira/browse/MRELEASE-1088
Project: Maven Release Plugin
slawekjaranowski opened a new pull request, #120:
URL: https://github.com/apache/maven-release/pull/120
Following this checklist to help us incorporate your
contribution quickly and easily:
- [x] Make sure there is a [JIRA
issue](https://issues.apache.org/jira/browse/MJAVADOC) fi
slawekjaranowski commented on PR #120:
URL: https://github.com/apache/maven-release/pull/120#issuecomment-1119076088
Yes I know ... it will conflict with #118 😄
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
Sylwester Lachiewicz created MSKINS-183:
---
Summary: Drop not working ohloh (now https://www.openhub.net/)
Key: MSKINS-183
URL: https://issues.apache.org/jira/browse/MSKINS-183
Project: Maven Skins
[
https://issues.apache.org/jira/browse/MSKINS-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz updated MSKINS-183:
Description: [https://www.openhub.net/]
> Drop not working ohloh (now https://www.
olamy commented on code in PR #120:
URL: https://github.com/apache/maven-release/pull/120#discussion_r866431757
##
maven-release-plugin/src/it/projects/prepare/MRELEASE-667/pom.xml:
##
@@ -37,7 +37,7 @@
- -Prelease,!mrelease-677 ${argumen
olamy commented on code in PR #118:
URL: https://github.com/apache/maven-release/pull/118#discussion_r866433670
##
maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java:
##
@@ -37,38 +42,56 @@
import org.apache.maven.shared.release.phase
olamy commented on code in PR #118:
URL: https://github.com/apache/maven-release/pull/118#discussion_r866438748
##
maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java:
##
@@ -37,38 +42,56 @@
import org.apache.maven.shared.release.phase
weibo1995 opened a new pull request, #173:
URL: https://github.com/apache/maven-resolver/pull/173
Add Test cases for the repair of BF algorithm of dependent package when
children are empty( https://github.com/apache/maven-resolver/pull/172 ).
After adding, it covers two cases.
weibo1995 closed pull request #173: Add Test cases for the repair of BF
algorithm of dependent package when children are empty
URL: https://github.com/apache/maven-resolver/pull/173
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
[
https://issues.apache.org/jira/browse/MASSEMBLY-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy updated MASSEMBLY-956:
Summary: assembly plugin resolves too much, even plugins used to build
dependencies (wa
dependabot[bot] opened a new pull request, #62:
URL: https://github.com/apache/maven-assembly-plugin/pull/62
Bumps [maven-archiver](https://github.com/apache/maven-archiver) from 3.5.1
to 3.5.2.
Commits
https://github.com/apache/maven-archiver/commit/e17dadfafff78826de72fafe466
[
https://issues.apache.org/jira/browse/MRELEASE-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy updated MRELEASE-1079:
Fix Version/s: 3.0.0-M6
> scm tag is added to child module
> ---
[
https://issues.apache.org/jira/browse/MRELEASE-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532647#comment-17532647
]
Herve Boutemy commented on MRELEASE-955:
I improved the page, renamed it to "up
slawekjaranowski commented on code in PR #120:
URL: https://github.com/apache/maven-release/pull/120#discussion_r866495051
##
maven-release-plugin/src/it/projects/prepare/MRELEASE-667/pom.xml:
##
@@ -37,7 +37,7 @@
- -Prelease,!mrelease-67
slawekjaranowski commented on code in PR #110:
URL: https://github.com/apache/maven-release/pull/110#discussion_r866497801
##
maven-release-plugin/src/site/site.xml:
##
@@ -34,6 +34,7 @@ under the License.
+
Review Comment:
Maybe `Upgrade from 2
olamy commented on code in PR #120:
URL: https://github.com/apache/maven-release/pull/120#discussion_r866499261
##
maven-release-plugin/src/it/projects/prepare/MRELEASE-667/pom.xml:
##
@@ -37,7 +37,7 @@
- -Prelease,!mrelease-677 ${argumen
slawekjaranowski commented on code in PR #120:
URL: https://github.com/apache/maven-release/pull/120#discussion_r866505806
##
maven-release-plugin/src/it/projects/prepare/MRELEASE-667/pom.xml:
##
@@ -37,7 +37,7 @@
- -Prelease,!mrelease-67
[
https://issues.apache.org/jira/browse/MRELEASE-955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy reassigned MRELEASE-955:
-
Assignee: Herve Boutemy
> Document how to work with release profile in 3.x vs 2.x
> --
gnodet commented on issue #637:
URL: https://github.com/apache/maven-mvnd/issues/637#issuecomment-1119287386
Please reopen if needed.
--
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
gnodet closed issue #637: Timeout waiting to connect to the Maven daemon
URL: https://github.com/apache/maven-mvnd/issues/637
--
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
cstamas commented on code in PR #118:
URL: https://github.com/apache/maven-release/pull/118#discussion_r866524011
##
maven-release-manager/src/main/java/org/apache/maven/shared/release/DefaultReleaseManager.java:
##
@@ -37,38 +42,56 @@
import org.apache.maven.shared.release.pha
cstamas commented on PR #22:
URL:
https://github.com/apache/maven-deploy-plugin/pull/22#issuecomment-1119301329
@michael-o let's push this along with m-install-p and make 3.0.0 release of
both soon, it is really time for it :smile:
--
This is an automated message from the Apache Git Ser
[
https://issues.apache.org/jira/browse/MENFORCER-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532657#comment-17532657
]
Slawomir Jaranowski commented on MENFORCER-356:
---
It is not good way to a
[
https://issues.apache.org/jira/browse/MENFORCER-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski updated MENFORCER-356:
--
Fix Version/s: waiting-for-feedback
(was: 3.0.1)
> Pl
Tamás Cservenák created MNG-7472:
Summary: Extend Maven BOM to cover all things "provided" by Maven
Key: MNG-7472
URL: https://issues.apache.org/jira/browse/MNG-7472
Project: Maven
Issue Type
Tamás Cservenák created MNG-7473:
Summary: Backport Maven BOM to Maven 3.9.x
Key: MNG-7473
URL: https://issues.apache.org/jira/browse/MNG-7473
Project: Maven
Issue Type: Task
Repo
[
https://issues.apache.org/jira/browse/MNG-7473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamás Cservenák updated MNG-7473:
-
Fix Version/s: 3.9.0-candidate
> Backport Maven BOM to Maven 3.9.x
> --
michael-o commented on PR #118:
URL: https://github.com/apache/maven-release/pull/118#issuecomment-1119311196
> LGTM: a good pass at cleanup that will prepare for next ones I hope M6
will be the last milestone and we can after go to final
I assume that SCM 2 will be in MRELEASE 4 only
91 matches
Mail list logo