Skip to content

Commit 53376eb

Browse files
Update POM Version to 1.0.0-29
1 parent ec0387e commit 53376eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docker-versions-maven-plugin-usage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafapi.plugins.docker.versions</groupId>
2626
<artifactId>docker-versions</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0-29</version>
2828
</parent>
2929

3030
<artifactId>docker-versions-maven-plugin-usage</artifactId>
@@ -39,7 +39,7 @@
3939
<plugin>
4040
<groupId>com.github.cafapi.plugins.docker.versions</groupId>
4141
<artifactId>docker-versions-maven-plugin</artifactId>
42-
<version>1.0.0-SNAPSHOT</version>
42+
<version>1.0.0-29</version>
4343
<executions>
4444
<execution>
4545
<id>populate-project-registry</id>

docker-versions-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.github.cafapi.plugins.docker.versions</groupId>
2626
<artifactId>docker-versions</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0-29</version>
2828
</parent>
2929

3030
<artifactId>docker-versions-maven-plugin</artifactId>

pom.xml

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

3030
<groupId>com.github.cafapi.plugins.docker.versions</groupId>
3131
<artifactId>docker-versions</artifactId>
32-
<version>1.0.0-SNAPSHOT</version>
32+
<version>1.0.0-29</version>
3333
<packaging>pom</packaging>
3434

3535
<description>This Maven plugin helps to manage Docker images versions that are used by a project.</description>

0 commit comments

Comments
 (0)