m-m-m / eclipse-templatevariables

Eclipse plugin to add variables such as project_version from maven pom and more to Java code templates
Apache License 2.0
3 stars 3 forks source link

Create release 1.1.0 #2

Open hohwille opened 5 years ago

hohwille commented 5 years ago

Create the release and publish to update site.

hohwille commented 5 years ago

I am unable to perform the release. Unfortunately I did neither fully automate nor document the release process and the last release was 5 years ago.

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) on project net.sf.mmm.eclipse.templatevariables.plugin: Maven version 1.1.0 must have -SNAPSHOT qualifier for SNAPSHOT builds -> [Help 1]

There are other users having such issues: https://www.eclipse.org/lists/tycho-user/msg07425.html However, no helpful answer was given in the thread.

hohwille commented 4 years ago

[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: net.sf.mmm.eclipse.templatevariables.plugin 1.1.0.qualifier
[ERROR]   Missing requirement: net.sf.mmm.eclipse.templatevariables.plugin 1.1.0.qualifier requires 'osgi.bundle; org.eclipse.ui 0.0.0' but it could not be found
[ERROR]
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[ERROR] Cannot resolve dependencies of MavenProject: net.sf.m-m-m:net.sf.mmm.eclipse.templatevariables.plugin:1.1.0 @ /projects/mmm/workspaces/main/eclipse-templatevariables/eclipse-templatevariables-plugin/pom.xml: See log for details ```

https://github.com/m-m-m/eclipse-templatevariables/blob/fc9530e0a250a5e879789f7047a1bdb6a4eb1622/eclipse-templatevariables-plugin/META-INF/MANIFEST.MF#L8

No clue how to fix this.