Reference Application 2.11 Module Release Tracking: Deadline october 2020

Did you also release it in JIRA?

1 Like

i dont get what you did here exactly

did you do
git clone -b 2.3.x https://github.com/openmrs/openmrs-core.git to clone the 2.3.2-snapshot` ??

you seem to have done
git clone https://github.com/openmrs/openmrs-core.git

and that means you cloned the master branch (2.5.0-SNAPSHOT)

Thanks @gcliff for that

Yes i have seen it , he has released it in jira

Sure! I first cloned openmrs core project

  1. Using gitbash I checkout to a new branch 2.3.x

  2. Then ran mvn clean install to build the project

  3. I then renamed the openmrs.war file to openmrs-2.3.1.warfile in openmrs core project

  4. I then copied the openmrs-2.3.1.war from openmrs core to the sdk instance I had created

  5. I ran mvn openmrs-sdk: run to run the server after restarting the machine.

1 Like

can you post the command you used exactly to clone?

No he did not release in JIRA.

Let me check once more

I did git clone https://github.com/openmrs/openmrs-core and I confirmed with my pom.xml in the core the openmrs version is 2.3.2-snapshot kindly help me understand what we are sorting out here.

sorry for the delay,let me do that

@jwnasambu thats not possible ,

git clone https://github.com/openmrs/openmrs-core
will clone the master branch which is 2.5.0-SNAPSHOT

instead do
git clone -b 2.3.x https://github.com/openmrs/openmrs-core.git
That is with a -b 2.3.x to clone the 2.3.x branch which is 2.3.2-SNAPSHOT`

Kindly, I cloned the openmrs-core project directly from the openmrs org and not from the one forked on my github then followed the following listed steps to create a testing server.

. and this is how my pom.xml looks like

I like the cloning with kindness. :smile:

:grinning: , @dkayiwa it seems there magic in kindly cloning .

am still figuring out how you do
git clone https://github.com/openmrs/openmrs-core
and you end up with 2.3.2-SNAPSHOT version in your local clone :roll_eyes:

Thanks everyone!

I did a little Jira cleanup of the ID Gen, Provider Management and Registration Core modules after their releases.

I also just triggered the UI Commons release now… will let everyone know if there are any problems.

I can do the HTML Form Entry release once the OpenMRES Core 2.3.2 release is out.

Take care, Mark

2 Likes

great work @mogoodrich

Thanks for this @mogoodrich, was there anything i missed to add?

Let us pray all come successful

@sharif for those three modules, I created a new release in Jira, marked the current version as released, and made sure all the tickets in that release were closed.

1 Like

Thanks for your clarification