Skip to content

Commit dbc33e6

Browse files
aligns maven versions with openzipkin/docker-java (#278)
doing this separate as it is something we do across all java repos (I am making an example for an LLM agent to do for me later ;)) maven version from here: https://github.com/openzipkin/docker-java/blob/master/Dockerfile#L57 maven plugin versions from here: https://github.com/openzipkin/docker-java/blob/master/install.sh#L46-L47 Signed-off-by: Adrian Cole <[email protected]>
1 parent 9927591 commit dbc33e6

File tree

5 files changed

+157
-130
lines changed

5 files changed

+157
-130
lines changed

.mvn/wrapper/maven-wrapper.jar

481 Bytes
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
17+
wrapperVersion=3.3.2
18+
distributionType=bin
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
20+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar

0 commit comments

Comments
 (0)