<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>
<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<h3>
Emmanuel Bourg pushed to branch upstream
at <a href="https://salsa.debian.org/java-team/maven-compiler-plugin">Debian Java Maintainers / maven-compiler-plugin</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/java-team/maven-compiler-plugin/commit/33cf6b2e456337742fd7c416e20b705ad1a69d36">33cf6b2e</a></strong>
<div>
<span>by Emmanuel Bourg</span>
<i>at 2017-09-15T12:59:57Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 3.7.0</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/java-team/maven-compiler-plugin/commit/650b76266c847c33a219c00355e19a6838dc56d1">650b7626</a></strong>
<div>
<span>by Emmanuel Bourg</span>
<i>at 2018-07-29T23:26:58Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 3.8.0</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#99d2d4406193bf0dc3e7b84a6c9b9109997a4864">
<span class="new-file">
+
.github/pull_request_template.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
<span class="new-file">
+
.gitignore
</span>
</a>
</li>
<li class="file-stats">
<a href="#3f454a98e586d1aa0d322e19afd5e67e08f2d3c8">
<span class="new-file">
+
CONTRIBUTING.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#0c2c5c506cef0ed2d3ad2b7e45e97980b66f5520">
<span class="new-file">
+
Jenkinsfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
<span class="new-file">
+
README.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#442292b8a7efeabbe4cc176709b833b1792140ec">
pom.xml
</a>
</li>
<li class="file-stats">
<a href="#277cdf293d51c1e8ec48bd3b9cb3392c94d3659b">
src/it/MCOMPILER-192/invoker.properties
</a>
</li>
<li class="file-stats">
<a href="#2fef9759c0245bee01bf498888324aca7e37acc7">
src/it/MCOMPILER-192/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#b174706e06992d88358756c3281da49e5e8b5594">
src/it/MCOMPILER-192/src/main/java/dummy/HelloWorld.java
</a>
</li>
<li class="file-stats">
<a href="#ac0c78b67f335978ebad6afa05ad8c07a3d53463">
src/it/MCOMPILER-192/verify.groovy
</a>
</li>
<li class="file-stats">
<a href="#0871cf2356adeb4593864c0e805c0068885536da">
src/it/MCOMPILER-197/invoker.properties
</a>
</li>
<li class="file-stats">
<a href="#439273d312d6a44f3b96aa2c77f1bf0cd8f7fc19">
src/it/MCOMPILER-268_modulepath/pom.xml
</a>
</li>
<li class="file-stats">
<a href="#95dff536903c62d806954c6bfc7890a41448126e">
src/it/MCOMPILER-268_modulepath/src/main/java/module-info.java
</a>
</li>
<li class="file-stats">
<a href="#dd291668e8865d000ed585290599d8accbdd8847">
<span class="new-file">
+
src/it/MCOMPILER-294/app/pom.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#0bc36518d2480909e366d6a44ad3d4aa4e533453">
<span class="new-file">
+
src/it/MCOMPILER-294/app/src/main/java/module-info.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#a3378ff0dc725a28b758ca962967da397d8b17d4">
<span class="new-file">
+
src/it/MCOMPILER-294/app/src/main/java/org/maven/test/app/Main.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#71e37f1873f9b8d76c26b271bf209c17ee766c60">
<span class="new-file">
+
src/it/MCOMPILER-294/invoker.properties
</span>
</a>
</li>
<li class="file-stats">
<a href="#77814d0a24ca26e41d3efa2b8d553c9126659a0f">
<span class="new-file">
+
src/it/MCOMPILER-294/lib/pom.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#8114e79b4557c761d3328264843d4544592ef658">
<span class="new-file">
+
src/it/MCOMPILER-294/lib/src/main/java/module-info.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#242bce89cb5676140a93a7f73529d55e5409597a">
<span class="new-file">
+
src/it/MCOMPILER-294/lib/src/main/java/org/maven/test/lib/Sout.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#179e5e8f251e952c79cda0953e4b5e05a01df1dc">
<span class="new-file">
+
src/it/MCOMPILER-294/pom.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#a8f0dd3931029eba5ff7625a069a05e172ee27e1">
<span class="new-file">
+
src/it/MCOMPILER-321_pathexceptions/invoker.properties
</span>
</a>
</li>
<li class="file-stats">
<a href="#0bce950a43ea31f44ac190bce8975d350b5cca71">
<span class="new-file">
+
src/it/MCOMPILER-321_pathexceptions/pom.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#efa1ca97dfe9380f6e1b88ab96e074714cdcd46c">
src/it/setup_module-transitive/invoker.properties
→
src/it/MCOMPILER-321_pathexceptions/src/invoker.properties
</a>
</li>
<li class="file-stats">
<a href="#532b14666981f06f6ca51ec37b0dc399e6c1a8b0">
<span class="new-file">
+
src/it/MCOMPILER-321_pathexceptions/src/main/java/module-info.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#01ee1cb27b90fa21f88d5f9dd823ee2c0896f95b">
<span class="new-file">
+
src/it/MCOMPILER-321_pathexceptions/src/test/java/test/MyTest.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#f1b0c217990bfb6ef854f78cbfa9931740d3be75">
<span class="new-file">
+
src/it/MCOMPILER-321_pathexceptions/verify.groovy
</span>
</a>
</li>
<li class="file-stats">
<a href="#c7ed4f8e70da60676cd0dd8f7f155f0235c66feb">
<span class="new-file">
+
src/it/MCOMPILER-328_multiReleaseOutput/invoker.properties
</span>
</a>
</li>
<li class="file-stats">
<a href="#7c7f4dca7d83f660ad3f7680e7e619819cddd303">
<span class="new-file">
+
src/it/MCOMPILER-328_multiReleaseOutput/pom.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#3b9aa66084e3c484076bae77f4f2e260d8ba2ba6">
<span class="new-file">
+
src/it/MCOMPILER-328_multiReleaseOutput/src/main/java/MyClass.java
</span>
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">
—
<br>
<a href="https://salsa.debian.org/java-team/maven-compiler-plugin/compare/175916bc456b8ea82f96eb80aabd696f0f038cfd...650b76266c847c33a219c00355e19a6838dc56d1">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
</p>
</div>
</body>
</html>