Skip to content

Commit bab77b2

Browse files
authored
Merge pull request #487 from akurtakov/develop
Drop enforcer rule usage
2 parents ab99aab + 5ab0672 commit bab77b2

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

org.eclipse.swtchart.cbi/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -99,26 +99,6 @@
9999
PLUGINS
100100
-->
101101
<plugins>
102-
<plugin>
103-
<groupId>org.apache.maven.plugins</groupId>
104-
<artifactId>maven-enforcer-plugin</artifactId>
105-
<version>3.6.1</version>
106-
<executions>
107-
<execution>
108-
<id>enforce-maven</id>
109-
<goals>
110-
<goal>enforce</goal>
111-
</goals>
112-
<configuration>
113-
<rules>
114-
<requireMavenVersion>
115-
<version>3.9</version>
116-
</requireMavenVersion>
117-
</rules>
118-
</configuration>
119-
</execution>
120-
</executions>
121-
</plugin>
122102
<plugin>
123103
<groupId>${tycho.groupid}</groupId>
124104
<artifactId>tycho-packaging-plugin</artifactId>

0 commit comments

Comments
 (0)