Skip to content

Commit

Permalink
Fix Kotlin and Scala performer compilation
Browse files Browse the repository at this point in the history
Their 1.0-SNAPSHOT version should never change.

Change-Id: I44f27e56c7d3913bc3b99bc408f4deec751ae6b2
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/181204
Tested-by: Graham Pople <graham.pople@couchbase.com>
Reviewed-by: Graham Pople <graham.pople@couchbase.com>
  • Loading branch information
programmatix committed Oct 12, 2022
1 parent ddaacb4 commit ddecb7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kotlin-fit-performer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>fit-performer-kotlin</artifactId>
<!-- This version never changes as this is not an externally published tool -->
<version>1.0</version>
<version>1.0-SNAPSHOT</version>
<name>Couchbase Kotlin FIT Performer</name>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion scala-fit-performer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<artifactId>fit-performer-scala</artifactId>
<!-- This version never changes as this is not an externally published tool -->
<version>1.0</version>
<version>1.0-SNAPSHOT</version>
<name>Couchbase Scala FIT Performer</name>

<dependencies>
Expand Down

0 comments on commit ddecb7a

Please sign in to comment.