|
From: <de...@us...> - 2009-10-17 19:50:59
|
Revision: 5382
http://fudaa.svn.sourceforge.net/fudaa/?rev=5382&view=rev
Author: deniger
Date: 2009-10-17 19:50:51 +0000 (Sat, 17 Oct 2009)
Log Message:
-----------
[maven-release-plugin] rollback the release of fudaa-sig-1.0
Modified Paths:
--------------
trunk/business/fudaa-sig/pom.xml
Modified: trunk/business/fudaa-sig/pom.xml
===================================================================
--- trunk/business/fudaa-sig/pom.xml 2009-10-17 18:11:14 UTC (rev 5381)
+++ trunk/business/fudaa-sig/pom.xml 2009-10-17 19:50:51 UTC (rev 5382)
@@ -1,48 +1,44 @@
-<?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>
- <properties>
- <dodico-h2d.version>1.0</dodico-h2d.version>
- </properties>
-
- <parent>
- <groupId>org.fudaa.pom</groupId>
- <artifactId>business-pom</artifactId>
- <version>0.4</version>
- </parent>
- <groupId>org.fudaa.business.sig</groupId>
- <artifactId>fudaa-sig</artifactId>
- <version>1.0</version>
- <name>sig-ui</name>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.fudaa.business.h2d</groupId>
- <artifactId>dodico-h2d</artifactId>
- <version>${dodico-h2d.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.fudaa.business.h2d</groupId>
- <artifactId>h2d-io</artifactId>
- </dependency>
- <dependency>
- <groupId>org.fudaa.framework.ebli</groupId>
- <artifactId>ebli-2d</artifactId>
- </dependency>
- <dependency>
- <groupId>org.fudaa.framework.fudaa</groupId>
- <artifactId>fudaa-common-save</artifactId>
- </dependency>
- </dependencies>
-
- <scm>
- <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.0</connection>
- <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.0</developerConnection>
- <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/tags/business/fudaa-sig-1.0</url>
- </scm>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <properties>
+ <dodico-h2d.version>1.0</dodico-h2d.version>
+ </properties>
+
+ <parent>
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>business-pom</artifactId>
+ <version>0.4</version>
+ </parent>
+ <groupId>org.fudaa.business.sig</groupId>
+ <artifactId>fudaa-sig</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <name>sig-ui</name>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.fudaa.business.h2d</groupId>
+ <artifactId>dodico-h2d</artifactId>
+ <version>${dodico-h2d.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.fudaa.business.h2d</groupId>
+ <artifactId>h2d-io</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.framework.ebli</groupId>
+ <artifactId>ebli-2d</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.framework.fudaa</groupId>
+ <artifactId>fudaa-common-save</artifactId>
+ </dependency>
+ </dependencies>
+</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|