Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Update build.javaVersion to 1.8 (Closes: #941737)
· 2f1d404d
Tony Mancill
authored
Oct 06, 2019
2f1d404d
interim changelog
· c686025b
Tony Mancill
authored
Oct 06, 2019
c686025b
Hide whitespace changes
Inline
Side-by-side
debian/build.properties
View file @
c686025b
...
...
@@ -6,7 +6,7 @@ build.testSourceDirectory=src/test/java
build.directory
=
build
build.outputDirectory
=
build/classes
build.testOutputDirectory
=
build/test-classes
build.javaVersion
=
1.
5
build.javaVersion
=
1.
8
javadoc.dir
=
${build.directory}/javadoc
classpath.compile
=
classpath.test
=
/usr/share/java/junit4.jar:/usr/share/java/commons-io.jar:/usr/share/java/xmlunit.jar
...
...
debian/changelog
View file @
c686025b
maven-repo-helper (1.9.4) UNRELEASED; urgency=medium
[ Emmanuel Bourg ]
* Team upload.
* Require Java 7 or higher
* Fixed the parsing of substvars files when the variable's names contain ":"
* Added a unit test for Substvars.write()
[ tony mancill ]
* Update build.javaVersion to 1.8 (Closes: #941737)
*
--
Emmanuel Bourg <ebourg@apache.org> Wed, 07 Aug 2019 18:17:46 +02
00
--
tony mancill <tmancill@debian.org> Sun, 06 Oct 2019 11:00:48 -07
00
maven-repo-helper (1.9.3) unstable; urgency=medium
...
...