Updated poms so that we use the incubator-apache group id so that folks can clearly tell that we are still in the incubator

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@369097 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-01-14 21:27:28 +00:00
parent c7e4ad74c9
commit a0adce9cb5
13 changed files with 32 additions and 16 deletions

View File

@ -171,7 +171,7 @@
<!-- default JMS provider used for implementation -->
<dependency>
<groupId>activemq</groupId>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core</artifactId>
<version>4.0-SNAPSHOT</version>
</dependency>

View File

@ -81,7 +81,7 @@
<!-- ============ -->
<dependencies>
<dependency>
<groupId>activemq</groupId>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-jaas</artifactId>
<version>${pom.currentVersion}</version>
<properties>
@ -308,7 +308,7 @@
<!-- JAAS Login Modules -->
<dependency>
<groupId>activemq</groupId>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-jaas</artifactId>
<version>${pom.currentVersion}</version>
</dependency>

View File

@ -19,7 +19,6 @@
<project>
<pomVersion>3</pomVersion>
<artifactId>activemq-jaas</artifactId>
<groupId>activemq</groupId>
<extend>${basedir}/../etc/project.xml</extend>
<name>ActiveMQ :: JAAS</name>
<id>activemq-jaas</id>

View File

@ -44,7 +44,7 @@
<dependencies>
<dependency>
<groupId>activemq</groupId>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core</artifactId>
<version>${pom.currentVersion}</version>
<properties>
@ -163,7 +163,7 @@
<!-- Used for unit tests -->
<dependency>
<groupId>activemq</groupId>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core-test</artifactId>
<version>${pom.currentVersion}</version>
</dependency>

View File

@ -50,7 +50,7 @@
</dependency>
<dependency>
<groupId>activemq</groupId>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core</artifactId>
<version>${pom.currentVersion}</version>
<properties>

View File

@ -55,7 +55,7 @@
</dependency>
<dependency>
<groupId>activemq</groupId>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core</artifactId>
<version>${pom.currentVersion}</version>
<properties>

View File

@ -43,8 +43,8 @@
<dependencies>
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq</artifactId>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core</artifactId>
<version>${pom.currentVersion}</version>
<properties>
<war.bundle>true</war.bundle>

View File

@ -133,6 +133,21 @@
</includes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>assembly</goal>
</goals>
<configuration>
<descriptor>src/main/descriptors/jar.xml</descriptor>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>

View File

@ -29,7 +29,7 @@
<dependencies>
<dependency>
<groupId>activemq</groupId>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core</artifactId>
<version>${pom.currentVersion}</version>
<properties>
@ -62,13 +62,13 @@
<dependency>
<groupId>activemq</groupId>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core-test</artifactId>
<version>${pom.currentVersion}</version>
</dependency>
<dependency>
<groupId>activemq</groupId>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-ra</artifactId>
<version>${pom.currentVersion}</version>
<type>rar</type>

View File

@ -56,6 +56,8 @@ maven.repo.list=apache
maven.repo.apache=scp://geronimo.apache.org
maven.repo.apache.directory=/www/cvs.apache.org/repository
maven.repo.apache.group=apcvs
maven.repo.apache.ssh.executable=ssh
maven.repo.apache.scp.executable=scp
# -------------------------------------------------------------------
# dependency versions

View File

@ -28,7 +28,7 @@
<name>ActiveMQ</name>
<id>activemq</id>
<groupId>activemq</groupId>
<groupId>incubator-activemq</groupId>
<currentVersion>4.0-SNAPSHOT</currentVersion>
<organization>

View File

@ -33,7 +33,7 @@
<dependencies>
<dependency>
<groupId>activemq</groupId>
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core</artifactId>
<version>${pom.currentVersion}</version>
</dependency>

View File

@ -21,7 +21,7 @@
<name>ActiveMQ</name>
<id>activemq</id>
<groupId>activemq</groupId>
<groupId>incubator-activemq</groupId>
<currentVersion>4.0-SNAPSHOT</currentVersion>
<build>