Show
Ignore:
Timestamp:
02/03/12 18:12:09 (4 months ago)
Author:
mtld
Message:

[maven-release-plugin] prepare for next development iteration

Location:
trunk/pustefix-tutorial
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/pustefix-tutorial/ajax-calculator/pom.xml

    r6139 r6141  
    55    <groupId>org.pustefixframework</groupId> 
    66    <artifactId>pustefix-tutorial</artifactId> 
    7     <version>0.18.8</version> 
     7    <version>0.18.9-SNAPSHOT</version> 
    88  </parent> 
    99 
    1010  <groupId>org.pustefixframework.tutorial</groupId> 
    1111  <artifactId>ajax-calculator</artifactId> 
    12   <version>0.18.8</version> 
     12  <version>0.18.9-SNAPSHOT</version> 
    1313  <packaging>war</packaging> 
    1414 
     
    1919      <groupId>org.pustefixframework</groupId> 
    2020      <artifactId>pustefix-core</artifactId> 
    21       <version>0.18.8</version> 
     21      <version>0.18.9-SNAPSHOT</version> 
    2222    </dependency> 
    2323    <dependency> 
    2424      <groupId>org.pustefixframework.webservices</groupId> 
    2525      <artifactId>pustefix-webservices-core</artifactId> 
    26       <version>0.18.8</version>       
     26      <version>0.18.9-SNAPSHOT</version>       
    2727    </dependency> 
    2828    <dependency> 
    2929      <groupId>org.pustefixframework.webservices</groupId> 
    3030      <artifactId>pustefix-webservices-jsonws</artifactId> 
    31       <version>0.18.8</version> 
     31      <version>0.18.9-SNAPSHOT</version> 
    3232    </dependency> 
    3333  </dependencies> 
     
    5656        <groupId>org.pustefixframework.maven.plugins</groupId> 
    5757        <artifactId>pustefix-webapp-plugin</artifactId> 
    58         <version>0.18.8</version> 
     58        <version>0.18.9-SNAPSHOT</version> 
    5959        <executions> 
    6060          <execution> 
     
    6868        <groupId>org.pustefixframework.maven.plugins</groupId> 
    6969        <artifactId>pustefix-statuscode-plugin</artifactId> 
    70         <version>0.18.8</version> 
     70        <version>0.18.9-SNAPSHOT</version> 
    7171        <executions> 
    7272          <execution> 
     
    8080        <groupId>org.pustefixframework.maven.plugins</groupId> 
    8181        <artifactId>pustefix-iwrapper-plugin</artifactId> 
    82         <version>0.18.8</version> 
     82        <version>0.18.9-SNAPSHOT</version> 
    8383        <executions> 
    8484          <execution> 
  • trunk/pustefix-tutorial/first-app/pom.xml

    r6139 r6141  
    55    <groupId>org.pustefixframework</groupId> 
    66    <artifactId>pustefix-tutorial</artifactId> 
    7     <version>0.18.8</version> 
     7    <version>0.18.9-SNAPSHOT</version> 
    88  </parent> 
    99 
    1010  <groupId>org.pustefixframework.tutorial</groupId> 
    1111  <artifactId>first-app</artifactId> 
    12   <version>0.18.8</version> 
     12  <version>0.18.9-SNAPSHOT</version> 
    1313  <packaging>war</packaging> 
    1414 
     
    1919      <groupId>org.pustefixframework</groupId> 
    2020      <artifactId>pustefix-core</artifactId> 
    21       <version>0.18.8</version> 
     21      <version>0.18.9-SNAPSHOT</version> 
    2222    </dependency> 
    2323  </dependencies> 
     
    4646        <groupId>org.pustefixframework.maven.plugins</groupId> 
    4747        <artifactId>pustefix-webapp-plugin</artifactId> 
    48         <version>0.18.8</version> 
     48        <version>0.18.9-SNAPSHOT</version> 
    4949        <executions> 
    5050          <execution> 
     
    5858        <groupId>org.pustefixframework.maven.plugins</groupId> 
    5959        <artifactId>pustefix-statuscode-plugin</artifactId> 
    60         <version>0.18.8</version> 
     60        <version>0.18.9-SNAPSHOT</version> 
    6161        <executions> 
    6262          <execution> 
     
    7070        <groupId>org.pustefixframework.maven.plugins</groupId> 
    7171        <artifactId>pustefix-iwrapper-plugin</artifactId> 
    72         <version>0.18.8</version> 
     72        <version>0.18.9-SNAPSHOT</version> 
    7373        <executions> 
    7474          <execution> 
  • trunk/pustefix-tutorial/pom.xml

    r6139 r6141  
    66    <groupId>org.pustefixframework</groupId> 
    77    <artifactId>pustefixframework</artifactId> 
    8     <version>0.18.8</version> 
     8    <version>0.18.9-SNAPSHOT</version> 
    99  </parent> 
    1010 
    1111  <groupId>org.pustefixframework</groupId> 
    1212  <artifactId>pustefix-tutorial</artifactId> 
    13   <version>0.18.8</version> 
     13  <version>0.18.9-SNAPSHOT</version> 
    1414 
    1515  <packaging>pom</packaging> 
  • trunk/pustefix-tutorial/usermanagement/pom.xml

    r6139 r6141  
    55    <groupId>org.pustefixframework</groupId> 
    66    <artifactId>pustefix-tutorial</artifactId> 
    7     <version>0.18.8</version> 
     7    <version>0.18.9-SNAPSHOT</version> 
    88  </parent> 
    99 
    1010  <groupId>org.pustefixframework.tutorial</groupId> 
    1111  <artifactId>usermanagement</artifactId> 
    12   <version>0.18.8</version> 
     12  <version>0.18.9-SNAPSHOT</version> 
    1313  <packaging>war</packaging> 
    1414 
     
    1919      <groupId>org.pustefixframework</groupId> 
    2020      <artifactId>pustefix-core</artifactId> 
    21       <version>0.18.8</version> 
     21      <version>0.18.9-SNAPSHOT</version> 
    2222    </dependency> 
    2323  </dependencies> 
     
    4646        <groupId>org.pustefixframework.maven.plugins</groupId> 
    4747        <artifactId>pustefix-webapp-plugin</artifactId> 
    48         <version>0.18.8</version> 
     48        <version>0.18.9-SNAPSHOT</version> 
    4949        <executions> 
    5050          <execution> 
     
    5858        <groupId>org.pustefixframework.maven.plugins</groupId> 
    5959        <artifactId>pustefix-statuscode-plugin</artifactId> 
    60         <version>0.18.8</version> 
     60        <version>0.18.9-SNAPSHOT</version> 
    6161        <executions> 
    6262          <execution> 
     
    7070        <groupId>org.pustefixframework.maven.plugins</groupId> 
    7171        <artifactId>pustefix-iwrapper-plugin</artifactId> 
    72         <version>0.18.8</version> 
     72        <version>0.18.9-SNAPSHOT</version> 
    7373        <executions> 
    7474          <execution>