Author: simoneg
Date: Tue Oct 20 01:15:29 2009
New Revision: 826922
URL: http://svn.apache.org/viewvc?rev=826922&view=rev
Log:
Fixing pom names
Modified:
labs/magma/trunk/fragment-banner-domain/pom.xml
labs/magma/trunk/fragment-banner-web/pom.xml
labs/magma/trunk/fragment-content-domain/pom.xml
labs/magma/trunk/fragment-content-main-domain/pom.xml
labs/magma/trunk/fragment-content-main-web/pom.xml
labs/magma/trunk/fragment-content-order-domain/pom.xml
labs/magma/trunk/fragment-content-order-web/pom.xml
labs/magma/trunk/fragment-content-web/pom.xml
labs/magma/trunk/fragment-contentFeed-domain/pom.xml
labs/magma/trunk/fragment-contentFeed-web/pom.xml
labs/magma/trunk/fragment-gallery-domain/pom.xml
labs/magma/trunk/fragment-gallery-web/pom.xml
labs/magma/trunk/fragment-galleryFeed-domain/pom.xml
labs/magma/trunk/fragment-galleryFeed-web/pom.xml
labs/magma/trunk/fragment-google-ads-xhtml/pom.xml
labs/magma/trunk/fragment-google-ads/pom.xml
labs/magma/trunk/fragment-google-analytics/pom.xml
labs/magma/trunk/fragment-init/pom.xml
labs/magma/trunk/fragment-messaging-domain/pom.xml
labs/magma/trunk/fragment-messaging-web/pom.xml
labs/magma/trunk/fragment-newsletter-domain/pom.xml
labs/magma/trunk/fragment-newsletter-web/pom.xml
labs/magma/trunk/fragment-user-domain/pom.xml
labs/magma/trunk/fragment-user-web/pom.xml
Modified: labs/magma/trunk/fragment-banner-domain/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-banner-domain/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-banner-domain/pom.xml (original)
+++ labs/magma/trunk/fragment-banner-domain/pom.xml Tue Oct 20 01:15:29 2009
@@ -10,6 +10,7 @@
<artifactId>fragment-banner-domain</artifactId>
<version>0.0.2-SNAPSHOT</version>
<packaging>magma</packaging>
+ <name>Magma Fragment Banner domain</name>
<dependencies>
<dependency>
<groupId>org.apache.magma</groupId>
Modified: labs/magma/trunk/fragment-banner-web/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-banner-web/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-banner-web/pom.xml (original)
+++ labs/magma/trunk/fragment-banner-web/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,14 +1,16 @@
-<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>magma-parent</artifactId>
- <groupId>org.apache.magma</groupId>
- <version>2</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.magma</groupId>
- <artifactId>fragment-banner-web</artifactId>
- <version>0.0.2-SNAPSHOT</version>
- <packaging>magma</packaging>
+<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>magma-parent</artifactId>
+ <groupId>org.apache.magma</groupId>
+ <version>2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>fragment-banner-web</artifactId>
+ <version>0.0.2-SNAPSHOT</version>
+ <packaging>magma</packaging>
+ <name>Magma Fragment Banner web</name>
<dependencies>
<dependency>
<groupId>org.apache.magma</groupId>
@@ -25,12 +27,12 @@
<artifactId>website-beansview</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>website-administration</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>foundation-database</artifactId>
<version>0.0.2-SNAPSHOT</version>
@@ -39,6 +41,6 @@
<groupId>org.apache.magma</groupId>
<artifactId>fragment-init</artifactId>
<version>0.0.2-SNAPSHOT</version>
- </dependency>
+ </dependency>
</dependencies>
</project>
Modified: labs/magma/trunk/fragment-content-domain/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-content-domain/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-content-domain/pom.xml (original)
+++ labs/magma/trunk/fragment-content-domain/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,33 +1,32 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version
+ 2.0 (the "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
+ http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+ applicable law or agreed to in writing, software distributed under the
+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+ CONDITIONS OF ANY KIND, either express or implied. See the License for
+ the specific language governing permissions and limitations under the
+ License.
-->
-<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>
+<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>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>magma-parent</artifactId>
+ <version>2</version>
+ </parent>
<groupId>org.apache.magma</groupId>
- <artifactId>magma-parent</artifactId>
- <version>2</version>
- </parent>
- <groupId>org.apache.magma</groupId>
- <artifactId>fragment-content-domain</artifactId>
- <name/>
- <version>0.0.2-SNAPSHOT</version>
- <packaging>magma</packaging>
- <description/>
- <dependencies>
+ <artifactId>fragment-content-domain</artifactId>
+ <name>Magma Fragment Content domain</name>
+ <version>0.0.2-SNAPSHOT</version>
+ <packaging>magma</packaging>
+ <dependencies>
<dependency>
<groupId>org.apache.magma</groupId>
<artifactId>foundation-beans</artifactId>
@@ -57,7 +56,7 @@
<groupId>org.apache.magma</groupId>
<artifactId>foundation-validation</artifactId>
<version>0.0.2-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -65,31 +64,31 @@
<scope>test</scope>
</dependency>
</dependencies>
- <repositories>
- <repository>
- <id>semeru-snaps</id>
- <name>Semeru snapshots</name>
- <url>http://svn.semeru.it/maven-snaps</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>semeru-snaps</id>
- <name>Semeru snapshots</name>
- <url>http://svn.semeru.it/maven-snaps</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
-
+ <repositories>
+ <repository>
+ <id>semeru-snaps</id>
+ <name>Semeru snapshots</name>
+ <url>http://svn.semeru.it/maven-snaps</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>semeru-snaps</id>
+ <name>Semeru snapshots</name>
+ <url>http://svn.semeru.it/maven-snaps</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+
</project>
Modified: labs/magma/trunk/fragment-content-main-domain/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-content-main-domain/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-content-main-domain/pom.xml (original)
+++ labs/magma/trunk/fragment-content-main-domain/pom.xml Tue Oct 20 01:15:29
2009
@@ -24,7 +24,7 @@
<groupId>org.apache.magma</groupId>
<artifactId>fragment-content-main-domain</artifactId>
<packaging>magma</packaging>
- <name/>
+ <name>Magma Fragment Content domain - main</name>
<version>0.0.2-SNAPSHOT</version>
<description/>
<dependencies>
Modified: labs/magma/trunk/fragment-content-main-web/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-content-main-web/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-content-main-web/pom.xml (original)
+++ labs/magma/trunk/fragment-content-main-web/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,33 +1,34 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ <!--
+ Licensed to the Apache Software Foundation (ASF) under one or
more
+ contributor license agreements. See the NOTICE file distributed
with
+ this work for additional information regarding copyright
ownership.
+ The ASF licenses this file to You under the Apache License,
Version
+ 2.0 (the "License"); you may not use this file except in
compliance
+ with the License. You may obtain a copy of the License at
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<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>magma-parent</artifactId>
- <groupId>org.apache.magma</groupId>
- <version>2</version>
- </parent>
- <groupId>org.apache.magma</groupId>
- <artifactId>fragment-content-main-web</artifactId>
- <packaging>magma</packaging>
- <name/>
- <version>0.0.2-SNAPSHOT</version>
- <description/>
- <dependencies>
+ http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+ applicable law or agreed to in writing, software distributed
under the
+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR
+ CONDITIONS OF ANY KIND, either express or implied. See the
License for
+ the specific language governing permissions and limitations
under the
+ License.
+ -->
+<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>magma-parent</artifactId>
+ <groupId>org.apache.magma</groupId>
+ <version>2</version>
+ </parent>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>fragment-content-main-web</artifactId>
+ <packaging>magma</packaging>
+ <name>Magma Fragment Content web - main</name>
+ <version>0.0.2-SNAPSHOT</version>
+ <description />
+ <dependencies>
<dependency>
<groupId>org.apache.magma</groupId>
<artifactId>fragment-content-web</artifactId>
@@ -38,5 +39,5 @@
<artifactId>fragment-content-main-domain</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>
- </dependencies>
+ </dependencies>
</project>
Modified: labs/magma/trunk/fragment-content-order-domain/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-content-order-domain/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-content-order-domain/pom.xml (original)
+++ labs/magma/trunk/fragment-content-order-domain/pom.xml Tue Oct 20 01:15:29
2009
@@ -24,7 +24,7 @@
<groupId>org.apache.magma</groupId>
<artifactId>fragment-content-order-domain</artifactId>
<packaging>magma</packaging>
- <name/>
+ <name>Magma Fragment Content domain - order</name>
<version>0.0.2-SNAPSHOT</version>
<description/>
<dependencies>
Modified: labs/magma/trunk/fragment-content-order-web/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-content-order-web/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-content-order-web/pom.xml (original)
+++ labs/magma/trunk/fragment-content-order-web/pom.xml Tue Oct 20 01:15:29 2009
@@ -24,7 +24,7 @@
<groupId>org.apache.magma</groupId>
<artifactId>fragment-content-order-web</artifactId>
<packaging>magma</packaging>
- <name/>
+ <name>Magma Fragment Content web - order</name>
<version>0.0.2-SNAPSHOT</version>
<description/>
<dependencies>
Modified: labs/magma/trunk/fragment-content-web/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-content-web/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-content-web/pom.xml (original)
+++ labs/magma/trunk/fragment-content-web/pom.xml Tue Oct 20 01:15:29 2009
@@ -23,7 +23,7 @@
</parent>
<groupId>org.apache.magma</groupId>
<artifactId>fragment-content-web</artifactId>
- <name/>
+ <name>Magma Fragment Content web</name>
<version>0.0.2-SNAPSHOT</version>
<packaging>magma</packaging>
<description/>
Modified: labs/magma/trunk/fragment-contentFeed-domain/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-contentFeed-domain/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-contentFeed-domain/pom.xml (original)
+++ labs/magma/trunk/fragment-contentFeed-domain/pom.xml Tue Oct 20 01:15:29
2009
@@ -1,21 +1,23 @@
-<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.apache.magma</groupId>
- <artifactId>fragment-contentFeed-domain</artifactId>
- <packaging>magma</packaging>
- <version>0.0.2-SNAPSHOT</version>
- <parent>
- <artifactId>magma-parent</artifactId>
- <groupId>org.apache.magma</groupId>
- <version>2</version>
- </parent>
- <dependencies>
- <dependency>
+<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>magma-parent</artifactId>
+ <groupId>org.apache.magma</groupId>
+ <version>2</version>
+ </parent>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>fragment-contentFeed-domain</artifactId>
+ <packaging>magma</packaging>
+ <version>0.0.2-SNAPSHOT</version>
+ <name>Magma Fragment Content domain - feed</name>
+ <dependencies>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>fragment-content-domain</artifactId>
<version>0.0.2-SNAPSHOT</version>
- </dependency>
- <dependency>
+ </dependency>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>foundation-beans-view</artifactId>
<version>0.0.2-SNAPSHOT</version>
@@ -40,5 +42,5 @@
<artifactId>website-feed</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>
- </dependencies>
+ </dependencies>
</project>
Modified: labs/magma/trunk/fragment-contentFeed-web/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-contentFeed-web/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-contentFeed-web/pom.xml (original)
+++ labs/magma/trunk/fragment-contentFeed-web/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,16 +1,18 @@
-<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.apache.magma</groupId>
- <artifactId>fragment-contentFeed-web</artifactId>
- <packaging>magma</packaging>
- <version>0.0.2-SNAPSHOT</version>
- <parent>
- <artifactId>magma-parent</artifactId>
- <groupId>org.apache.magma</groupId>
- <version>2</version>
- </parent>
- <dependencies>
- <dependency>
+<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>magma-parent</artifactId>
+ <groupId>org.apache.magma</groupId>
+ <version>2</version>
+ </parent>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>fragment-contentFeed-web</artifactId>
+ <packaging>magma</packaging>
+ <version>0.0.2-SNAPSHOT</version>
+ <name>Magma Fragment Content web - feed</name>
+ <dependencies>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>fragment-contentFeed-domain</artifactId>
<version>0.0.2-SNAPSHOT</version>
@@ -34,8 +36,8 @@
<groupId>org.apache.magma</groupId>
<artifactId>website-administration</artifactId>
<version>0.0.2-SNAPSHOT</version>
- </dependency>
- <dependency>
+ </dependency>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>foundation-database</artifactId>
<version>0.0.2-SNAPSHOT</version>
@@ -45,36 +47,36 @@
<artifactId>website-feed</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>
- </dependencies>
- <repositories>
- <repository>
+ </dependencies>
+ <repositories>
+ <repository>
<id>semeru-snaps</id>
<name>Semeru snapshots</name>
<url>http://svn.semeru.it/maven-snaps</url>
<releases>
- <enabled>true</enabled>
+ <enabled>true</enabled>
</releases>
<snapshots>
- <enabled>true</enabled>
+ <enabled>true</enabled>
</snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
+ </repository>
+ </repositories>
+ <pluginRepositories>
<pluginRepository>
- <id>semeru-snaps</id>
- <name>Semeru snapshots</name>
- <url>http://svn.semeru.it/maven-snaps</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
+ <id>semeru-snaps</id>
+ <name>Semeru snapshots</name>
+ <url>http://svn.semeru.it/maven-snaps</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
</pluginRepository>
- </pluginRepositories>
- <scm>
-
<connection>scm:svn:http://svn.semeru.it/svn/magma/fragments/fragment-contentFeed-web</connection>
-
<developerConnection>scm:svn:https://svn.semeru.it:4443/svn/magma/fragments/fragment-contentFeed-web/</developerConnection>
-
<url>http://svn.semeru.it/svn/magma/fragments/fragment-contentFeed-web</url>
- </scm>
+ </pluginRepositories>
+ <scm>
+
<connection>scm:svn:http://svn.semeru.it/svn/magma/fragments/fragment-contentFeed-web</connection>
+
<developerConnection>scm:svn:https://svn.semeru.it:4443/svn/magma/fragments/fragment-contentFeed-web/</developerConnection>
+
<url>http://svn.semeru.it/svn/magma/fragments/fragment-contentFeed-web</url>
+ </scm>
</project>
\ No newline at end of file
Modified: labs/magma/trunk/fragment-gallery-domain/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-gallery-domain/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-gallery-domain/pom.xml (original)
+++ labs/magma/trunk/fragment-gallery-domain/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,16 +1,18 @@
-<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>magma-parent</artifactId>
- <groupId>org.apache.magma</groupId>
- <version>2</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.magma</groupId>
- <artifactId>fragment-gallery-domain</artifactId>
- <version>0.0.2-SNAPSHOT</version>
- <packaging>magma</packaging>
- <dependencies>
- <dependency>
+<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>magma-parent</artifactId>
+ <groupId>org.apache.magma</groupId>
+ <version>2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>fragment-gallery-domain</artifactId>
+ <version>0.0.2-SNAPSHOT</version>
+ <packaging>magma</packaging>
+ <name>Magma Fragment Gallery domain</name>
+ <dependencies>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>foundation-beans-view</artifactId>
<version>0.0.2-SNAPSHOT</version>
@@ -41,5 +43,5 @@
<version>0.0.2-SNAPSHOT</version>
<type>magma</type>
</dependency>
- </dependencies>
+ </dependencies>
</project>
Modified: labs/magma/trunk/fragment-gallery-web/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-gallery-web/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-gallery-web/pom.xml (original)
+++ labs/magma/trunk/fragment-gallery-web/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,20 +1,22 @@
-<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">
+<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>magma-parent</artifactId>
- <groupId>org.apache.magma</groupId>
- <version>2</version>
+ <artifactId>magma-parent</artifactId>
+ <groupId>org.apache.magma</groupId>
+ <version>2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.magma</groupId>
<artifactId>fragment-gallery-web</artifactId>
<version>0.0.2-SNAPSHOT</version>
<packaging>magma</packaging>
+ <name>Magma Fragment Gallery web</name>
<dependencies>
<dependency>
<groupId>org.apache.magma</groupId>
<artifactId>fragment-gallery-domain</artifactId>
<version>0.0.2-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.magma</groupId>
<artifactId>foundation-website</artifactId>
@@ -29,48 +31,48 @@
<groupId>org.apache.magma</groupId>
<artifactId>website-administration</artifactId>
<version>0.0.2-SNAPSHOT</version>
- </dependency>
- <dependency>
+ </dependency>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>fragment-init</artifactId>
<version>0.0.2-SNAPSHOT</version>
- </dependency>
- <dependency>
+ </dependency>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>foundation-database</artifactId>
<version>0.0.2-SNAPSHOT</version>
- </dependency>
+ </dependency>
</dependencies>
- <repositories>
- <repository>
+ <repositories>
+ <repository>
<id>semeru-snaps</id>
<name>Semeru snapshots</name>
<url>http://svn.semeru.it/maven-snaps</url>
<releases>
- <enabled>true</enabled>
+ <enabled>true</enabled>
</releases>
<snapshots>
- <enabled>true</enabled>
+ <enabled>true</enabled>
</snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
+ </repository>
+ </repositories>
+ <pluginRepositories>
<pluginRepository>
- <id>semeru-snaps</id>
- <name>Semeru snapshots</name>
- <url>http://svn.semeru.it/maven-snaps</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
+ <id>semeru-snaps</id>
+ <name>Semeru snapshots</name>
+ <url>http://svn.semeru.it/maven-snaps</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
</pluginRepository>
- </pluginRepositories>
+ </pluginRepositories>
- <scm>
-
<connection>scm:svn:http://svn.semeru.it/svn/magma/fragments/fragment-gallery-web</connection>
-
<developerConnection>scm:svn:https://svn.semeru.it:4443/svn/magma/fragments/fragment-gallery-web/</developerConnection>
-
<url>http://svn.semeru.it/svn/magma/fragments/fragment-gallery-web</url>
- </scm>
+ <scm>
+
<connection>scm:svn:http://svn.semeru.it/svn/magma/fragments/fragment-gallery-web</connection>
+
<developerConnection>scm:svn:https://svn.semeru.it:4443/svn/magma/fragments/fragment-gallery-web/</developerConnection>
+
<url>http://svn.semeru.it/svn/magma/fragments/fragment-gallery-web</url>
+ </scm>
</project>
Modified: labs/magma/trunk/fragment-galleryFeed-domain/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-galleryFeed-domain/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-galleryFeed-domain/pom.xml (original)
+++ labs/magma/trunk/fragment-galleryFeed-domain/pom.xml Tue Oct 20 01:15:29
2009
@@ -1,21 +1,23 @@
-<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.apache.magma</groupId>
- <artifactId>fragment-galleryFeed-domain</artifactId>
- <packaging>magma</packaging>
- <version>0.0.2-SNAPSHOT</version>
- <parent>
- <artifactId>magma-parent</artifactId>
- <groupId>org.apache.magma</groupId>
- <version>2</version>
- </parent>
- <dependencies>
- <dependency>
+<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>magma-parent</artifactId>
+ <groupId>org.apache.magma</groupId>
+ <version>2</version>
+ </parent>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>fragment-galleryFeed-domain</artifactId>
+ <packaging>magma</packaging>
+ <version>0.0.2-SNAPSHOT</version>
+ <name>Magma Fragment Gallery domain - feed</name>
+ <dependencies>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>fragment-gallery-domain</artifactId>
<version>0.0.2-SNAPSHOT</version>
- </dependency>
- <dependency>
+ </dependency>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>foundation-beans-view</artifactId>
<version>0.0.2-SNAPSHOT</version>
@@ -40,5 +42,5 @@
<artifactId>website-feed</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>
- </dependencies>
+ </dependencies>
</project>
Modified: labs/magma/trunk/fragment-galleryFeed-web/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-galleryFeed-web/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-galleryFeed-web/pom.xml (original)
+++ labs/magma/trunk/fragment-galleryFeed-web/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,14 +1,15 @@
<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.apache.magma</groupId>
- <artifactId>fragment-galleryFeed-web</artifactId>
- <packaging>magma</packaging>
- <version>0.0.2-SNAPSHOT</version>
<parent>
<artifactId>magma-parent</artifactId>
<groupId>org.apache.magma</groupId>
<version>2</version>
</parent>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>fragment-galleryFeed-web</artifactId>
+ <packaging>magma</packaging>
+ <version>0.0.2-SNAPSHOT</version>
+ <name>Magma Fragment Gallery web - feed</name>
<dependencies>
<dependency>
<groupId>org.apache.magma</groupId>
Modified: labs/magma/trunk/fragment-google-ads-xhtml/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-google-ads-xhtml/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-google-ads-xhtml/pom.xml (original)
+++ labs/magma/trunk/fragment-google-ads-xhtml/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,40 +1,42 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ <!--
+ Licensed to the Apache Software Foundation (ASF) under one or
more
+ contributor license agreements. See the NOTICE file distributed
with
+ this work for additional information regarding copyright
ownership.
+ The ASF licenses this file to You under the Apache License,
Version
+ 2.0 (the "License"); you may not use this file except in
compliance
+ with the License. You may obtain a copy of the License at
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<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>magma-parent</artifactId>
- <groupId>org.apache.magma</groupId>
- <version>2</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.magma</groupId>
- <artifactId>fragment-google-ads-xhtml</artifactId>
- <version>0.0.2-SNAPSHOT</version>
- <packaging>magma</packaging>
- <dependencies>
- <dependency>
- <groupId>org.apache.magma</groupId>
- <artifactId>fragment-google-ads</artifactId>
- <version>0.0.2-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.magma</groupId>
- <artifactId>website-jquery</artifactId>
- <version>0.0.2-SNAPSHOT</version>
- </dependency>
- </dependencies>
+ http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+ applicable law or agreed to in writing, software distributed
under the
+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR
+ CONDITIONS OF ANY KIND, either express or implied. See the
License for
+ the specific language governing permissions and limitations
under the
+ License.
+ -->
+<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>magma-parent</artifactId>
+ <groupId>org.apache.magma</groupId>
+ <version>2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>fragment-google-ads-xhtml</artifactId>
+ <version>0.0.2-SNAPSHOT</version>
+ <packaging>magma</packaging>
+ <name>Magma Fragment Google Adsense - xhtml compatibility</name>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>fragment-google-ads</artifactId>
+ <version>0.0.2-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>website-jquery</artifactId>
+ <version>0.0.2-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
</project>
Modified: labs/magma/trunk/fragment-google-ads/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-google-ads/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-google-ads/pom.xml (original)
+++ labs/magma/trunk/fragment-google-ads/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,33 +1,32 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ <!--
+ Licensed to the Apache Software Foundation (ASF) under one or
more
+ contributor license agreements. See the NOTICE file distributed
with
+ this work for additional information regarding copyright
ownership.
+ The ASF licenses this file to You under the Apache License,
Version
+ 2.0 (the "License"); you may not use this file except in
compliance
+ with the License. You may obtain a copy of the License at
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+ applicable law or agreed to in writing, software distributed
under the
+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR
+ CONDITIONS OF ANY KIND, either express or implied. See the
License for
+ the specific language governing permissions and limitations
under the
+ License.
+ -->
+<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>
<groupId>org.apache.magma</groupId>
<artifactId>magma-parent</artifactId>
<version>2</version>
- </parent>
+ </parent>
<groupId>org.apache.magma</groupId>
<artifactId>fragment-google-ads</artifactId>
<version>0.0.2-SNAPSHOT</version>
- <name>Google Adsense Fragment</name>
- <packaging>magma</packaging>
+ <name>Magma Fragment Google Adsense</name>
+ <packaging>magma</packaging>
<dependencies>
<dependency>
<groupId>org.apache.magma</groupId>
@@ -39,5 +38,5 @@
<artifactId>website-velocity</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>
- </dependencies>
+ </dependencies>
</project>
Modified: labs/magma/trunk/fragment-google-analytics/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-google-analytics/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-google-analytics/pom.xml (original)
+++ labs/magma/trunk/fragment-google-analytics/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,33 +1,32 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ <!--
+ Licensed to the Apache Software Foundation (ASF) under one or
more
+ contributor license agreements. See the NOTICE file distributed
with
+ this work for additional information regarding copyright
ownership.
+ The ASF licenses this file to You under the Apache License,
Version
+ 2.0 (the "License"); you may not use this file except in
compliance
+ with the License. You may obtain a copy of the License at
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+ applicable law or agreed to in writing, software distributed
under the
+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR
+ CONDITIONS OF ANY KIND, either express or implied. See the
License for
+ the specific language governing permissions and limitations
under the
+ License.
+ -->
+<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>
<groupId>org.apache.magma</groupId>
<artifactId>magma-parent</artifactId>
<version>2</version>
- </parent>
+ </parent>
<groupId>org.apache.magma</groupId>
<artifactId>fragment-google-analytics</artifactId>
<version>0.0.2-SNAPSHOT</version>
- <name>Google Analytics Fragment</name>
- <packaging>magma</packaging>
+ <name>Magma Fragment Google Analytics</name>
+ <packaging>magma</packaging>
<dependencies>
<dependency>
<groupId>org.apache.magma</groupId>
Modified: labs/magma/trunk/fragment-init/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-init/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-init/pom.xml (original)
+++ labs/magma/trunk/fragment-init/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,21 +1,22 @@
-<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>magma-parent</artifactId>
- <groupId>org.apache.magma</groupId>
- <version>2</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.magma</groupId>
- <artifactId>fragment-init</artifactId>
- <packaging>magma</packaging>
- <name>Fragment Initialization Utilities</name>
- <version>0.0.2-SNAPSHOT</version>
- <dependencies>
- <dependency>
- <groupId>org.apache.magma</groupId>
- <artifactId>foundation-database</artifactId>
- <version>0.0.2-SNAPSHOT</version>
- <scope>compile</scope>
- </dependency>
- </dependencies>
+<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>magma-parent</artifactId>
+ <groupId>org.apache.magma</groupId>
+ <version>2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>fragment-init</artifactId>
+ <packaging>magma</packaging>
+ <name>Magma Fragment Initialization Utilities</name>
+ <version>0.0.2-SNAPSHOT</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>foundation-database</artifactId>
+ <version>0.0.2-SNAPSHOT</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: labs/magma/trunk/fragment-messaging-domain/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-messaging-domain/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-messaging-domain/pom.xml (original)
+++ labs/magma/trunk/fragment-messaging-domain/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,16 +1,18 @@
-<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>magma-parent</artifactId>
- <groupId>org.apache.magma</groupId>
- <version>2</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.magma</groupId>
- <artifactId>fragment-messaging-domain</artifactId>
- <packaging>magma</packaging>
- <version>0.0.2-SNAPSHOT</version>
-<dependencies>
- <dependency>
+<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>magma-parent</artifactId>
+ <groupId>org.apache.magma</groupId>
+ <version>2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>fragment-messaging-domain</artifactId>
+ <packaging>magma</packaging>
+ <version>0.0.2-SNAPSHOT</version>
+ <name>Magma Fragment Messaging domain</name>
+ <dependencies>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>foundation-beans-view</artifactId>
<version>0.0.2-SNAPSHOT</version>
@@ -45,5 +47,5 @@
<artifactId>foundation-i18n</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>
- </dependencies>
+ </dependencies>
</project>
Modified: labs/magma/trunk/fragment-messaging-web/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-messaging-web/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-messaging-web/pom.xml (original)
+++ labs/magma/trunk/fragment-messaging-web/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,16 +1,18 @@
-<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>magma-parent</artifactId>
- <groupId>org.apache.magma</groupId>
- <version>2</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.magma</groupId>
- <artifactId>fragment-messaging-web</artifactId>
- <packaging>magma</packaging>
- <version>0.0.2-SNAPSHOT</version>
-<dependencies>
- <dependency>
+<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>magma-parent</artifactId>
+ <groupId>org.apache.magma</groupId>
+ <version>2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>fragment-messaging-web</artifactId>
+ <packaging>magma</packaging>
+ <version>0.0.2-SNAPSHOT</version>
+ <name>Magma Fragment Messaging web</name>
+ <dependencies>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>fragment-messaging-domain</artifactId>
<version>0.0.2-SNAPSHOT</version>
@@ -30,7 +32,7 @@
<artifactId>fragment-user-web</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>foundation-database</artifactId>
<version>0.0.2-SNAPSHOT</version>
Modified: labs/magma/trunk/fragment-newsletter-domain/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-newsletter-domain/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-newsletter-domain/pom.xml (original)
+++ labs/magma/trunk/fragment-newsletter-domain/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,16 +1,18 @@
-<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>magma-parent</artifactId>
- <groupId>org.apache.magma</groupId>
- <version>2</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.magma</groupId>
- <artifactId>fragment-newsletter-domain</artifactId>
- <packaging>magma</packaging>
- <version>0.0.2-SNAPSHOT</version>
- <dependencies>
- <dependency>
+<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>magma-parent</artifactId>
+ <groupId>org.apache.magma</groupId>
+ <version>2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>fragment-newsletter-domain</artifactId>
+ <packaging>magma</packaging>
+ <version>0.0.2-SNAPSHOT</version>
+ <name>Magma Fragment Newsletter domain</name>
+ <dependencies>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>foundation-beans-view</artifactId>
<version>0.0.2-SNAPSHOT</version>
@@ -35,5 +37,5 @@
<artifactId>foundation-i18n</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>
- </dependencies>
+ </dependencies>
</project>
Modified: labs/magma/trunk/fragment-newsletter-web/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-newsletter-web/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-newsletter-web/pom.xml (original)
+++ labs/magma/trunk/fragment-newsletter-web/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,16 +1,18 @@
-<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>magma-parent</artifactId>
- <groupId>org.apache.magma</groupId>
- <version>2</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.magma</groupId>
- <artifactId>fragment-newsletter-web</artifactId>
- <packaging>magma</packaging>
- <version>0.0.2-SNAPSHOT</version>
- <dependencies>
- <dependency>
+<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>magma-parent</artifactId>
+ <groupId>org.apache.magma</groupId>
+ <version>2</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>fragment-newsletter-web</artifactId>
+ <packaging>magma</packaging>
+ <version>0.0.2-SNAPSHOT</version>
+ <name>Magma Fragment Newsletter web</name>
+ <dependencies>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>fragment-newsletter-domain</artifactId>
<version>0.0.2-SNAPSHOT</version>
@@ -34,8 +36,8 @@
<groupId>org.apache.magma</groupId>
<artifactId>website-administration</artifactId>
<version>0.0.2-SNAPSHOT</version>
- </dependency>
- <dependency>
+ </dependency>
+ <dependency>
<groupId>org.apache.magma</groupId>
<artifactId>foundation-database</artifactId>
<version>0.0.2-SNAPSHOT</version>
Modified: labs/magma/trunk/fragment-user-domain/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-user-domain/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-user-domain/pom.xml (original)
+++ labs/magma/trunk/fragment-user-domain/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,33 +1,34 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ <!--
+ Licensed to the Apache Software Foundation (ASF) under one or
more
+ contributor license agreements. See the NOTICE file distributed
with
+ this work for additional information regarding copyright
ownership.
+ The ASF licenses this file to You under the Apache License,
Version
+ 2.0 (the "License"); you may not use this file except in
compliance
+ with the License. You may obtain a copy of the License at
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<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>
+ http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+ applicable law or agreed to in writing, software distributed
under the
+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR
+ CONDITIONS OF ANY KIND, either express or implied. See the
License for
+ the specific language governing permissions and limitations
under the
+ License.
+ -->
+<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>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>magma-parent</artifactId>
+ <version>2</version>
+ </parent>
<groupId>org.apache.magma</groupId>
- <artifactId>magma-parent</artifactId>
- <version>2</version>
- </parent>
- <groupId>org.apache.magma</groupId>
- <artifactId>fragment-user-domain</artifactId>
- <name/>
- <version>0.0.2-SNAPSHOT</version>
- <packaging>magma</packaging>
- <description/>
- <dependencies>
+ <artifactId>fragment-user-domain</artifactId>
+ <name>Magma Fragment User domain</name>
+ <version>0.0.2-SNAPSHOT</version>
+ <packaging>magma</packaging>
+ <description />
+ <dependencies>
<dependency>
<groupId>org.apache.magma</groupId>
<artifactId>foundation-beans</artifactId>
@@ -47,12 +48,12 @@
<groupId>org.apache.magma</groupId>
<artifactId>foundation-validation</artifactId>
<version>0.0.2-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<scope>test</scope>
- </dependency>
- </dependencies>
+ </dependency>
+ </dependencies>
</project>
Modified: labs/magma/trunk/fragment-user-web/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-user-web/pom.xml?rev=826922&r1=826921&r2=826922&view=diff
==============================================================================
--- labs/magma/trunk/fragment-user-web/pom.xml (original)
+++ labs/magma/trunk/fragment-user-web/pom.xml Tue Oct 20 01:15:29 2009
@@ -1,33 +1,34 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ <!--
+ Licensed to the Apache Software Foundation (ASF) under one or
more
+ contributor license agreements. See the NOTICE file distributed
with
+ this work for additional information regarding copyright
ownership.
+ The ASF licenses this file to You under the Apache License,
Version
+ 2.0 (the "License"); you may not use this file except in
compliance
+ with the License. You may obtain a copy of the License at
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<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>
+ http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+ applicable law or agreed to in writing, software distributed
under the
+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR
+ CONDITIONS OF ANY KIND, either express or implied. See the
License for
+ the specific language governing permissions and limitations
under the
+ License.
+ -->
+<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>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>magma-parent</artifactId>
+ <version>2</version>
+ </parent>
<groupId>org.apache.magma</groupId>
- <artifactId>magma-parent</artifactId>
- <version>2</version>
- </parent>
- <groupId>org.apache.magma</groupId>
- <artifactId>fragment-user-web</artifactId>
- <name/>
- <version>0.0.2-SNAPSHOT</version>
- <packaging>magma</packaging>
- <description/>
- <dependencies>
+ <artifactId>fragment-user-web</artifactId>
+ <name>Magma Fragment User web</name>
+ <version>0.0.2-SNAPSHOT</version>
+ <packaging>magma</packaging>
+ <description />
+ <dependencies>
<dependency>
<groupId>org.apache.magma</groupId>
<artifactId>fragment-user-domain</artifactId>
@@ -47,7 +48,7 @@
<groupId>org.apache.magma</groupId>
<artifactId>website-email</artifactId>
<version>0.0.2-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.magma</groupId>
<artifactId>website-velocity</artifactId>
@@ -57,12 +58,12 @@
<groupId>org.apache.magma</groupId>
<artifactId>foundation-validation</artifactId>
<version>0.0.2-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.magma</groupId>
<artifactId>foundation-database</artifactId>
<version>0.0.2-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -73,11 +74,11 @@
<groupId>org.apache.magma</groupId>
<artifactId>website-administration</artifactId>
<version>0.0.2-SNAPSHOT</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.magma</groupId>
<artifactId>fragment-init</artifactId>
- <version>0.0.2-SNAPSHOT</version>
- </dependency>
+ <version>0.0.2-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]