> + </configuration>
> + </plugin>
> + <plugin>
> + <groupId>org.apache.maven.plugins</groupId>
> + <artifactId>maven-release-plugin</artifactId>
> + <version>${maven-release-plugin.version}</version>
> + <configuration>
> + <useReleaseProfile>false</useReleaseProfile>
> + <goals>deploy</goals>
> + <arguments>-Pdoc -Papache-release ${arguments}</arguments>
> + </configuration>
> + </plugin>
> + </plugins>
> + </build>
> +
> + <properties>
Actually part of the idea of the other refactoring done (in cli and
openstack-labs) is to avoid using jclouds.version.
The reason each project has its own version defined is to ensure that the
parent or grandparent (jclouds) can be a different version than the child
projects (karaf). Or am I missing something?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-karaf/pull/22/files#r5464989