Version bumped by QuickBuild.

This commit is contained in:
Sea App 2012-06-02 06:50:14 +00:00
parent 6f2a924693
commit 1069edcb81
16 changed files with 34 additions and 40 deletions

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
</parent>
<artifactId>archetype.artifact</artifactId>
<name>PMEase Artifact Archetype</name>
@ -36,6 +36,5 @@
</snapshots>
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<version>1.0.9</version>
</repositories>
</project>

View File

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

View File

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

View File

@ -6,7 +6,7 @@
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
</parent>
<packaging>pom</packaging>
<modules>
@ -18,8 +18,8 @@
<module>../commons.jetty</module>
<module>../commons.hibernate</module>
<module>../commons.wicket</module>
<module>../commons.tapestry</module>
<module>../commons.product</module>
<module>../commons.tapestry</module>
<module>../commons.product</module>
</modules>
<repositories>
<repository>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId>
<version>1.0.7</version>
<version>1.0.11</version>
</parent>
<artifactId>commons.bootstrap</artifactId>
<build>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId>
<version>1.0.7</version>
<version>1.0.11</version>
</parent>
<artifactId>commons.hibernate</artifactId>
<build>
@ -26,7 +26,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.jetty</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId>
<version>1.0.7</version>
<version>1.0.11</version>
</parent>
<artifactId>commons.jetty</artifactId>
<build>
@ -26,7 +26,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.loader</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>

View File

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

View File

@ -6,7 +6,7 @@
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
</parent>
<build>
<plugins>
@ -31,7 +31,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.bootstrap</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@ -46,7 +46,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.util</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
</dependency>
</dependencies>
<repositories>

View File

@ -3,12 +3,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>commons.product</artifactId>
<version>1.0.8</version>
<name>Commons.product</name>
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
</parent>
<build>
<plugins>
@ -96,18 +95,18 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.jsw</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.hibernate</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.tapestry</artifactId>
<version>1.0.8</version>
<version>1.0.11</version>
</dependency>
</dependencies>
<repositories>

View File

@ -3,11 +3,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>commons.tapestry</artifactId>
<version>1.0.8</version>
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
</parent>
<build>
<plugins>
@ -27,7 +26,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.hibernate</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>org.apache.tapestry</groupId>
@ -48,7 +47,7 @@
<groupId>org.got5</groupId>
<artifactId>tapestry5-jquery</artifactId>
<version>3.2.0</version>
</dependency>
</dependency>
</dependencies>
<repositories>
<repository>

View File

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

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
</parent>
<artifactId>commons.util</artifactId>
<build>
@ -51,12 +51,12 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.bootstrap</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.test</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
</dependency>
</dependencies>
<repositories>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId>
<version>1.0.7</version>
<version>1.0.11</version>
</parent>
<artifactId>commons.wicket</artifactId>
<build>
@ -51,7 +51,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.jetty</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
</dependency>
</dependencies>
<properties>
@ -73,6 +73,5 @@
</snapshots>
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<version>1.0.8</version>
</repositories>
</project>

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.7</version>
<version>1.0.11</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.0</maven>

View File

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