You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/09/26 05:25:19 UTC

svn commit: r1001347 - in /uima/testRelease/trunk/Aggregate: ./ pom.xml

Author: schor
Date: Sun Sep 26 03:25:18 2010
New Revision: 1001347

URL: http://svn.apache.org/viewvc?rev=1001347&view=rev
Log:
no jira - testing release plugin

Added:
    uima/testRelease/trunk/Aggregate/pom.xml
Modified:
    uima/testRelease/trunk/Aggregate/   (props changed)

Propchange: uima/testRelease/trunk/Aggregate/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Sep 26 03:25:18 2010
@@ -0,0 +1,2 @@
+.settings
+.project

Added: uima/testRelease/trunk/Aggregate/pom.xml
URL: http://svn.apache.org/viewvc/uima/testRelease/trunk/Aggregate/pom.xml?rev=1001347&view=auto
==============================================================================
--- uima/testRelease/trunk/Aggregate/pom.xml (added)
+++ uima/testRelease/trunk/Aggregate/pom.xml Sun Sep 26 03:25:18 2010
@@ -0,0 +1,14 @@
+<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>org.apache.testRelease</groupId>
+  <artifactId>Aggregate</artifactId>
+  <version>0.0.1-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>testReleaseAgregate</name>
+  <scm>
+  	<connection>https://svn.apache.org/repos/asf/uima/test</connection>
+  </scm>
+  <modules>
+  	<module>../testRelease</module>
+  </modules>
+</project>
\ No newline at end of file