We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab99aab + 5ab0672 commit bab77b2Copy full SHA for bab77b2
org.eclipse.swtchart.cbi/pom.xml
@@ -99,26 +99,6 @@
99
PLUGINS
100
-->
101
<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>
122
<plugin>
123
<groupId>${tycho.groupid}</groupId>
124
<artifactId>tycho-packaging-plugin</artifactId>
0 commit comments