Skip to content

Commit d98842c

Browse files
committed
developing
1 parent 428a46b commit d98842c

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
7474
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
7575
<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
76-
<maven-enforcer-plugin.version>3.0.0-M5</maven-enforcer-plugin.version>
76+
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
7777
<maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version>
7878
<maven-help-plugin.version>3.2.0</maven-help-plugin.version>
7979
<maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version>
@@ -448,12 +448,6 @@
448448
<version>${maven-surefire-report-plugin.version}</version>
449449
<type>maven-plugin</type>
450450
</dependency>
451-
<dependency>
452-
<groupId>org.apache.maven.plugins</groupId>
453-
<artifactId>maven-changes-plugin</artifactId>
454-
<version>${maven-changes-plugin.version}</version>
455-
<type>maven-plugin</type>
456-
</dependency>
457451
<dependency>
458452
<groupId>org.apache.maven.plugins</groupId>
459453
<artifactId>maven-release-plugin</artifactId>
@@ -715,11 +709,6 @@
715709
<artifactId>maven-surefire-report-plugin</artifactId>
716710
<type>maven-plugin</type>
717711
</dependency>
718-
<dependency>
719-
<groupId>org.apache.maven.plugins</groupId>
720-
<artifactId>maven-changes-plugin</artifactId>
721-
<type>maven-plugin</type>
722-
</dependency>
723712
<dependency>
724713
<groupId>org.apache.maven.plugins</groupId>
725714
<artifactId>maven-release-plugin</artifactId>
@@ -751,11 +740,6 @@
751740
<artifactId>maven-project-info-reports-plugin</artifactId>
752741
<version>${maven-project-info-reports-plugin.version}</version>
753742
</plugin>
754-
<plugin>
755-
<groupId>org.apache.maven.plugins</groupId>
756-
<artifactId>maven-changes-plugin</artifactId>
757-
<version>${maven-changes-plugin.version}</version>
758-
</plugin>
759743
<plugin>
760744
<groupId>org.apache.maven.plugins</groupId>
761745
<artifactId>maven-jxr-plugin</artifactId>

0 commit comments

Comments
 (0)