[16978] [maven-release-plugin] copy for tag magnolia-module-data-1.2-rc2
ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
-->
- Revision
- 16978
- Author
- gjoseph
- Date
- 2008-07-23 14:38:25 +0200 (Wed, 23 Jul 2008)
Log Message
[maven-release-plugin] copy for tag magnolia-module-data-1.2-rc2
Added Paths
Removed Paths
Diff
Copied: modules/community/magnolia-module-data/tags/magnolia-module-data-1.2-rc2 (from rev 16975, modules/community/magnolia-module-data/trunk)
Deleted: modules/community/magnolia-module-data/tags/magnolia-module-data-1.2-rc2/pom.xml (16975 => 16978)
--- modules/community/magnolia-module-data/trunk/pom.xml 2008-07-23 12:32:22 UTC (rev 16975)
+++ modules/community/magnolia-module-data/tags/magnolia-module-data-1.2-rc2/pom.xml 2008-07-23 12:38:25 UTC (rev 16978)
@@ -1,103 +0,0 @@
-<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>
- <artifactId>magnolia-project</artifactId>
- <groupId>info.magnolia</groupId>
- <version>3.6-rc1</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>magnolia-module-data</artifactId>
- <name>magnolia-module-data</name>
- <packaging>jar</packaging>
- <version>1.2.1-SNAPSHOT</version>
- <description />
- <properties>
- <documentationURL />
- </properties>
- <issueManagement>
- <system>Jira</system>
- <url>http://jira.magnolia.info/browse/MGNLDATA</url>
- </issueManagement>
- <scm>
- <connection>scm:svn:http://svn.magnolia.info/svn/modules/community/magnolia-module-data/trunk</connection>
- <developerConnection>scm:svn:http://svn.magnolia.info/svn/modules/community/magnolia-module-data/trunk</developerConnection>
- <url>http://svn.magnolia.info/view/modules/community/magnolia-module-data/trunk</url>
- </scm>
-
- <dependencies>
- <dependency>
- <groupId>info.magnolia</groupId>
- <artifactId>magnolia-core</artifactId>
- <version>${parent.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>info.magnolia</groupId>
- <artifactId>magnolia-gui</artifactId>
- <version>${parent.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>info.magnolia</groupId>
- <artifactId>magnolia-module-admininterface</artifactId>
- <version>${parent.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>info.magnolia</groupId>
- <artifactId>magnolia-module-scheduler</artifactId>
- <version>1.2-m2</version>
- </dependency>
- <dependency>
- <groupId>net.sf.json-lib</groupId>
- <artifactId>json-lib</artifactId>
- <version>0.9</version>
- <exclusions>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xmlParserAPIs</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jsp-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
-</project>
\ No newline at end of file
Copied: modules/community/magnolia-module-data/tags/magnolia-module-data-1.2-rc2/pom.xml (from rev 16977, modules/community/magnolia-module-data/trunk/pom.xml) (0 => 16978)
--- modules/community/magnolia-module-data/tags/magnolia-module-data-1.2-rc2/pom.xml (rev 0)
+++ modules/community/magnolia-module-data/tags/magnolia-module-data-1.2-rc2/pom.xml 2008-07-23 12:38:25 UTC (rev 16978)
@@ -0,0 +1,103 @@
+<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>
+ <artifactId>magnolia-project</artifactId>
+ <groupId>info.magnolia</groupId>
+ <version>3.6-rc4</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>magnolia-module-data</artifactId>
+ <name>magnolia-module-data</name>
+ <packaging>jar</packaging>
+ <version>1.2-rc2</version>
+ <description />
+ <properties>
+ <documentationURL />
+ </properties>
+ <issueManagement>
+ <system>Jira</system>
+ <url>http://jira.magnolia.info/browse/MGNLDATA</url>
+ </issueManagement>
+ <scm>
+ <connection>scm:svn:http://svn.magnolia.info/svn/modules/community/magnolia-module-data/tags/magnolia-module-data-1.2-rc2</connection>
+ <developerConnection>scm:svn:http://svn.magnolia.info/svn/modules/community/magnolia-module-data/tags/magnolia-module-data-1.2-rc2</developerConnection>
+ <url>http://svn.magnolia.info/view/modules/community/magnolia-module-data/tags/magnolia-module-data-1.2-rc2</url>
+ </scm>
+
+ <dependencies>
+ <dependency>
+ <groupId>info.magnolia</groupId>
+ <artifactId>magnolia-core</artifactId>
+ <version>${parent.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>info.magnolia</groupId>
+ <artifactId>magnolia-gui</artifactId>
+ <version>${parent.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>info.magnolia</groupId>
+ <artifactId>magnolia-module-admininterface</artifactId>
+ <version>${parent.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>info.magnolia</groupId>
+ <artifactId>magnolia-module-scheduler</artifactId>
+ <version>1.2-m2</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.json-lib</groupId>
+ <artifactId>json-lib</artifactId>
+ <version>0.9</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xmlParserAPIs</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jsp-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
|