This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-digester.git
The following commit(s) were added to refs/heads/master by this push:
new b10cd583 Implement TODO due to newer parent
new 82f7eb82 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-digester.git
b10cd583 is described below
commit b10cd583b2bf2ec6a144ffb6e1cd39d7a2850174
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 5 07:56:50 2024 -0400
Implement TODO due to newer parent
---
pom.xml | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/pom.xml b/pom.xml
index c900eebe..d923ece2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -245,34 +245,7 @@
</systemPropertyVariables>
</configuration>
</plugin>
-
- <!-- TODO remove when upgrading to parent 28 -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-scm-publish-plugin</artifactId>
- <version>1.0-beta-2</version>
- <configuration>
- <content>${project.reporting.outputDirectory}</content>
- <pubScmUrl>scm:svn:${commons.scmPubUrl}</pubScmUrl>
- <checkoutDirectory>site-content</checkoutDirectory>
- <tryUpdate>true</tryUpdate>
- <ignorePathsToDelete>
- <ignorePathToDelete>commons-digester-*</ignorePathToDelete>
- </ignorePathsToDelete>
- </configuration>
- <executions>
- <execution>
- <id>scm-publish</id>
- <phase>site-deploy</phase><!-- deploy site with
maven-scm-publish-plugin -->
- <goals>
- <goal>publish-scm</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
</plugins>
-
<pluginManagement>
<plugins>
<!-- TODO remove when upgrading to parent 28 -->