Show
Ignore:
Timestamp:
02/26/10 09:58:56 (2 years ago)
Author:
mlhartme
Message:

[maven-release-plugin] prepare release pustefixframework-0.14.7

Location:
branches/release-0.14.x/pustefix-tutorial
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • branches/release-0.14.x/pustefix-tutorial/ajax-calculator/pom.xml

    r5081 r5086  
    55    <groupId>org.pustefixframework</groupId> 
    66    <artifactId>pustefix-tutorial</artifactId> 
    7     <version>0.14.7-SNAPSHOT</version> 
     7    <version>0.14.7</version> 
    88  </parent> 
    99 
    1010  <groupId>org.pustefixframework.tutorial</groupId> 
    1111  <artifactId>ajax-calculator</artifactId> 
    12   <version>0.14.7-SNAPSHOT</version> 
     12  <version>0.14.7</version> 
    1313  <packaging>war</packaging> 
    1414 
     
    1919      <groupId>org.pustefixframework</groupId> 
    2020      <artifactId>pustefix-core</artifactId> 
    21       <version>0.14.7-SNAPSHOT</version> 
     21      <version>0.14.7</version> 
    2222    </dependency> 
    2323    <dependency> 
    2424      <groupId>org.pustefixframework.webservices</groupId> 
    2525      <artifactId>pustefix-webservices-core</artifactId> 
    26       <version>0.14.7-SNAPSHOT</version>       
     26      <version>0.14.7</version>       
    2727    </dependency> 
    2828    <dependency> 
    2929      <groupId>org.pustefixframework.webservices</groupId> 
    3030      <artifactId>pustefix-webservices-jsonws</artifactId> 
    31       <version>0.14.7-SNAPSHOT</version> 
     31      <version>0.14.7</version> 
    3232    </dependency> 
    3333  </dependencies> 
     
    5656        <groupId>org.pustefixframework.maven.plugins</groupId> 
    5757        <artifactId>pustefix-webapp-plugin</artifactId> 
    58         <version>0.14.7-SNAPSHOT</version> 
     58        <version>0.14.7</version> 
    5959        <executions> 
    6060          <execution> 
     
    6969        <groupId>org.pustefixframework.maven.plugins</groupId> 
    7070        <artifactId>pustefix-statuscode-plugin</artifactId> 
    71         <version>0.14.7-SNAPSHOT</version> 
     71        <version>0.14.7</version> 
    7272        <executions> 
    7373          <execution> 
     
    8181        <groupId>org.pustefixframework.maven.plugins</groupId> 
    8282        <artifactId>pustefix-iwrapper-plugin</artifactId> 
    83         <version>0.14.7-SNAPSHOT</version> 
     83        <version>0.14.7</version> 
    8484        <executions> 
    8585          <execution> 
  • branches/release-0.14.x/pustefix-tutorial/first-app/pom.xml

    r5081 r5086  
    55    <groupId>org.pustefixframework</groupId> 
    66    <artifactId>pustefix-tutorial</artifactId> 
    7     <version>0.14.7-SNAPSHOT</version> 
     7    <version>0.14.7</version> 
    88  </parent> 
    99 
    1010  <groupId>org.pustefixframework.tutorial</groupId> 
    1111  <artifactId>first-app</artifactId> 
    12   <version>0.14.7-SNAPSHOT</version> 
     12  <version>0.14.7</version> 
    1313  <packaging>war</packaging> 
    1414 
     
    1919      <groupId>org.pustefixframework</groupId> 
    2020      <artifactId>pustefix-core</artifactId> 
    21       <version>0.14.7-SNAPSHOT</version> 
     21      <version>0.14.7</version> 
    2222    </dependency> 
    2323  </dependencies> 
     
    4646        <groupId>org.pustefixframework.maven.plugins</groupId> 
    4747        <artifactId>pustefix-webapp-plugin</artifactId> 
    48         <version>0.14.7-SNAPSHOT</version> 
     48        <version>0.14.7</version> 
    4949        <executions> 
    5050          <execution> 
     
    5959        <groupId>org.pustefixframework.maven.plugins</groupId> 
    6060        <artifactId>pustefix-statuscode-plugin</artifactId> 
    61         <version>0.14.7-SNAPSHOT</version> 
     61        <version>0.14.7</version> 
    6262        <executions> 
    6363          <execution> 
     
    7171        <groupId>org.pustefixframework.maven.plugins</groupId> 
    7272        <artifactId>pustefix-iwrapper-plugin</artifactId> 
    73         <version>0.14.7-SNAPSHOT</version> 
     73        <version>0.14.7</version> 
    7474        <executions> 
    7575          <execution> 
  • branches/release-0.14.x/pustefix-tutorial/pom.xml

    r5081 r5086  
    66    <groupId>org.pustefixframework</groupId> 
    77    <artifactId>pustefixframework</artifactId> 
    8     <version>0.14.7-SNAPSHOT</version> 
     8    <version>0.14.7</version> 
    99  </parent> 
    1010 
    1111  <groupId>org.pustefixframework</groupId> 
    1212  <artifactId>pustefix-tutorial</artifactId> 
    13   <version>0.14.7-SNAPSHOT</version> 
     13  <version>0.14.7</version> 
    1414 
    1515  <packaging>pom</packaging> 
  • branches/release-0.14.x/pustefix-tutorial/usermanagement/pom.xml

    r5081 r5086  
    55    <groupId>org.pustefixframework</groupId> 
    66    <artifactId>pustefix-tutorial</artifactId> 
    7     <version>0.14.7-SNAPSHOT</version> 
     7    <version>0.14.7</version> 
    88  </parent> 
    99 
    1010  <groupId>org.pustefixframework.tutorial</groupId> 
    1111  <artifactId>usermanagement</artifactId> 
    12   <version>0.14.7-SNAPSHOT</version> 
     12  <version>0.14.7</version> 
    1313  <packaging>war</packaging> 
    1414 
     
    1919      <groupId>org.pustefixframework</groupId> 
    2020      <artifactId>pustefix-core</artifactId> 
    21       <version>0.14.7-SNAPSHOT</version> 
     21      <version>0.14.7</version> 
    2222    </dependency> 
    2323  </dependencies> 
     
    4646        <groupId>org.pustefixframework.maven.plugins</groupId> 
    4747        <artifactId>pustefix-webapp-plugin</artifactId> 
    48         <version>0.14.7-SNAPSHOT</version> 
     48        <version>0.14.7</version> 
    4949        <executions> 
    5050          <execution> 
     
    5959        <groupId>org.pustefixframework.maven.plugins</groupId> 
    6060        <artifactId>pustefix-statuscode-plugin</artifactId> 
    61         <version>0.14.7-SNAPSHOT</version> 
     61        <version>0.14.7</version> 
    6262        <executions> 
    6363          <execution> 
     
    7171        <groupId>org.pustefixframework.maven.plugins</groupId> 
    7272        <artifactId>pustefix-iwrapper-plugin</artifactId> 
    73         <version>0.14.7-SNAPSHOT</version> 
     73        <version>0.14.7</version> 
    7474        <executions> 
    7575          <execution>