Changeset 6082

Show
Ignore:
Timestamp:
11/23/11 13:49:41 (6 months ago)
Author:
mtld
Message:

fixed versions

Location:
trunk
Files:
3 modified

Legend:

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

    r6062 r6082  
    99    <groupId>org.pustefixframework</groupId> 
    1010    <artifactId>pustefixframework</artifactId> 
    11     <version>0.18.2-SNAPSHOT</version> 
     11    <version>0.18.3-SNAPSHOT</version> 
    1212  </parent> 
    1313 
    1414  <groupId>org.pustefixframework</groupId> 
    1515  <artifactId>pustefix-ide</artifactId> 
    16   <version>0.18.2-SNAPSHOT</version> 
     16  <version>0.18.3-SNAPSHOT</version> 
    1717  <packaging>pom</packaging> 
    1818  <name>Pustefix IDE support</name> 
  • trunk/pustefix-ide/pustefix-ide-eclipse/pom.xml

    r6062 r6082  
    99    <groupId>org.pustefixframework</groupId> 
    1010    <artifactId>pustefix-ide</artifactId> 
    11     <version>0.18.2-SNAPSHOT</version> 
     11    <version>0.18.3-SNAPSHOT</version> 
    1212  </parent> 
    1313 
  • trunk/pustefix-samples/pustefix-webservice/pom.xml

    r6074 r6082  
    3636      <version>0.18.3-SNAPSHOT</version> 
    3737    </dependency> 
    38 <!-- 
    39     <dependency> 
    40       <groupId>rhino</groupId> 
    41       <artifactId>js</artifactId> 
    42       <version>1.5R3</version> 
    43     </dependency> 
    44     <dependency> 
    45       <groupId>org.beanshell</groupId> 
    46       <artifactId>bsh</artifactId> 
    47       <version>2.0b4</version> 
    48     </dependency> 
    49     --> 
    5038    <dependency> 
    5139      <groupId>org.tuckey</groupId> 
     
    5947  <build> 
    6048    <plugins> 
    61 <!-- 
    62       <plugin> 
    63         <groupId>org.pustefixframework.maven.plugins</groupId> 
    64         <artifactId>pustefix-webapp-plugin</artifactId> 
    65         <version>0.18.2-SNAPSHOT</version> 
    66         <executions> 
    67           <execution> 
    68             <goals> 
    69               <goal>generate</goal> 
    70             </goals> 
    71           </execution> 
    72         </executions> 
    73       </plugin> 
    74 --> 
    7549      <plugin> 
    7650        <groupId>org.pustefixframework.maven.plugins</groupId>