Version bumped by QuickBuild.

This commit is contained in:
Robin 2013-07-01 02:58:31 +00:00
parent 96a61d2990
commit d76ee3f91b
25 changed files with 59 additions and 70 deletions

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<artifactId>archetype.artifact</artifactId> <artifactId>archetype.artifact</artifactId>
<name>PMEase Artifact Archetype</name> <name>PMEase Artifact Archetype</name>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<build> <build>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<artifactId>archetype.plugin</artifactId> <artifactId>archetype.plugin</artifactId>
<name>PMEase Plugin Archetype</name> <name>PMEase Plugin Archetype</name>
@ -36,6 +36,5 @@
</snapshots> </snapshots>
<url>http://artifact.pmease.com/</url> <url>http://artifact.pmease.com/</url>
</repository> </repository>
</repositories> </repositories>
<version>1.0.24</version>
</project> </project>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<build> <build>
@ -35,7 +35,7 @@
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.loader</artifactId> <artifactId>commons.loader</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<build> <build>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<artifactId>archetype.product</artifactId> <artifactId>archetype.product</artifactId>
<name>PMEase Product Archetype</name> <name>PMEase Product Archetype</name>
@ -36,6 +36,5 @@
</snapshots> </snapshots>
<url>http://artifact.pmease.com/</url> <url>http://artifact.pmease.com/</url>
</repository> </repository>
</repositories> </repositories>
<version>1.0.24</version>
</project> </project>

View File

