Minor change to xos-integration features.xml

The ${short.version} variable didn't seem to be getting expanded properly.

Change-Id: Id663d12f4ebcd6cb84923cc5ef238876127b07fe
diff --git a/apps/xos-integration/features.xml b/apps/xos-integration/features.xml
index 65f9c7f..a7b1456 100644
--- a/apps/xos-integration/features.xml
+++ b/apps/xos-integration/features.xml
@@ -14,7 +14,7 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${short.version}">
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${project.version}">
     <repository>mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features</repository>
     <feature name="${project.artifactId}" version="${project.version}"
              description="${project.description}">