view eclipse/com.redhat.thermostat.eclipse/pom.xml @ 1061:3875cd9b709c 0.7.0

Remove SNAPSHOT qualifier and bump version in preparation for release.
author Jon VanAlten <jon.vanalten@redhat.com>
date Fri, 05 Apr 2013 17:53:36 -0400
parents 3c212310487f
children 487899964e6a
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <artifactId>thermostat-eclipse-parent</artifactId>
    <groupId>com.redhat.thermostat.eclipse.parent</groupId>
    <version>0.7.0</version>
  </parent>
  <groupId>com.redhat.thermostat.eclipse.parent</groupId>
  <artifactId>com.redhat.thermostat.eclipse</artifactId>
  <packaging>eclipse-plugin</packaging>
  <version>0.7.0</version>

  <name>Thermostat Eclipse Client</name>

  <dependencies>
    <dependency>
      <groupId>com.redhat.thermostat.eclipse.parent</groupId>
      <artifactId>com.redhat.thermostat.client.feature</artifactId>
      <version>0.7.0</version>
      <type>eclipse-feature</type>
    </dependency>
  </dependencies>

</project>