This repository was archived by the owner on Oct 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments