Skip to content

Commit

Permalink
Parent 53 (#48)
Browse files Browse the repository at this point in the history
Changes:
* parent POM updated (53 not released yet!)
* changed header as this is ASL2 project (default is EPL1)
* mvn spotless:apply (source and POM formatting applied)
* mvn license:format (source and POM headers applied)
* aside of these above, there are NO source code changes
  • Loading branch information
cstamas authored Feb 27, 2024
1 parent 43d1ab9 commit df87498
Show file tree
Hide file tree
Showing 15 changed files with 1,572 additions and 1,538 deletions.
17 changes: 14 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2014-2024 Takari, Inc.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Apache Software License v2.0
which accompanies this distribution, and is available at
https://www.apache.org/licenses/LICENSE-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.takari</groupId>
<artifactId>takari</artifactId>
<version>52</version>
<version>53</version>
</parent>
<groupId>io.takari.maven</groupId>
<artifactId>takari-smart-builder</artifactId>
Expand All @@ -21,10 +30,12 @@
</licenses>

<properties>
<takari.licenseHeader>https://raw.githubusercontent.com/takari/takari-pom/master/license-header-asl2.txt</takari.licenseHeader>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mavenVersion>3.9.6</mavenVersion>
<mavenResolverVersion>1.9.18</mavenResolverVersion>
<pluginTestingVersion>3.0.1</pluginTestingVersion>
<pluginTestingVersion>3.0.2</pluginTestingVersion>
<takari.javaSourceVersion>1.8</takari.javaSourceVersion>
</properties>

Expand Down Expand Up @@ -77,7 +88,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
<version>33.0.0-jre</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit df87498

Please sign in to comment.