[Sop-svn] SF.net SVN: sop:[5] trunk/sopf
Status: Planning
Brought to you by:
labiknight
|
From: <lab...@us...> - 2009-05-15 11:09:49
|
Revision: 5
http://sop.svn.sourceforge.net/sop/?rev=5&view=rev
Author: labiknight
Date: 2009-05-15 11:08:54 +0000 (Fri, 15 May 2009)
Log Message:
-----------
Updated packages and pom files.
Labi Oyapero
Modified Paths:
--------------
trunk/sopf/cache/pom.xml
trunk/sopf/design/pom.xml
trunk/sopf/kernel/pom.xml
trunk/sopf/model/pom.xml
trunk/sopf/pom.xml
Modified: trunk/sopf/cache/pom.xml
===================================================================
--- trunk/sopf/cache/pom.xml 2009-05-15 10:55:51 UTC (rev 4)
+++ trunk/sopf/cache/pom.xml 2009-05-15 11:08:54 UTC (rev 5)
@@ -1,13 +1,13 @@
<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">
<parent>
- <artifactId>sop</artifactId>
- <groupId>com.intellinova</groupId>
+ <artifactId>sopf</artifactId>
+ <groupId>org.sf.net</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>com.intellinova.sop</groupId>
+ <groupId>org.sf.net.sopf</groupId>
<artifactId>cache</artifactId>
- <name>sop-cache</name>
+ <name>sopf-cache</name>
<version>1.0-SNAPSHOT</version>
<description>This is the cache for the sop framework</description>
</project>
\ No newline at end of file
Modified: trunk/sopf/design/pom.xml
===================================================================
--- trunk/sopf/design/pom.xml 2009-05-15 10:55:51 UTC (rev 4)
+++ trunk/sopf/design/pom.xml 2009-05-15 11:08:54 UTC (rev 5)
@@ -2,10 +2,11 @@
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>com.intellinova</groupId>
- <artifactId>sop</artifactId>
+ <groupId>org.sf.net</groupId>
+ <artifactId>sopf</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
+ <groupId>org.sf.net.sopf</groupId>
<artifactId>design</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
Modified: trunk/sopf/kernel/pom.xml
===================================================================
--- trunk/sopf/kernel/pom.xml 2009-05-15 10:55:51 UTC (rev 4)
+++ trunk/sopf/kernel/pom.xml 2009-05-15 11:08:54 UTC (rev 5)
@@ -1,11 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>sop</artifactId>
- <groupId>com.intellinova</groupId>
+ <artifactId>sopf</artifactId>
+ <groupId>org.sf.net</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
- <groupId>com.intellinova</groupId>
+ <groupId>org.sf.net.sopf</groupId>
<artifactId>kernel</artifactId>
<name>kernel</name>
<version>1.0-SNAPSHOT</version>
@@ -23,7 +25,7 @@
<version>1.4</version>
</dependency>
<dependency>
- <groupId>com.intellinova</groupId>
+ <groupId>org.sf.net.sopf</groupId>
<artifactId>model</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
Modified: trunk/sopf/model/pom.xml
===================================================================
--- trunk/sopf/model/pom.xml 2009-05-15 10:55:51 UTC (rev 4)
+++ trunk/sopf/model/pom.xml 2009-05-15 11:08:54 UTC (rev 5)
@@ -2,10 +2,11 @@
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>com.intellinova</groupId>
- <artifactId>sop</artifactId>
+ <groupId>org.sf.net</groupId>
+ <artifactId>sopf</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
+ <groupId>org.sf.net.sopf</groupId>
<artifactId>model</artifactId>
<packaging>jar</packaging>
<name>model</name>
Modified: trunk/sopf/pom.xml
===================================================================
--- trunk/sopf/pom.xml 2009-05-15 10:55:51 UTC (rev 4)
+++ trunk/sopf/pom.xml 2009-05-15 11:08:54 UTC (rev 5)
@@ -1,11 +1,11 @@
<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>
- <groupId>org.sf.net.sopf</groupId>
+ <groupId>org.sf.net</groupId>
<artifactId>sopf</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
- <name>sop</name>
+ <name>sopf</name>
<modules>
<module>model</module>
<module>design</module>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|