Ignore:
Timestamp:
08/28/12 16:19:44 (12 years ago)
Author:
sherbold
Message:
  • updated POMs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-ui-core/pom.xml

    r671 r673  
    5858      <version>2.0.1</version> 
    5959    </dependency> 
    60     <dependency> 
    61       <groupId>log4j</groupId> 
    62       <artifactId>log4j</artifactId> 
    63       <version>1.2.17</version> 
    64     </dependency> 
    6560  </dependencies> 
    6661  <build> 
     
    7469        </configuration> 
    7570      </plugin> 
    76       <plugin> 
    77         <artifactId>maven-assembly-plugin</artifactId> 
    78         <version>2.2-beta-2</version> 
    79         <configuration> 
    80           <descriptors> 
    81             <descriptor>src/main/assembly/config.xml</descriptor> 
    82           </descriptors> 
    83         </configuration> 
    84         <executions> 
    85           <execution> 
    86             <id>make-assembly</id> 
    87             <phase>package</phase> 
    88             <goals> 
    89               <goal>single</goal> 
    90             </goals> 
    91           </execution> 
    92         </executions> 
    93       </plugin> 
    9471    </plugins> 
    9572  </build> 
Note: See TracChangeset for help on using the changeset viewer.