Skip to content

Commit

Permalink
Set project version to 3.1.0-SNAPSHOT,
Browse files Browse the repository at this point in the history
update build plugins

Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Apr 20, 2021
1 parent 367bf6a commit 7b2ed30
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions api/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) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -25,7 +25,7 @@

<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>

<name>Jakarta Persistence API</name>
<url>https://github.com/eclipse-ee4j/jpa-api</url>
Expand Down Expand Up @@ -90,11 +90,11 @@

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spec.non.final>false</spec.non.final>
<spec.version>3.0</spec.version>
<spec.version>3.1</spec.version>
<spec.build>01</spec.build>
<spec.impl.version>3.0.0</spec.impl.version>
<spec.impl.version>3.1.0</spec.impl.version>
<spec.api.package>jakarta.persistence</spec.api.package>
<spec.new.spec.version>3.0</spec.new.spec.version>
<spec.new.spec.version>3.1</spec.new.spec.version>
<legal.doc.source>${project.basedir}/..</legal.doc.source>
<vendor.name>Eclipse Foundation</vendor.name>
</properties>
Expand Down Expand Up @@ -125,7 +125,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.1</version>
<version>5.1.2</version>
<configuration>
<instructions>
<_noextraheaders>true</_noextraheaders>
Expand All @@ -150,7 +150,7 @@
<plugin>
<groupId>org.glassfish.copyright</groupId>
<artifactId>glassfish-copyright-maven-plugin</artifactId>
<version>2.3</version>
<version>2.4</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -213,6 +213,7 @@
<update>${copyright.update}</update>
<!-- check that year is correct -->
<ignoreYear>${copyright.ignoreyear}</ignoreYear>
<quiet>false</quiet>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 7b2ed30

Please sign in to comment.