Skip to content

Commit

Permalink
Merge pull request #4698 from senivam/3x_merged
Browse files Browse the repository at this point in the history
merge of actual master into 3.x
  • Loading branch information
senivam authored Jan 26, 2021
2 parents 13afdb9 + 7cc8330 commit 86f112c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/groovy/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2010, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
Expand All @@ -26,10 +26,10 @@

<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<type>pom</type>
<version>3.0.2</version>
<version>4.0.0-alpha-2</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
Expand Down Expand Up @@ -78,7 +78,7 @@
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>1.6</version>
<version>1.12.1</version>
<executions>
<execution>
<id>1</id>
Expand Down

0 comments on commit 86f112c

Please sign in to comment.