Skip to content

Commit 69b4572

Browse files
committed
[no ci] chore: Releasing 4.0.4
1 parent 1b57c23 commit 69b4572

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.salesforce.utam</groupId>
1313
<artifactId>utam-java</artifactId>
1414
<packaging>pom</packaging>
15-
<version>4.0.4-SNAPSHOT</version>
15+
<version>4.0.4</version>
1616
<name>${project.groupId}:${project.artifactId}</name>
1717
<description>Java project for generating and using UTAM Page Objects</description>
1818
<url>http://github.com/salesforce/utam-java</url>
@@ -143,7 +143,7 @@
143143
<connection>scm:git:https://github.com/salesforce/utam-java.git</connection>
144144
<developerConnection>scm:git:git@github.com:salesforce/utam-java.git</developerConnection>
145145
<url>https://github.com/salesforce/utam-java</url>
146-
<tag>1.1.6</tag>
146+
<tag>4.0.4</tag>
147147
</scm>
148148

149149
<licenses>

utam-compiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>utam-java</artifactId>
1212
<groupId>com.salesforce.utam</groupId>
13-
<version>4.0.4-SNAPSHOT</version>
13+
<version>4.0.4</version>
1414
</parent>
1515
<modelVersion>4.0.0</modelVersion>
1616

utam-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>utam-java</artifactId>
1212
<groupId>com.salesforce.utam</groupId>
13-
<version>4.0.4-SNAPSHOT</version>
13+
<version>4.0.4</version>
1414
</parent>
1515
<modelVersion>4.0.0</modelVersion>
1616

0 commit comments

Comments
 (0)