Quantcast
Channel: tycho-user
Viewing all articles
Browse latest Browse all 4647

[tycho-user] Updating target version number in parent pom

$
0
0
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

Viewing all articles
Browse latest Browse all 4647

Trending Articles