Skip to content

Commit 184d79b

Browse files
committed
removed configuration already inherited from parent
1 parent 6c25fd8 commit 184d79b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -118,19 +118,5 @@ limitations under the License.
118118
</execution>
119119
</executions>
120120
</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-
<plugin>
130-
<groupId>org.apache.maven.plugins</groupId>
131-
<artifactId>maven-release-plugin</artifactId>
132-
<version>2.5.1</version>
133-
</plugin>
134-
</plugins>
135121
</build>
136122
</project>

0 commit comments

Comments
 (0)