Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Releases: metio/maven-build-process

Release 2020.05.24-190058

24 May 19:02
Compare
Choose a tag to compare

Automated release, see commits for changes.

Use this project as a parent POM:

<parent>
  <groupId>wtf.metio.maven.parents</groupId>
  <artifactId>maven-parents-java-[TYPE]</artifactId>
  <version>2020.05.24-190058</version>
</parent>

Replace [TYPE] with either prototype or stable.

Use one (or all) of the provided BOMs:

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>wtf.metio.maven.boms</groupId>
      <artifactId>maven-boms-[TYPE]</artifactId>
      <version>2020.05.24-190058</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

Replace [TYPE] with one of the available BOMs.

Release 2020.05.24-162837

24 May 16:29
Compare
Choose a tag to compare

Automated release, see commits for changes.

Use this project as a parent POM:

<parent>
  <groupId>wtf.metio.maven.parents</groupId>
  <artifactId>maven-parents-java-[TYPE]</artifactId>
  <version>2020.05.24-162837</version>
</parent>

Replace [TYPE] with either prototype or stable.

Use one (or all) of the provided BOMs:

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>wtf.metio.maven.boms</groupId>
      <artifactId>maven-boms-[TYPE]</artifactId>
      <version>2020.05.24-162837</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

Replace [TYPE] with one of the available BOMs.

Release 2020.05.24-160049

24 May 16:02
Compare
Choose a tag to compare

Automated release, see commits for changes.

Use this project as a parent POM:

<parent>
  <groupId>wtf.metio.maven.parents</groupId>
  <artifactId>maven-parents-java-[TYPE]</artifactId>
  <version>2020.05.24-160049</version>
</parent>

Replace [TYPE] with either prototype or stable.

Use one (or all) of the provided BOMs:

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>wtf.metio.maven.boms</groupId>
      <artifactId>maven-boms-[TYPE]</artifactId>
      <version>2020.05.24-160049</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

Replace [TYPE] with one of the available BOMs.

Release 2020.05.24-153930

24 May 15:41
Compare
Choose a tag to compare

Automated release, see commits for changes.

Use this project as a parent POM:

<parent>
  <groupId>wtf.metio.maven.parents</groupId>
  <artifactId>maven-parents-java-[TYPE]</artifactId>
  <version>2020.05.24-153930</version>
</parent>

Replace [TYPE] with either prototype or stable.

Use one (or all) of the provided BOMs:

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>wtf.metio.maven.boms</groupId>
      <artifactId>maven-boms-[TYPE]</artifactId>
      <version>2020.05.24-153930</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

Replace [TYPE] with one of the available BOMs.

Release 2020.05.24-153507

24 May 15:36
Compare
Choose a tag to compare

Automated release, see commits for changes.

Use this project as a parent POM:

<parent>
  <groupId>wtf.metio.maven.parents</groupId>
  <artifactId>maven-parents-java-[TYPE]</artifactId>
  <version>2020.05.24-153507</version>
</parent>

Replace [TYPE] with either prototype or stable.

Use one (or all) of the provided BOMs:

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>wtf.metio.maven.boms</groupId>
      <artifactId>maven-boms-[TYPE]</artifactId>
      <version>2020.05.24-153507</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

Replace [TYPE] with one of the available BOMs.

Release 2020.05.24-143437

24 May 14:35
Compare
Choose a tag to compare

Automated release, see commits for changes.

Use this project as a parent POM:

<parent>
  <groupId>wtf.metio.maven.parents</groupId>
  <artifactId>maven-parents-java-[TYPE]</artifactId>
  <version>2020.05.24-143437</version>
</parent>

Replace [TYPE] with either prototype or stable.

Use one (or all) of the provided BOMs:

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>wtf.metio.maven.boms</groupId>
      <artifactId>maven-boms-[TYPE]</artifactId>
      <version>2020.05.24-143437</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

Replace [TYPE] with one of the available BOMs.

Release 2020.05.24-141357

24 May 14:15
Compare
Choose a tag to compare

Automated release, see commits for changes.

Use this project as a parent POM:

<parent>
  <groupId>wtf.metio.maven.parents</groupId>
  <artifactId>maven-parents-java-[TYPE]</artifactId>
  <version>2020.05.24-141357</version>
</parent>

Replace [TYPE] with either prototype or stable.

Use one (or all) of the provided BOMs:

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>wtf.metio.maven.boms</groupId>
      <artifactId>maven-boms-[TYPE]</artifactId>
      <version>2020.05.24-141357</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

Replace [TYPE] with one of the available BOMs.

Release 2020.05.24-140535

24 May 14:06
Compare
Choose a tag to compare

Automated release, see commits for changes.

Use the following snippet to use one of the parent POMs:

<!-- for early prototypes -->
<parent>
  <groupId>wtf.metio.maven.parents</groupId>
  <artifactId>maven-parents-java-prototype</artifactId>
  <version>2020.05.24-140535</version>
</parent>
<!-- for stable/established projects -->
<parent>
  <groupId>wtf.metio.maven.parents</groupId>
  <artifactId>maven-parents-java-stable</artifactId>
  <version>2020.05.24-140535</version>
</parent>

Release 2020.05.24-135712

24 May 13:58
Compare
Choose a tag to compare

Automated release, see commits for changes

Release 2020.05.24-135228

24 May 13:53
Compare
Choose a tag to compare

Automated release, see commits for changes