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

I would claim that this is by design, since usually the target evolves at a different pace than the releases.
For example I could ship 0.1, 0.2 and 0.3 all against Mars.

HTH

Pascal

On 16-02-22 03:30 PM, Jay Jay Billings 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