modified Jmeter to upload geronimo-spec-j2ee properly

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390580 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Darwin G. Flores 2006-04-01 03:10:15 +00:00
parent ea1dad712a
commit 68cd5ea517
1 changed files with 2 additions and 2 deletions

View File

@ -311,8 +311,8 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-j2ee_1.4_spec</artifactId>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-j2ee</artifactId>
<version>${geronimo_spec_j2ee_version}</version>
<properties>
<jmeter.module>true</jmeter.module>