Changeset 1505


Ignore:
Timestamp:
04/11/14 14:33:03 (10 years ago)
Author:
pharms
Message:
  • preparation for release of 0.1.0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-distribution/pom.xml

    r1504 r1505  
    224224        </executions> 
    225225      </plugin> 
     226      <plugin> 
     227        <groupId>org.apache.maven.plugins</groupId> 
     228        <artifactId>maven-release-plugin</artifactId> 
     229        <version>2.5</version> 
     230        <configuration> 
     231          <autoVersionSubmodules>true</autoVersionSubmodules> 
     232        </configuration> 
     233      </plugin> 
    226234    </plugins> 
    227235  </build> 
Note: See TracChangeset for help on using the changeset viewer.