Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 23807bb

Browse filesBrowse files
author
Igor Fedorenko
committed
Forced java compiler to use 1.4 source/target level
git-svn-id: file:///opt/svn/repositories/sonatype.org/spice/trunk/plexus-build-api@883 5751e0cb-dcb7-432f-92e2-260806df54be
1 parent 85b5bce commit 23807bb
Copy full SHA for 23807bb

File tree

Expand file treeCollapse file tree

1 file changed

+9
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-1
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+9-1Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
</execution>
3232
</executions>
3333
</plugin>
34+
<plugin>
35+
<groupId>org.apache.maven.plugins</groupId>
36+
<artifactId>maven-compiler-plugin</artifactId>
37+
<configuration>
38+
<source>1.4</source>
39+
<target>1.4</target>
40+
</configuration>
41+
</plugin>
3442
</plugins>
3543
</build>
36-
</project>
44+
</project>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.