changeset 1175:53d3cab77025

Rename validator-command artifact Reviewed-by: jerboaa, obryan Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-July/007521.html
author Omair Majid <omajid@redhat.com>
date Thu, 18 Jul 2013 16:31:24 -0400
parents 02bf4c95c96d
children f7961cf1e440
files validate-command/command/pom.xml validate-command/distribution/pom.xml validate-command/pom.xml
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/validate-command/command/pom.xml	Thu Jul 18 09:44:45 2013 -0600
+++ b/validate-command/command/pom.xml	Thu Jul 18 16:31:24 2013 -0400
@@ -41,7 +41,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>com.redhat.thermostat</groupId>
-    <artifactId>validate-command</artifactId>
+    <artifactId>thermostat-validate</artifactId>
     <version>0.12.0-SNAPSHOT</version>
   </parent>
   
@@ -106,4 +106,4 @@
       <version>${project.version}</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>
--- a/validate-command/distribution/pom.xml	Thu Jul 18 09:44:45 2013 -0600
+++ b/validate-command/distribution/pom.xml	Thu Jul 18 16:31:24 2013 -0400
@@ -41,7 +41,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>com.redhat.thermostat</groupId>
-    <artifactId>validate-command</artifactId>
+    <artifactId>thermostat-validate</artifactId>
     <version>0.12.0-SNAPSHOT</version>
   </parent>
   
@@ -93,4 +93,4 @@
       <version>${project.version}</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>
--- a/validate-command/pom.xml	Thu Jul 18 09:44:45 2013 -0600
+++ b/validate-command/pom.xml	Thu Jul 18 16:31:24 2013 -0400
@@ -43,7 +43,7 @@
     <artifactId>thermostat</artifactId>
     <version>0.12.0-SNAPSHOT</version>
   </parent>
-  <artifactId>validate-command</artifactId>
+  <artifactId>thermostat-validate</artifactId>
   <packaging>pom</packaging>
   
   <name>Thermostat Validate command</name>