Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Commit bc2b000

Browse files
author
David Kane
authored
Making release of 2.3.1 (#49)
update version numbers
1 parent 5201e9d commit bc2b000

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Available on Maven Central.
99
<dependency>
1010
<groupId>com.dkanejs.maven.plugins</groupId>
1111
<artifactId>docker-compose-maven-plugin</artifactId>
12-
<version>2.3.0</version>
12+
<version>2.3.1</version>
1313
</dependency>
1414
```
1515

@@ -182,7 +182,7 @@ Below will allow use of the plugin from the `mvn` command line:
182182
<plugin>
183183
<groupId>com.dkanejs.maven.plugins</groupId>
184184
<artifactId>docker-compose-maven-plugin</artifactId>
185-
<version>2.2.0</version>
185+
<version>2.3.1</version>
186186
</plugin>
187187
</plugins>
188188
</build>
@@ -197,7 +197,7 @@ Below has customised the location of the `docker-compose.yml` file and has two e
197197
<plugin>
198198
<groupId>com.dkanejs.maven.plugins</groupId>
199199
<artifactId>docker-compose-maven-plugin</artifactId>
200-
<version>2.3.0</version>
200+
<version>2.3.1</version>
201201
<executions>
202202
<execution>
203203
<id>up</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.dkanejs.maven.plugins</groupId>
77
<artifactId>docker-compose-maven-plugin</artifactId>
8-
<version>2.3.1-SNAPSHOT</version>
8+
<version>2.3.1</version>
99

1010
<packaging>maven-plugin</packaging>
1111

0 commit comments

Comments
 (0)