Skip to content

Commit

Permalink
(temporarily) specify feature-branch specific version and deploy as s…
Browse files Browse the repository at this point in the history
…napshot
  • Loading branch information
tyrasd committed Aug 18, 2023
1 parent ac5386f commit 266be07
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ pipeline {
stage ('Deploy Snapshot') {
when {
expression {
return env.BRANCH_NAME ==~ SNAPSHOT_BRANCH_REGEX && VERSION ==~ /.*-SNAPSHOT$/
return env.BRANCH_NAME ==~ SNAPSHOT_BRANCH_REGEX && VERSION ==~ /.*-SNAPSHOT$/ || VERSION ==~ /.*-perf-fastpath-filters$/
}
}
steps {
Expand Down
2 changes: 1 addition & 1 deletion oshdb-api-ignite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-perf-fastpath-filters</version>
</parent>

<artifactId>oshdb-api-ignite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-perf-fastpath-filters</version>
</parent>

<artifactId>oshdb-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-perf-fastpath-filters</version>
</parent>

<artifactId>oshdb-filter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb-helpers/oshdb-application-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-helpers</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-perf-fastpath-filters</version>
</parent>

<artifactId>oshdb-application-template</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb-helpers/oshdb-database-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-helpers</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-perf-fastpath-filters</version>
</parent>

<artifactId>oshdb-database-driver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb-helpers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-perf-fastpath-filters</version>
</parent>

<artifactId>oshdb-helpers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb-oshpbf-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-perf-fastpath-filters</version>
</parent>

<artifactId>oshdb-oshpbf-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-perf-fastpath-filters</version>
</parent>

<artifactId>oshdb-tool</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-perf-fastpath-filters</version>
</parent>

<artifactId>oshdb-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion oshdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-perf-fastpath-filters</version>
</parent>

<artifactId>oshdb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>oshdb-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-perf-fastpath-filters</version>
<name>OSHDB parent module</name>
<description>Common dependencies, settings and profiles that are shared by all components of the OSHDB</description>
<packaging>pom</packaging>
Expand Down

0 comments on commit 266be07

Please sign in to comment.