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.
1 parent 6c25fd8 commit 184d79bCopy full SHA for 184d79b
pom.xml
@@ -118,19 +118,5 @@ limitations under the License.
118
</execution>
119
</executions>
120
</plugin>
121
- <plugin>
122
- <groupId>org.apache.maven.plugins</groupId>
123
- <artifactId>maven-compiler-plugin</artifactId>
124
- <configuration>
125
- <source>1.5</source>
126
- <target>1.5</target>
127
- </configuration>
128
- </plugin>
129
130
131
- <artifactId>maven-release-plugin</artifactId>
132
- <version>2.5.1</version>
133
134
- </plugins>
135
</build>
136
</project>
0 commit comments