view eclipse/com.redhat.thermostat.eclipse.p2-repo/pom.xml @ 1021:f420d183115a

Remove SNAPSHOT qualifier in preparation for release.
author Jon VanAlten <jon.vanalten@redhat.com>
date Wed, 06 Mar 2013 01:36:46 -0500
parents 59c773a025b2
children 15451bdcfd40
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.6.0</version>
  </parent>
  <groupId>com.redhat.thermostat.eclipse.parent</groupId>
  <artifactId>com.redhat.thermostat.eclipse.p2-repo</artifactId>
  <version>0.6.0</version>

  <name>Thermostat Eclipse p2 Repository</name>

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

  <build>
    <plugins>
      <plugin>
        <groupId>org.eclipse.tycho</groupId>
        <artifactId>tycho-p2-publisher-plugin</artifactId>
        <version>${tycho-version}</version>
        <configuration>
          <publishArtifacts>true</publishArtifacts>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <packaging>eclipse-repository</packaging>
</project>