This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
libphonenumber
mirror of
https://github.com/google/libphonenumber
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
254
Wiki
Activity
Browse Source
JAVA: Add minimum Java version to POM file. Fix issue 26.
pull/567/head
KushalP
15 years ago
committed by
Mihaela Rosca
parent
3f34988b15
commit
27e30dfab6
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
java/pom.xml
+ 9
- 0
java/pom.xml
View File
@ -125,6 +125,15 @@
</tagBase>
</configuration>
</plugin>
<plugin
>
<groupId
>
org.apache.maven.plugins
</groupId>
<artifactId
>
maven-compiler-plugin
</artifactId>
<version
>
2.3.2
</version>
<configuration
>
<source
>
1.5
</source>
<target
>
1.5
</target>
</configuration>
</plugin>
</plugins>
</build>
Write
Preview
Loading…
Cancel
Save