Skip to content

Commit

Permalink
Merge pull request #828 from quickfix-j/chrjohn-maven-libs-plugin
Browse files Browse the repository at this point in the history
Update Maven libs and plugin
  • Loading branch information
chrjohn authored Jun 18, 2024
2 parents f869366 + b1d2781 commit 83f0d3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
# NOTE: maven version should also be changed in pom.xml
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<mainClass/>
<maven.version>3.8.7</maven.version>
<maven-libs-version>3.9.6</maven-libs-version>
<maven-plugin-api-version>3.9.7</maven-plugin-api-version>
<maven.version>3.9.8</maven.version> <!-- please also change version in .mvn/wrapper/maven-wrapper.properties -->
<maven-libs-version>${maven.version}</maven-libs-version>
<maven-plugin-api-version>${maven.version}</maven-plugin-api-version>
<maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
<maven-compiler-plugin-version>3.13.0</maven-compiler-plugin-version>
<maven-jar-plugin-version>3.4.1</maven-jar-plugin-version>
Expand Down

0 comments on commit 83f0d3f

Please sign in to comment.