Skip to content

Commit 5d44452

Browse files
msailesPankaj Agrawal
authored and
Pankaj Agrawal
committed
removing the property for the version number.
1 parent 0d0fd9a commit 5d44452

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.amazon.lambda</groupId>
88
<artifactId>powertools-parent</artifactId>
9-
<version>${revision}</version>
9+
<version>0.1.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>AWS Lambda Powertools Java library Parent</name>
@@ -45,7 +45,6 @@
4545
</developers>
4646

4747
<properties>
48-
<revision>0.1.0-SNAPSHOT</revision>
4948
<maven.compiler.source>1.8</maven.compiler.source>
5049
<maven.compiler.target>1.8</maven.compiler.target>
5150
<log4j.version>2.13.3</log4j.version>

powertools-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>powertools-parent</artifactId>
1212
<groupId>software.amazon.lambda</groupId>
13-
<version>${revision}</version>
13+
<version>0.1.0-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

powertools-logging/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>powertools-parent</artifactId>
1212
<groupId>software.amazon.lambda</groupId>
13-
<version>${revision}</version>
13+
<version>0.1.0-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

powertools-tracing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>powertools-parent</artifactId>
1212
<groupId>software.amazon.lambda</groupId>
13-
<version>${revision}</version>
13+
<version>0.1.0-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

0 commit comments

Comments
 (0)