Gilles
2018-09-19 10:07:44 UTC
Hi.
Are we sure that the fix/revert below to work as intended for
*all* components?
Common usage should be enforced (e.g. to allow anyone to help
releasing any component), and ancient inconsistencies fixed.
With a concrete example of a component that has had major
version changes (and top-level package change accordingly),
what is
commons.componentid
and what is
project.artefactId
?
Thanks,
Gilles
To unsubscribe, e-mail: dev-***@commons.apache.org
For additional commands, e-mail: dev-***@commons.apache.org
Are we sure that the fix/revert below to work as intended for
*all* components?
Common usage should be enforced (e.g. to allow anyone to help
releasing any component), and ancient inconsistencies fixed.
With a concrete example of a component that has had major
version changes (and top-level package change accordingly),
what is
commons.componentid
and what is
project.artefactId
?
Thanks,
Gilles
Author: britter
Date: Wed Sep 19 08:06:17 2018
New Revision: 1841296
URL: http://svn.apache.org/viewvc?rev=1841296&view=rev
COMMONSSITE-124: Revert change in commons.scmPubUrl in Parent 47
commons/proper/commons-parent/trunk/pom.xml
commons/proper/commons-parent/trunk/src/changes/changes.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1841296&r1=1841295&r2=1841296&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Sep 19 08:06:17
2018
@@ -1940,7 +1940,7 @@
<!-- value modules can override it -->
<commons.site.path>${commons.componentid}</commons.site.path>
-
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.componentid}</commons.scmPubUrl>
+
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId}</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>${commons.site.cache}/${commons.site.path}</commons.scmPubCheckoutDirectory>
<commons.scmPubServer>commons.site</commons.scmPubServer>
Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1841296&r1=1841295&r2=1841296&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml
(original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Wed
Sep 19 08:06:17 2018
@@ -61,6 +61,7 @@ The <action> type attribute can be add,u
<body>
<release version="48" date="YYYY-MM-DD" description="TBD">
+ <action issue="COMMONSSITE-124" type="fix"
dev="britter">Revert change in commons.scmPubUrl in Parent
47</action>
<action type="update">Update parent from
org.apache:apache 19 to 20.</action>
<action type="update">maven-compiler-plugin 3.7.0 ->
3.8.0</action>
<action type="fix">re-enabled japicmp and introduced
japicmp.skip property that
---------------------------------------------------------------------Date: Wed Sep 19 08:06:17 2018
New Revision: 1841296
URL: http://svn.apache.org/viewvc?rev=1841296&view=rev
COMMONSSITE-124: Revert change in commons.scmPubUrl in Parent 47
commons/proper/commons-parent/trunk/pom.xml
commons/proper/commons-parent/trunk/src/changes/changes.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1841296&r1=1841295&r2=1841296&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed Sep 19 08:06:17
2018
@@ -1940,7 +1940,7 @@
<!-- value modules can override it -->
<commons.site.path>${commons.componentid}</commons.site.path>
-
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.componentid}</commons.scmPubUrl>
+
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId}</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>${commons.site.cache}/${commons.site.path}</commons.scmPubCheckoutDirectory>
<commons.scmPubServer>commons.site</commons.scmPubServer>
Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1841296&r1=1841295&r2=1841296&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml
(original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Wed
Sep 19 08:06:17 2018
@@ -61,6 +61,7 @@ The <action> type attribute can be add,u
<body>
<release version="48" date="YYYY-MM-DD" description="TBD">
+ <action issue="COMMONSSITE-124" type="fix"
dev="britter">Revert change in commons.scmPubUrl in Parent
47</action>
<action type="update">Update parent from
org.apache:apache 19 to 20.</action>
<action type="update">maven-compiler-plugin 3.7.0 ->
3.8.0</action>
<action type="fix">re-enabled japicmp and introduced
japicmp.skip property that
To unsubscribe, e-mail: dev-***@commons.apache.org
For additional commands, e-mail: dev-***@commons.apache.org