@ -11,7 +11,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<build> <build>
@ -104,7 +104,7 @@
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.jsw</artifactId> <artifactId>commons.jsw</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -120,7 +120,7 @@
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.jetty</artifactId> <artifactId>commons.jetty</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<build> <build>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<artifactId>commons.bootstrap</artifactId> <artifactId>commons.bootstrap</artifactId>
<build> <build>
@ -57,7 +57,6 @@
<url>http://artifact.pmease.com/</url> <url>http://artifact.pmease.com/</url>
</repository> </repository>
</repositories> </repositories>
<version>1.0.24</version>
<properties> <properties>
<bootstrap>true</bootstrap> <bootstrap>true</bootstrap>
</properties> </properties>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<artifactId>commons.jetty</artifactId> <artifactId>commons.jetty</artifactId>
<build> <build>
@ -26,7 +26,7 @@
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.loader</artifactId> <artifactId>commons.loader</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
@ -69,6 +69,5 @@
<properties> <properties>
<moduleClass>com.pmease.commons.jetty.JettyModule</moduleClass> <moduleClass>com.pmease.commons.jetty.JettyModule</moduleClass>
<jettyVersion>8.1.10.v20130312</jettyVersion> <jettyVersion>8.1.10.v20130312</jettyVersion>
</properties> </properties>
<version>1.0.24</version>
</project> </project>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<artifactId>commons.jsw</artifactId> <artifactId>commons.jsw</artifactId>
<build> <build>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<build> <build>
<plugins> <plugins>
@ -26,12 +26,12 @@
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.bootstrap</artifactId> <artifactId>commons.bootstrap</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.util</artifactId> <artifactId>commons.util</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.inject</groupId> <groupId>com.google.inject</groupId>
@ -73,6 +73,5 @@
</repositories> </repositories>
<properties> <properties>
<guiceVersion>3.0</guiceVersion> <guiceVersion>3.0</guiceVersion>
</properties> </properties>
<version>1.0.24</version>
</project> </project>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<artifactId>commons.persistence</artifactId> <artifactId>commons.persistence</artifactId>
<build> <build>
@ -26,7 +26,7 @@
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.loader</artifactId> <artifactId>commons.loader</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.hibernate.javax.persistence</groupId> <groupId>org.hibernate.javax.persistence</groupId>
@ -81,7 +81,7 @@
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.jetty</artifactId> <artifactId>commons.jetty</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
</dependencies> </dependencies>
<repositories> <repositories>
@ -105,6 +105,5 @@
<moduleClass>com.pmease.commons.persistence.PersistenceModule</moduleClass> <moduleClass>com.pmease.commons.persistence.PersistenceModule</moduleClass>
<hibernateVersion>4.2.0.Final</hibernateVersion> <hibernateVersion>4.2.0.Final</hibernateVersion>
<bonecpVersion>0.8.0-rc1</bonecpVersion> <bonecpVersion>0.8.0-rc1</bonecpVersion>
</properties> </properties>
<version>1.0.24</version>
</project> </project>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<build> <build>
<plugins> <plugins>
@ -26,7 +26,7 @@
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.loader</artifactId> <artifactId>commons.loader</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.sun.jersey</groupId> <groupId>com.sun.jersey</groupId>
@ -46,7 +46,7 @@
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.security</artifactId> <artifactId>commons.security</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
</dependencies> </dependencies>
<repositories> <repositories>
@ -69,6 +69,5 @@
<properties> <properties>
<moduleClass>com.pmease.commons.rest.RestModule</moduleClass> <moduleClass>com.pmease.commons.rest.RestModule</moduleClass>
<jerseyVersion>1.17</jerseyVersion> <jerseyVersion>1.17</jerseyVersion>
</properties> </properties>
<version>1.0.24</version>
</project> </project>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<build> <build>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<build> <build>
<plugins> <plugins>
@ -26,7 +26,7 @@
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.loader</artifactId> <artifactId>commons.loader</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.shiro</groupId> <groupId>org.apache.shiro</groupId>
@ -41,12 +41,12 @@
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.jetty</artifactId> <artifactId>commons.jetty</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.persistence</artifactId> <artifactId>commons.persistence</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.shiro</groupId> <groupId>org.apache.shiro</groupId>
@ -74,6 +74,5 @@
<properties> <properties>
<moduleClass>com.pmease.commons.security.SecurityModule</moduleClass> <moduleClass>com.pmease.commons.security.SecurityModule</moduleClass>
<shiroVersion>1.2.2</shiroVersion> <shiroVersion>1.2.2</shiroVersion>
</properties> </properties>
<version>1.0.24</version>
</project> </project>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<build> <build>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<artifactId>commons.test</artifactId> <artifactId>commons.test</artifactId>
<build> <build>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<artifactId>commons.util</artifactId> <artifactId>commons.util</artifactId>
<build> <build>
@ -54,7 +54,7 @@
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.bootstrap</artifactId> <artifactId>commons.bootstrap</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>dom4j</groupId> <groupId>dom4j</groupId>
@ -63,7 +63,7 @@
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.test</artifactId> <artifactId>commons.test</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
@ -98,6 +98,5 @@
</snapshots> </snapshots>
<url>http://artifact.pmease.com/</url> <url>http://artifact.pmease.com/</url>
</repository> </repository>
</repositories> </repositories>
<version>1.0.24</version>
</project> </project>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<artifactId>commons.web</artifactId> <artifactId>commons.web</artifactId>
<build> <build>
@ -56,12 +56,12 @@
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.loader</artifactId> <artifactId>commons.loader</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.jetty</artifactId> <artifactId>commons.jetty</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
</dependencies> </dependencies>
<properties> <properties>
@ -84,6 +84,5 @@
</snapshots> </snapshots>
<url>http://artifact.pmease.com/</url> <url>http://artifact.pmease.com/</url>
</repository> </repository>
</repositories> </repositories>
<version>1.0.24</version>
</project> </project>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<build> <build>
<plugins> <plugins>
@ -95,33 +95,33 @@
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.jsw</artifactId> <artifactId>commons.jsw</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.persistence</artifactId> <artifactId>commons.persistence</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.jetty</artifactId> <artifactId>commons.jetty</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.rest</artifactId> <artifactId>commons.rest</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.web</artifactId> <artifactId>commons.web</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>commons.security</artifactId> <artifactId>commons.security</artifactId>
<version>1.0.24</version> <version>1.0.25</version>
</dependency> </dependency>
</dependencies> </dependencies>
<repositories> <repositories>
@ -146,6 +146,5 @@
<bootstrapClass>com.pmease.commons.bootstrap.Bootstrap</bootstrapClass> <bootstrapClass>com.pmease.commons.bootstrap.Bootstrap</bootstrapClass>
<moduleClass>com.pmease.commons.product.ProductModule</moduleClass> <moduleClass>com.pmease.commons.product.ProductModule</moduleClass>
<aggregation>false</aggregation> <aggregation>false</aggregation>
</properties> </properties>
<version>1.0.24</version>
</project> </project>

View File

@ -11,7 +11,7 @@
<parent> <parent>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
</parent> </parent>
<build> <build>

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId> <artifactId>parent.general</artifactId>
<version>1.0.22</version> <version>1.0.25</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<prerequisites> <prerequisites>
<maven>3.0</maven> <maven>3.0</maven>
@ -155,7 +155,7 @@
<plugin> <plugin>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>plugin.maven</artifactId> <artifactId>plugin.maven</artifactId>
<version>1.0.23</version> <version>1.0.25</version>
<executions> <executions>
<execution> <execution>
<id>check-project-dependencies</id> <id>check-project-dependencies</id>

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.pmease</groupId> <groupId>com.pmease</groupId>
<artifactId>plugin.maven</artifactId> <artifactId>plugin.maven</artifactId>
<version>1.0.23</version> <version>1.0.25</version>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<prerequisites> <prerequisites>
<maven>${mavenVersion}</maven> <maven>${mavenVersion}</maven>