Skip to content

Commit 7a9eef6

Browse files
committed
use continuous deployment mode
Signed-off-by: Sebastian Hoß <[email protected]>
1 parent 5ff4ff8 commit 7a9eef6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

memoization-map/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>de.xn--ho-hia.memoization</groupId>
2121
<artifactId>memoization.java</artifactId>
22-
<version>1.0.0-SNAPSHOT</version>
22+
<version>1.0.0-${revision}</version>
2323
</parent>
2424

2525
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

memoization-shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>de.xn--ho-hia.memoization</groupId>
2121
<artifactId>memoization.java</artifactId>
22-
<version>1.0.0-SNAPSHOT</version>
22+
<version>1.0.0-${revision}</version>
2323
</parent>
2424

2525
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<!-- https://maven.apache.org/pom.html#Maven_Coordinates -->
2929
<groupId>de.xn--ho-hia.memoization</groupId>
3030
<artifactId>memoization.java</artifactId>
31-
<version>1.0.0-SNAPSHOT</version>
31+
<version>1.0.0-${revision}</version>
3232
<packaging>pom</packaging>
3333

3434
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
@@ -94,6 +94,14 @@
9494
</site>
9595
</distributionManagement>
9696

97+
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
98+
<!-- PROPERTIES -->
99+
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
100+
<!-- https://maven.apache.org/pom.html#Properties -->
101+
<properties>
102+
<revision>SNAPSHOT</revision>
103+
</properties>
104+
97105
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
98106
<!-- DEPENDENCY MANAGEMENT -->
99107
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

0 commit comments

Comments
 (0)