Skip to content

Commit 2b1c660

Browse files
committed
Added RC1 suffix to version string.
1 parent 3605509 commit 2b1c660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<properties>
1515
<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
16-
<teamcity.browserstack-teamcity.plugin.version>${project.version}-${maven.build.timestamp}</teamcity.browserstack-teamcity.plugin.version>
16+
<teamcity.browserstack-teamcity.plugin.version>${project.version}-RC1</teamcity.browserstack-teamcity.plugin.version>
1717
<teamcity.browserstack-teamcity.plugin.vendorName>BrowserStack</teamcity.browserstack-teamcity.plugin.vendorName>
1818
<teamcity.browserstack-teamcity.plugin.vendorUrl>https://www.browserstack.com</teamcity.browserstack-teamcity.plugin.vendorUrl>
1919
</properties>
@@ -95,7 +95,7 @@
9595
<goal>single</goal>
9696
</goals>
9797
<configuration>
98-
<finalName>browserstack-teamcity-${project.version}</finalName>
98+
<finalName>browserstack-teamcity-${teamcity.browserstack-teamcity.plugin.version}</finalName>
9999
<outputDirectory>${project.parent.build.directory}</outputDirectory>
100100
<appendAssemblyId>false</appendAssemblyId>
101101
<descriptors>

0 commit comments

Comments
 (0)