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
255
Wiki
Activity
Browse Source
BumpUp java version to be compatible with java15 build. (
#2689
)
pull/3882/head
penmetsaa
4 years ago
committed by
GitHub
parent
7782a2555e
commit
2885a9db09
5 changed files
with
10 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
java/demo/pom.xml
+2
-2
java/pom.xml
+2
-2
tools/java/cpp-build/pom.xml
+2
-2
tools/java/data/pom.xml
+2
-2
tools/java/java-build/pom.xml
+ 2
- 2
java/demo/pom.xml
View File
@ -25,8 +25,8 @@
<artifactId
>
maven-compiler-plugin
</artifactId>
<version
>
2.3.2
</version>
<configuration
>
<source
>
1.
6
</source>
<target
>
1.
6
</target>
<source
>
1.
7
</source>
<target
>
1.
7
</target>
<encoding
>
UTF-8
</encoding>
</configuration>
</plugin>
+ 2
- 2
java/pom.xml
View File
@ -161,8 +161,8 @@
<artifactId
>
maven-compiler-plugin
</artifactId>
<version
>
2.3.2
</version>
<configuration
>
<source
>
1.
6
</source>
<target
>
1.
6
</target>
<source
>
1.
7
</source>
<target
>
1.
7
</target>
<encoding
>
UTF-8
</encoding>
</configuration>
</plugin>
+ 2
- 2
tools/java/cpp-build/pom.xml
View File
@ -27,8 +27,8 @@
<artifactId
>
maven-compiler-plugin
</artifactId>
<version
>
2.0.2
</version>
<configuration
>
<source
>
1.
6
</source>
<target
>
1.
6
</target>
<source
>
1.
7
</source>
<target
>
1.
7
</target>
<encoding
>
UTF-8
</encoding>
</configuration>
</plugin>
+ 2
- 2
tools/java/data/pom.xml
View File
@ -49,8 +49,8 @@
<artifactId
>
maven-compiler-plugin
</artifactId>
<version
>
2.0.2
</version>
<configuration
>
<source
>
1.
6
</source>
<target
>
1.
6
</target>
<source
>
1.
7
</source>
<target
>
1.
7
</target>
<encoding
>
UTF-8
</encoding>
</configuration>
</plugin>
+ 2
- 2
tools/java/java-build/pom.xml
View File
@ -49,8 +49,8 @@
<artifactId
>
maven-compiler-plugin
</artifactId>
<version
>
2.0.2
</version>
<configuration
>
<source
>
1.
6
</source>
<target
>
1.
6
</target>
<source
>
1.
7
</source>
<target
>
1.
7
</target>
<encoding
>
UTF-8
</encoding>
</configuration>
</plugin>
Write
Preview
Loading…
Cancel
Save