-
Notifications
You must be signed in to change notification settings - Fork 31
upgrade pekko, scala and sbt #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| <groupId>org.apache.pekko</groupId> | ||
| <artifactId>pekko-sample-cluster-kubernetes-java</artifactId> | ||
| <version>${version.number}</version> | ||
| <version>0.1.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the CI build due to the old value - maybe mvn is now stricter about version numbers based on tokens
+ mvn clean package docker:build
[INFO] Scanning for projects...
Error: ] Some problems were encountered while processing the POMs:
Warning: 'version' contains an expression but should be a constant. @ org.apache.pekko:pekko-sample-cluster-kubernetes-java:${version.number}, /home/runner/work/pekko-samples/pekko-samples/pekko-sample-cluster-kubernetes-java/pom.xml, line 5, column 12
Error: 'version' must be a constant version but is '${git.commit.time}-${git.commit.id.abbrev}'. @ org.apache.pekko:pekko-sample-cluster-kubernetes-java:${version.number}, /home/runner/work/pekko-samples/pekko-samples/pekko-sample-cluster-kubernetes-java/pom.xml, line 5, column 12
@
Error: The build could not read 1 project -> [Help 1]
Error:
Error: The project org.apache.pekko:pekko-sample-cluster-kubernetes-java:${git.commit.time}-${git.commit.id.abbrev} (/home/runner/work/pekko-samples/pekko-samples/pekko-sample-cluster-kubernetes-java/pom.xml) has 1 error
Error: 'version' must be a constant version but is '${git.commit.time}-${git.commit.id.abbrev}'. @ org.apache.pekko:pekko-sample-cluster-kubernetes-java:${version.number}, /home/runner/work/pekko-samples/pekko-samples/pekko-sample-cluster-kubernetes-java/pom.xml, line 5, column 12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe make it a -SNAPSHOT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed to 0.1.0-SNAPSHOT
| <groupId>org.apache.pekko</groupId> | ||
| <artifactId>pekko-sample-cluster-kubernetes-java</artifactId> | ||
| <version>${version.number}</version> | ||
| <version>0.1.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe make it a -SNAPSHOT?
No description provided.