Author Message
Andrew.Prokop
Joined: Oct 28, 2014
Messages: 179
Offline
I have a dynamic task that I created using the Engagement Designer Task Archetype. What is the best way to bump up the version number. Do I simply change the following in pom.xml or do I need to make additional changes?

<finalName>${project.artifactId}-1.0.0.0.0</finalName>

For example, can I change it to the following and then rebuild the jar file?

<finalName>${project.artifactId}-1.0.0.0.1</finalName>

Thanks!
PrakashN
Joined: Jun 30, 2015
Messages: 105
Offline
Andrew,

That is correct. There is no other changes required.

Prakash Natarajan System Architecture Consulting Engineer Engagement Designer Avaya
Andrew.Prokop
Joined: Oct 28, 2014
Messages: 179
Offline
Thanks, Prakash!
Andrew.Prokop
Joined: Oct 28, 2014
Messages: 179
Offline
I changed the version and my jar file has a new file name. However, I cannot deploy the new jar bundle. I am told that a bundle with the same name already exists. Is the only alternative to delete the old one before deploying the new one?

I was hoping that it would act like a snap-in and allow two of the same type to be installed at the same time.
Go to:   
Mobile view