Author: olamy
Date: Sun Feb 26 11:20:41 2012
New Revision: 1293806
URL: http://svn.apache.org/viewvc?rev=1293806&view=rev
Log:
fix poms
Modified:
incubator/directmemory/trunk/integrations/ehcache/pom.xml
incubator/directmemory/trunk/integrations/pom.xml
incubator/directmemory/trunk/integrations/solr/pom.xml
Modified: incubator/directmemory/trunk/integrations/ehcache/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/integrations/ehcache/pom.xml?rev=1293806&r1=1293805&r2=1293806&view=diff
==============================================================================
--- incubator/directmemory/trunk/integrations/ehcache/pom.xml (original)
+++ incubator/directmemory/trunk/integrations/ehcache/pom.xml Sun Feb 26
11:20:41 2012
@@ -12,9 +12,8 @@
<parent>
<groupId>org.apache.directmemory</groupId>
- <artifactId>directmemory-parent</artifactId>
+ <artifactId>directmemory-integrations</artifactId>
<version>0.6.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
</parent>
<artifactId>directmemory-ehcache</artifactId>
@@ -24,23 +23,10 @@
<build>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-clean-plugin</artifactId>
- <configuration>
- <filesets>
- <fileset>
-
<directory>logs</directory>
-
<followSymlinks>false</followSymlinks>
- </fileset>
- </filesets>
- </configuration>
- </plugin>
-
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.9</version>
<configuration>
<argLine>-Xmx512m -Xms512m
-XX:MaxDirectMemorySize=512m</argLine>
</configuration>
@@ -53,7 +39,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>directmemory-cache</artifactId>
- <version>${project.version}</version>
</dependency>
<!-- EHCache Dependency -->
@@ -71,23 +56,4 @@
</dependency>
</dependencies>
- <repositories>
- <repository>
- <url>http://repo.fusesource.com/maven2</url>
- <id>fusesource</id>
- </repository>
- <repository>
- <id>sonatype-nexus-public</id>
- <name>SonaType public snapshots and releases
repository</name>
-
<url>https://oss.sonatype.org/content/groups/public</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
-
- </repositories>
-
</project>
Modified: incubator/directmemory/trunk/integrations/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/integrations/pom.xml?rev=1293806&r1=1293805&r2=1293806&view=diff
==============================================================================
--- incubator/directmemory/trunk/integrations/pom.xml (original)
+++ incubator/directmemory/trunk/integrations/pom.xml Sun Feb 26 11:20:41 2012
@@ -29,7 +29,7 @@
<relativePath>../</relativePath>
</parent>
- <artifactId>directmemory-platforms</artifactId>
+ <artifactId>directmemory-integrations</artifactId>
<packaging>pom</packaging>
<name>Apache DirectMemory :: Integrations</name>
<description>${project.name}</description>
Modified: incubator/directmemory/trunk/integrations/solr/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/integrations/solr/pom.xml?rev=1293806&r1=1293805&r2=1293806&view=diff
==============================================================================
--- incubator/directmemory/trunk/integrations/solr/pom.xml (original)
+++ incubator/directmemory/trunk/integrations/solr/pom.xml Sun Feb 26 11:20:41
2012
@@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.directmemory</groupId>
- <artifactId>directmemory-platforms</artifactId>
+ <artifactId>directmemory-integrations</artifactId>
<version>0.6.0-SNAPSHOT</version>
</parent>