mirror of https://github.com/apache/activemq.git
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:
parent
c7e4ad74c9
commit
a0adce9cb5
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>activemq</groupId>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activemq-core</artifactId>
|
||||
<version>${pom.currentVersion}</version>
|
||||
<properties>
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>activemq</groupId>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activemq-core</artifactId>
|
||||
<version>${pom.currentVersion}</version>
|
||||
<properties>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
<name>ActiveMQ</name>
|
||||
<id>activemq</id>
|
||||
<groupId>activemq</groupId>
|
||||
<groupId>incubator-activemq</groupId>
|
||||
<currentVersion>4.0-SNAPSHOT</currentVersion>
|
||||
|
||||
<organization>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>activemq</groupId>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activemq-core</artifactId>
|
||||
<version>${pom.currentVersion}</version>
|
||||
</dependency>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<name>ActiveMQ</name>
|
||||
<id>activemq</id>
|
||||
<groupId>activemq</groupId>
|
||||
<groupId>incubator-activemq</groupId>
|
||||
<currentVersion>4.0-SNAPSHOT</currentVersion>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue