Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Commit 4bd9766

Browse files
author
David Turanski
committed
Update project version suffix to 'SNAPSHOT', docker tag still uses 'snapshot'
1 parent 71247b6 commit 4bd9766

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.projectriff</groupId>
77
<artifactId>java-function-invoker</artifactId>
8-
<version>0.0.3-snapshot</version>
8+
<version>0.0.3-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<parent>
@@ -26,6 +26,7 @@
2626
<reactor.version>3.1.1.RELEASE</reactor.version>
2727
<dockerfile-maven.version>1.3.6</dockerfile-maven.version>
2828
<docker.org>projectriff</docker.org>
29+
<docker.tag>0.0.3-snapshot</docker.tag>
2930
</properties>
3031

3132
<dependencies>
@@ -131,7 +132,7 @@
131132
<version>${dockerfile-maven.version}</version>
132133
<configuration>
133134
<repository>${docker.org}/${project.artifactId}</repository>
134-
<tag>${project.version}</tag>
135+
<tag>${docker.tag}</tag>
135136
</configuration>
136137
</plugin>
137138
</plugins>

0 commit comments

Comments
 (0)