Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Updating target version number in parent pom

Hi Jay,

I am assuming your target version number matches your pom version? If so you can replace the version line with;

<version>${project.version}</version>

Thus it will always use the pom version.

Regards,

Simon

On 22 February 2016 at 20:30, Jay Jay Billings <jayjaybillings@xxxxxxxxx> wrote:
Everyone,

I've been using the following in my parent pom to specify the Eclipse target:

<target>
<artifact>
<groupId>org.eclipse.ice</groupId>
<artifactId>org.eclipse.ice.target.mars</artifactId> <version>2.1.8.20160208</version> <classifier>mars</classifier>
</artifact>
</target>

When I run Tycho set-version plugin, every version in the entire source tree is updated except that version clause in the parent pom. Any suggestions?

I noticed that Lars' tutorial also includes that version tag and my build breaks if I remove it. Any tips would be appreciated!

Jay

--
Jay Jay Billings
Oak Ridge National Laboratory
Twitter Handle: @jayjaybillings

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top