[jboss-cvs] Repository SVN: r27174 - in maven2/org/rhq/rhq-plugin-validator: 1.2.0.GA and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 11 13:08:42 EDT 2009


Author: ispringer
Date: 2009-05-11 13:08:42 -0400 (Mon, 11 May 2009)
New Revision: 27174

Added:
   maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/
   maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.jar
   maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.jar.md5
   maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.jar.sha1
   maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.pom
   maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.pom.md5
   maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.pom.sha1
   maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml
   maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.md5
   maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.sha1
Log:
add 1.2.0.GA plugin-validator.jar


Added: maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.jar
___________________________________________________________________
Name: svn:mime-type
   + application/java-archive

Added: maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.jar.md5
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.jar.md5	                        (rev 0)
+++ maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.jar.md5	2009-05-11 17:08:42 UTC (rev 27174)
@@ -0,0 +1 @@
+7801eab75637dd8f25017c6f912fe23e
\ No newline at end of file


Property changes on: maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.jar.md5
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Date Author Id Revision HeadURL
Name: svn:eol-style
   + LF

Added: maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.jar.sha1
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.jar.sha1	                        (rev 0)
+++ maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.jar.sha1	2009-05-11 17:08:42 UTC (rev 27174)
@@ -0,0 +1 @@
+a1a629035d6562a21dcbf12aed4546a077c1b19b
\ No newline at end of file


Property changes on: maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.jar.sha1
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Date Author Id Revision HeadURL
Name: svn:eol-style
   + LF

Added: maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.pom
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.pom	                        (rev 0)
+++ maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.pom	2009-05-11 17:08:42 UTC (rev 27174)
@@ -0,0 +1,56 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+   <modelVersion>4.0.0</modelVersion>
+   
+   <parent>
+      <groupId>org.rhq</groupId>
+      <artifactId>rhq-core-parent</artifactId>
+      <version>1.2.0.GA</version>
+   </parent>
+   
+   <groupId>org.rhq</groupId>
+   <artifactId>rhq-plugin-validator</artifactId>   
+   <packaging>maven-plugin</packaging>
+   <name>RHQ Plugin Validator Maven 2 Plugin</name>
+
+   <dependencies>
+
+      <dependency>
+         <groupId>org.rhq</groupId>
+         <artifactId>rhq-core-domain</artifactId>
+         <version>${project.version}</version>
+      </dependency>
+   
+      <dependency>
+         <groupId>org.rhq</groupId>
+         <artifactId>rhq-core-util</artifactId>
+         <version>${project.version}</version>
+      </dependency>
+   
+      <dependency>
+         <groupId>org.rhq</groupId>
+         <artifactId>rhq-core-plugin-container</artifactId>
+         <version>${project.version}</version>
+      </dependency>
+      
+      <dependency>
+         <groupId>commons-logging</groupId>
+         <artifactId>commons-logging</artifactId>
+         <version>1.1</version>
+      </dependency>
+
+      <dependency>
+         <groupId>org.apache.maven</groupId>
+         <artifactId>maven-plugin-api</artifactId>
+         <version>2.0.8</version>
+      </dependency>
+
+      <dependency>
+         <groupId>org.apache.maven</groupId>
+         <artifactId>maven-project</artifactId>
+         <version>2.0.8</version>
+      </dependency>
+      
+   </dependencies>
+      
+</project>


Property changes on: maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.pom
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:keywords
   + Date Author Id Revision HeadURL
Name: svn:eol-style
   + LF

Added: maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.pom.md5
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.pom.md5	                        (rev 0)
+++ maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.pom.md5	2009-05-11 17:08:42 UTC (rev 27174)
@@ -0,0 +1 @@
+b00d048e3f4c9387fa9e45236fe964dd
\ No newline at end of file


Property changes on: maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.pom.md5
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Date Author Id Revision HeadURL
Name: svn:eol-style
   + LF

Added: maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.pom.sha1
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.pom.sha1	                        (rev 0)
+++ maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.pom.sha1	2009-05-11 17:08:42 UTC (rev 27174)
@@ -0,0 +1 @@
+8a3716d783cb45286a4957a2b8aa9a6e7c3b3677
\ No newline at end of file


Property changes on: maven2/org/rhq/rhq-plugin-validator/1.2.0.GA/rhq-plugin-validator-1.2.0.GA.pom.sha1
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Date Author Id Revision HeadURL
Name: svn:eol-style
   + LF

Added: maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml	                        (rev 0)
+++ maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml	2009-05-11 17:08:42 UTC (rev 27174)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <groupId>org.rhq</groupId>
+  <artifactId>rhq-plugin-validator</artifactId>
+  <version>1.2.0.GA</version>
+  <versioning>
+    <latest>1.2.0.GA</latest>
+    <versions>
+      <version>1.0.0.GA</version>
+      <version>1.1.2.GA</version>
+      <version>1.2.0.GA</version>
+    </versions>
+    <lastUpdated>20090511170706</lastUpdated>
+  </versioning>
+</metadata>


Property changes on: maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:keywords
   + Date Author Id Revision HeadURL
Name: svn:eol-style
   + LF

Added: maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.md5
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.md5	                        (rev 0)
+++ maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.md5	2009-05-11 17:08:42 UTC (rev 27174)
@@ -0,0 +1 @@
+847aade8620457f7912cb7bd0c40261f


Property changes on: maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.md5
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Date Author Id Revision HeadURL
Name: svn:eol-style
   + LF

Added: maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.sha1
===================================================================
--- maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.sha1	                        (rev 0)
+++ maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.sha1	2009-05-11 17:08:42 UTC (rev 27174)
@@ -0,0 +1 @@
+ee35353707aa9e6d36dff3c404bd01677b7af4ba


Property changes on: maven2/org/rhq/rhq-plugin-validator/maven-metadata.xml.sha1
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Date Author Id Revision HeadURL
Name: svn:eol-style
   + LF




More information about the jboss-cvs-commits mailing list