maven release failure "You don't have a SNAPSHOT project in the reactor projects list"

Am trying to release a new version of the formFileter module to 1.3 following an update of the module to run on platform 2.* .

. i have the mavenrepo credentials , and am now doing the mvn release:prepare… but am getting

] Reactor Summary:
[INFO]
[INFO] Form Filter Module ................................. FAILURE [  2.605 s]
[INFO] Form Filter Module API ............................. SKIPPED
[INFO] Form Filter Module OMOD ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.786 s
[INFO] Finished at: 2018-07-31T05:22:48-06:00
[INFO] Final Memory: 13M/159M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5:prepare (default-cli) on project formfilter: You don't have a SNAPSHOT project in the reactor projects list. -> [Help 1]
[ERROR]

. i currently changed the module version to 1.3 in my POM file.

am i supposed to rename it to “1.3-SNAPSHOT”??? or can i just run this “mvn release:prepare -DignoreSnapshots” to ignore the SNAPSHOT issues

@dkayiwa @tendomart @k.joseph @ssmusoke

some how i overpassed the above error. now this

 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5:prepare (default-cli) on project formfilter: Unable to tag SCM
[ERROR] Provider message:
[ERROR] The git-push command failed.
[ERROR] Command output:
[ERROR] fatal: HttpRequestException encountered.
[ERROR]    An error occurred while sending the request.
[ERROR] bash: /dev/tty: No such device or address
[ERROR] error: failed to execute prompt script (exit code 1)
[ERROR] fatal: could not read Username for 'https://github.com': No error

Am i supposed to have credentilas to the openmrs github repo to release ??

@mozzy i thought Bamboo should do that for you.

1 Like

really have no much i idea about bamboo. coz am relesing from a local machine , not from bamboo. any document i can read?? to release from bamboo?

though i some how got over this error. now thisis wat blocks me

My view would be ,do a PR if everything is fine ,wait for the merge into upstream ,then Release through Bamboo CI. It will do an automatic release to Maven and Bintray.

1 Like

yes Sir @tendomart. i already did a PR and the commits were merged into the upstream . but still @dkayiwa went ahead to request me to release the new version of the module

@mozzy Well then go ahead and

1 Like

thank u @tendomart. let me try that