hi there

while executing release:prepare the versions of dependencies to submodules are adjusted correct. but they're just adapted to the new version if they are not defined within a <profile> section. the profile 'jboss' was activated correct. i've checked that with help:active-profiles.

---
have a look at this section of the pom.xml.tag file.

release version: esp-blabla-1.0
current dev version: 1.0.0-SNAPSHOT

adjusted correct:

  <dependencies>
     <dependency>
        <groupId>ch.abc.project1</groupId>
        <artifactId>esp-business-logic</artifactId>
        <version>esp-blabla-1.0</version>
        <classifier>esp-ejb-jboss</classifier>
     </dependency>
  </dependencies>



not adjusted:

  <!-- ###### PROFILES ###### -->
  <profiles>
    <profile>
      <id>jboss</id>
      <dependencies>
        <dependency>
          <groupId>ch.abc.project1</groupId>
          <artifactId>esp-business-logic</artifactId>
          <version>1.0.0-SNAPSHOT</version>
          <classifier>esp-ejb-jboss</classifier>
        </dependency>
      </dependencies>
    </profile>


any ideas?

thanks,
cla


--
Projekt «Robot Team Challenge»: Wir fördern den Nachwuchs
www.informatica08.ch/robot

Cla Emanuel Monsch | [EMAIL PROTECTED]
phone +41-44-247 79 06 | fax +41-44-247 70 75
Netcetera AG | 8040 Zürich | Switzerland | http://netcetera.ch

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to