Skip to content

Commit ef255e6

Browse files
committed
Update version numbers
1 parent e1acee6 commit ef255e6

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Build Status](https://github.com/evolvedbinary/buildversion-maven-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/evolvedbinary/buildversion-maven-plugin/actions/workflows/ci.yml)
44
[![Java 8](https://img.shields.io/badge/java-8-blue.svg)](https://adoptopenjdk.net/)
55
[![License](https://img.shields.io/badge/license-EPL%201.0-blue.svg)](https://www.eclipse.org/legal/epl/epl-v10.html)
6+
[![Maven Central](https://img.shields.io/maven-central/v/com.evolvedbinary.maven.plugins/buildversion-maven-plugin?logo=apachemaven&label=maven+central&color=green)](https://central.sonatype.com/search?namespace=xyz.elemental)
67

78
**NOTE** This is a port from Clojure to Java of the original code from: https://github.com/code54/buildversion-plugin
89

@@ -29,7 +30,7 @@ Simply add `buildversion-plugin` to your pom, executing the `set-properties` goa
2930
<plugin>
3031
<groupId>com.evolvedbinary.maven.plugins</groupId>
3132
<artifactId>buildversion-maven-plugin</artifactId>
32-
<version>1.1.0-SNAPSHOT</version>
33+
<version>2.0.0</version>
3334
<executions>
3435
<execution>
3536
<goals><goal>set-properties</goal></goals>

src/it/custom-properties/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>com.evolvedbinary.maven.plugins</groupId>
3333
<artifactId>buildversion-maven-plugin</artifactId>
34-
<version>1.1.0-SNAPSHOT</version>
34+
<version>2.0.1-SNAPSHOT</version>
3535
<executions>
3636
<execution>
3737
<goals>

src/it/setting-git-cmd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>com.evolvedbinary.maven.plugins</groupId>
3333
<artifactId>buildversion-maven-plugin</artifactId>
34-
<version>1.1.0-SNAPSHOT</version>
34+
<version>2.0.1-SNAPSHOT</version>
3535
<executions>
3636
<execution>
3737
<goals>

src/it/simple-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>com.evolvedbinary.maven.plugins</groupId>
3333
<artifactId>buildversion-maven-plugin</artifactId>
34-
<version>1.1.0-SNAPSHOT</version>
34+
<version>2.0.1-SNAPSHOT</version>
3535
<executions>
3636
<execution>
3737
<goals>

0 commit comments

Comments
 (0)