Skip to content

Commit

Permalink
Fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Feb 15, 2024
1 parent 0fb5eb6 commit 6683e2e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2016 Takari, Inc.
Copyright (c) 2014-2024 Takari, Inc.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
https://www.eclipse.org/legal/epl-v10.html
-->
<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">
Expand All @@ -18,6 +18,7 @@
<name>Takari</name>
<description>Takari: The future of software delivery.</description>
<url>http://takari.io</url>
<inceptionYear>2014</inceptionYear>

<licenses>
<license>
Expand Down Expand Up @@ -89,7 +90,8 @@

<!-- Properties that control how plugins we define are used. All prefixed with "takari." -->
<takari.javaSourceVersion>11</takari.javaSourceVersion>
<takari.licenseHeader>http://takari.io/support/license-header.txt</takari.licenseHeader>
<takari.licenseHeader>https://raw.githubusercontent.com/takari/takari-pom/master/license-header-epl1.txt</takari.licenseHeader>
<takari.licenseYear>${project.inceptionYear}-2024</takari.licenseYear>
<!-- Use new format but leave old property as not to break anyone -->
<takari.lifecycleVersion>2.1.3</takari.lifecycleVersion>
<takari.sourceJar>true</takari.sourceJar>
Expand Down Expand Up @@ -296,6 +298,9 @@
</excludes>
</licenseSet>
</licenseSets>
<properties>
<year>2014-2024</year>
</properties>
<mapping>
<scala>JAVADOC_STYLE</scala>
<xjb>XML_STYLE</xjb>
Expand Down

0 comments on commit 6683e2e

Please sign in to comment.