Skip to content

Commit

Permalink
use the latest parent pom version (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang authored Sep 16, 2022
1 parent d4a6e84 commit 84bd335
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>microprofile-config-api</artifactId>
Expand Down
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,21 @@
<parent>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-parent</artifactId>
<version>2.1</version>
<version>2.6</version>

</parent>

<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>

<packaging>pom</packaging>
<name>MicroProfile Config</name>
<url>https://microprofile.io/project/eclipse/microprofile-config</url>

<properties>
<inceptionYear>2016</inceptionYear>
<version.microprofile.tck.bom>2.6</version.microprofile.tck.bom>
</properties>

<issueManagement>
Expand Down Expand Up @@ -72,7 +74,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-config.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/microprofile-config.git</developerConnection>
<url>https://github.com/eclipse/microprofile-config</url>
<tag>3.0.1</tag>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>microprofile-config-spec</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/license-alv2.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2016-2018 Eclipse Microprofile Contributors:
// Copyright (c) 2016-2022 Eclipse Microprofile Contributors:
// Mark Struberg
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -26,7 +26,7 @@ Status: {revremark}
Release: {revdate}
Copyright (c) 2016-2018 Contributors to the Eclipse Foundation
Copyright (c) 2016-2022 Contributors to the Eclipse Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
14 changes: 13 additions & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,24 @@
<parent>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-parent</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>microprofile-config-tck</artifactId>
<name>MicroProfile Config TCK</name>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-tck-bom</artifactId>
<version>${version.microprofile.tck.bom}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
Expand Down

0 comments on commit 84bd335

Please sign in to comment.