[jbossws-dev] [Design of JBoss Web Services] - Re: container integration naming issue

thomas.diesler@jboss.com do-not-reply at jboss.com
Thu Jun 19 05:28:55 EDT 2008


For container integrations that are used with unreleased container versions (i.e. jbossas/trunk, jbossas/branches/Branch_4_2)

we use th e convention that we append 'x' to the container version


  | <dependency>
  |   <groupId>org.jboss.ws</groupId>
  |   <artifactId>jbossws-jboss423x</artifactId>
  |   <version>3.0.3-SNAPSHOT</version>
  | </dependency>
  | <dependency>
  |   <groupId>org.jboss.ws</groupId>
  |   <artifactId>jbossws-jboss500x</artifactId>
  |   <version>3.0.3-SNAPSHOT</version>
  | </dependency>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159209#4159209

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159209



More information about the jbossws-dev mailing list