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-ognl.git
The following commit(s) were added to refs/heads/master by this push:
new 51f9773 Pick up maven-surefire-plugin version from parent
51f9773 is described below
commit 51f9773cd45b73fa837f5a64d3225fe2863dba6d
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 14:25:56 2023 -0500
Pick up maven-surefire-plugin version from parent
---
pom.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7ab638b..6197bd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -332,15 +332,6 @@ limitations under the License.
</executions>
</plugin>
</plugins>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.22.2</version>
- </plugin>
- </plugins>
- </pluginManagement>
</build>
<profiles>