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

set version to 1.0.2

Location:
trunk/pustefix-archetypes
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • trunk/pustefix-archetypes/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-archetypes</artifactId> 
    1313  <packaging>pom</packaging> 
    14   <version>1.0.2-SNAPSHOT</version> 
     14  <version>1.0.2</version> 
    1515 
    1616  <name>Pustefix Archetypes</name> 
  • trunk/pustefix-archetypes/pustefix-archetype-application/pom.xml

    r4882 r4988  
    77    <groupId>org.pustefixframework.maven.archetypes</groupId> 
    88    <artifactId>pustefix-archetypes</artifactId> 
    9     <version>1.0.2-SNAPSHOT</version> 
     9    <version>1.0.2</version> 
    1010  </parent> 
    1111 
    1212  <groupId>org.pustefixframework</groupId> 
    1313  <artifactId>pustefix-archetype-application</artifactId> 
    14   <version>1.0.2-SNAPSHOT</version> 
     14  <version>1.0.2</version> 
    1515  <packaging>maven-archetype</packaging> 
    1616 
  • trunk/pustefix-archetypes/pustefix-archetype-application/src/main/resources/archetype-resources/pom.xml

    r4882 r4988  
    1111 
    1212  <properties> 
    13     <pustefix.version>1.0.2-SNAPSHOT</pustefix.version> 
     13    <pustefix.version>1.0.2</pustefix.version> 
    1414  </properties> 
    1515   
  • trunk/pustefix-archetypes/pustefix-archetype-module/pom.xml

    r4882 r4988  
    55    <groupId>org.pustefixframework.maven.archetypes</groupId> 
    66    <artifactId>pustefix-archetypes</artifactId> 
    7     <version>1.0.2-SNAPSHOT</version> 
     7    <version>1.0.2</version> 
    88    <relativePath>../pom.xml</relativePath> 
    99  </parent> 
     
    1313  <groupId>org.pustefixframework.maven.archetypes</groupId> 
    1414  <artifactId>pustefix-archetype-module</artifactId> 
    15   <version>1.0.2-SNAPSHOT</version> 
     15  <version>1.0.2</version> 
    1616  <packaging>maven-archetype</packaging> 
    1717 
  • trunk/pustefix-archetypes/pustefix-archetype-module/src/main/resources/archetype-resources/pom.xml

    r4882 r4988  
    1111      <groupId>org.pustefixframework</groupId> 
    1212      <artifactId>pustefix-core</artifactId> 
    13       <version>1.0.2-SNAPSHOT</version> 
     13      <version>1.0.2</version> 
    1414    </dependency> 
    1515    <dependency> 
     
    2525        <groupId>org.pustefixframework.maven.plugins</groupId> 
    2626        <artifactId>pustefix-statuscode-plugin</artifactId> 
    27         <version>1.0.2-SNAPSHOT</version> 
     27        <version>1.0.2</version> 
    2828        <configuration> 
    2929          <module>${artifactId}</module> 
  • trunk/pustefix-archetypes/pustefix-archetype-springmodule/pom.xml

    r4882 r4988  
    99    <groupId>org.pustefixframework.maven.archetypes</groupId> 
    1010    <artifactId>pustefix-archetypes</artifactId> 
    11     <version>1.0.2-SNAPSHOT</version> 
     11    <version>1.0.2</version> 
    1212    <relativePath>../pom.xml</relativePath> 
    1313  </parent>   
     
    1717  <groupId>org.pustefixframework.maven.archetypes</groupId> 
    1818  <artifactId>pustefix-archetype-springmodule</artifactId> 
    19   <version>1.0.2-SNAPSHOT</version> 
     19  <version>1.0.2</version> 
    2020  <packaging>maven-archetype</packaging> 
    2121   
  • trunk/pustefix-archetypes/pustefix-archetype-springmodule/src/main/resources/archetype-resources/pom.xml

    r4882 r4988  
    202202            <groupId>org.pustefixframework.maven.plugins</groupId> 
    203203            <artifactId>pustefix-launcher-plugin</artifactId> 
    204             <version>1.0.2-SNAPSHOT</version> 
     204            <version>1.0.2</version> 
    205205         </plugin> 
    206206