Show
Ignore:
Timestamp:
12/03/09 16:27:33 (2 years ago)
Author:
mtld
Message:

set version to 1.0.2

Location:
trunk/pustefix-webservices
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/pustefix-webservices/pom.xml

    r4882 r4988  
    66    <groupId>org.pustefixframework</groupId> 
    77    <artifactId>pustefixframework</artifactId> 
    8     <version>1.0.2-SNAPSHOT</version> 
     8    <version>1.0.2</version> 
    99  </parent> 
    1010 
     
    1212  <artifactId>pustefix-webservices</artifactId> 
    1313  <packaging>pom</packaging> 
    14   <version>1.0.2-SNAPSHOT</version> 
     14  <version>1.0.2</version> 
    1515  <name>Pustefix Webservices</name> 
    1616 
     
    1919      <groupId>org.pustefixframework</groupId> 
    2020      <artifactId>pustefix-core</artifactId> 
    21       <version>1.0.2-SNAPSHOT</version> 
     21      <version>1.0.2</version> 
    2222    </dependency> 
    2323    <dependency> 
  • trunk/pustefix-webservices/pustefix-webservices-core/pom.xml

    r4882 r4988  
    44    <artifactId>pustefix-webservices</artifactId> 
    55    <groupId>org.pustefixframework.webservices</groupId> 
    6     <version>1.0.2-SNAPSHOT</version> 
     6    <version>1.0.2</version> 
    77  </parent> 
    88  <name>Pustefix Webservices Core</name> 
     
    1010  <groupId>org.pustefixframework.webservices</groupId> 
    1111  <artifactId>pustefix-webservices-core</artifactId> 
    12   <version>1.0.2-SNAPSHOT</version> 
     12  <version>1.0.2</version> 
    1313  <packaging>bundle</packaging> 
    1414 
  • trunk/pustefix-webservices/pustefix-webservices-jaxws/pom.xml

    r4882 r4988  
    44    <artifactId>pustefix-webservices</artifactId> 
    55    <groupId>org.pustefixframework.webservices</groupId> 
    6     <version>1.0.2-SNAPSHOT</version> 
     6    <version>1.0.2</version> 
    77  </parent> 
    88 
     
    1111  <groupId>org.pustefixframework.webservices</groupId> 
    1212  <artifactId>pustefix-webservices-jaxws</artifactId> 
    13   <version>1.0.2-SNAPSHOT</version> 
     13  <version>1.0.2</version> 
    1414 
    1515  <dependencies> 
     
    1717      <groupId>org.pustefixframework.webservices</groupId> 
    1818      <artifactId>pustefix-webservices-core</artifactId> 
    19       <version>1.0.2-SNAPSHOT</version> 
     19      <version>1.0.2</version> 
    2020    </dependency> 
    2121    <dependency> 
  • trunk/pustefix-webservices/pustefix-webservices-jsonws/pom.xml

    r4882 r4988  
    44    <artifactId>pustefix-webservices</artifactId> 
    55    <groupId>org.pustefixframework.webservices</groupId> 
    6     <version>1.0.2-SNAPSHOT</version> 
     6    <version>1.0.2</version> 
    77  </parent> 
    88 
     
    1111  <groupId>org.pustefixframework.webservices</groupId> 
    1212  <artifactId>pustefix-webservices-jsonws</artifactId> 
    13   <version>1.0.2-SNAPSHOT</version> 
     13  <version>1.0.2</version> 
    1414  <packaging>bundle</packaging> 
    1515 
     
    2525      <groupId>org.pustefixframework.webservices</groupId> 
    2626      <artifactId>pustefix-webservices-core</artifactId> 
    27       <version>1.0.2-SNAPSHOT</version> 
     27      <version>1.0.2</version> 
    2828    </dependency> 
    2929    <dependency>