[jboss-cvs] JBossAS SVN: r95547 - in projects/snowdrop/trunk/documentation/samples: university and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Oct 25 21:59:04 EDT 2009


Author: marius.bogoevici
Date: 2009-10-25 21:59:04 -0400 (Sun, 25 Oct 2009)
New Revision: 95547

Added:
   projects/snowdrop/trunk/documentation/samples/university/
   projects/snowdrop/trunk/documentation/samples/university/pom.xml
Log:
Add parent pom.


Property changes on: projects/snowdrop/trunk/documentation/samples/university
___________________________________________________________________
Name: svn:ignore
   + university-parent.iml
university.ipr


Added: projects/snowdrop/trunk/documentation/samples/university/pom.xml
===================================================================
--- projects/snowdrop/trunk/documentation/samples/university/pom.xml	                        (rev 0)
+++ projects/snowdrop/trunk/documentation/samples/university/pom.xml	2009-10-26 01:59:04 UTC (rev 95547)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>university-parent</groupId>
+    <artifactId>university-parent</artifactId>
+    <version>1.0-SNAPSHOT</version>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list