Version bumped by QuickBuild.

This commit is contained in:
Sea App 2012-05-31 08:17:00 +00:00
parent b42f22846e
commit 3e18934b06
16 changed files with 373 additions and 392 deletions

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<artifactId>archetype.artifact</artifactId>
<name>PMEase Artifact Archetype</name>
@ -37,5 +37,4 @@
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<version>1.0.6</version>
</project>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<artifactId>archetype.plugin</artifactId>
<name>PMEase Plugin Archetype</name>
@ -37,5 +37,4 @@
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<version>1.0.6</version>
</project>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<artifactId>archetype.product</artifactId>
<name>PMEase Product Archetype</name>
@ -37,5 +37,4 @@
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<version>1.0.6</version>
</project>

View File

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

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId>
<version>1.0.5</version>
<version>1.0.7</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.5</version>
<version>1.0.7</version>
</parent>
<artifactId>commons.hibernate</artifactId>
<build>
@ -26,7 +26,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.jetty</artifactId>
<version>1.0.5</version>
<version>1.0.7</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.5</version>
<version>1.0.7</version>
</parent>
<artifactId>commons.jetty</artifactId>
<build>
@ -26,7 +26,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.loader</artifactId>
<version>1.0.5</version>
<version>1.0.7</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.5</version>
<version>1.0.7</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.5</version>
<version>1.0.7</version>
</parent>
<build>
<plugins>
@ -31,7 +31,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.bootstrap</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@ -46,7 +46,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.util</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</dependency>
</dependencies>
<repositories>

View File

@ -1,16 +1,15 @@
<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">
<?xml version="1.0" encoding="UTF-8"?>
<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.0</version>
<name>Commons.product</name>
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<build>
<plugins>
<plugin>
@ -37,8 +36,8 @@
<copy todir="${project.build.directory}/sandbox">
<fileset dir="system" excludes="resource/images/**"/>
<filterset>
<filter token="dbName" value="${project.artifactId}" />
<filter token="productName" value="${project.name}" />
<filter token="dbName" value="${project.artifactId}"/>
<filter token="productName" value="${project.name}"/>
</filterset>
</copy>
<copy todir="${project.build.directory}/sandbox">
@ -60,14 +59,14 @@
</goals>
<configuration>
<target>
<taskdef name="gant" classname="org.codehaus.gant.ant.Gant" />
<taskdef name="gant" classname="org.codehaus.gant.ant.Gant"/>
<gant file="build/prepare_package.gant">
<definition name="buildDirectory" value="${project.build.directory}" />
<definition name="outputDirectory" value="${project.build.outputDirectory}" />
<definition name="jswPath" value="${com.pmease:commons.jsw:jar}" />
<definition name="productId" value="${project.artifactId}" />
<definition name="productName" value="${project.name}" />
<definition name="bootstrapClass" value="${bootstrapClass}" />
<definition name="buildDirectory" value="${project.build.directory}"/>
<definition name="outputDirectory" value="${project.build.outputDirectory}"/>
<definition name="jswPath" value="${com.pmease:commons.jsw:jar}"/>
<definition name="productId" value="${project.artifactId}"/>
<definition name="productName" value="${project.name}"/>
<definition name="bootstrapClass" value="${bootstrapClass}"/>
</gant>
</target>
</configuration>
@ -80,12 +79,11 @@
</goals>
<configuration>
<target>
<taskdef name="gant" classname="org.codehaus.gant.ant.Gant" />
<taskdef name="gant" classname="org.codehaus.gant.ant.Gant"/>
<gant file="build/package.gant">
<definition name="buildDirectory" value="${project.build.directory}" />
<definition name="executables" value="${executables}" />
<definition name="packageName"
value="${project.artifactId}-${project.version}" />
<definition name="buildDirectory" value="${project.build.directory}"/>
<definition name="executables" value="${executables}"/>
<definition name="packageName" value="${project.artifactId}-${project.version}"/>
</gant>
</target>
</configuration>
@ -94,18 +92,17 @@
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.jsw</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.hibernate</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>com.pmease</groupId>
@ -113,7 +110,6 @@
<version>1.0.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>pmeaseRepo</id>
@ -131,12 +127,10 @@
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<properties>
<executables>bin/*.sh, bin/wrapper-*</executables>
<bootstrapClass>com.pmease.commons.bootstrap.Bootstrap</bootstrapClass>
<moduleClass>com.pmease.commons.product.PluginModule</moduleClass>
<aggregation>false</aggregation>
</properties>
</project>

View File

@ -1,14 +1,14 @@
<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">
<?xml version="1.0" encoding="UTF-8"?>
<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.0</version>
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<build>
<plugins>
<plugin>
@ -23,12 +23,11 @@
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.hibernate</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>org.apache.tapestry</groupId>
@ -51,7 +50,6 @@
<version>3.2.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>devlab722-repo</id>
@ -83,9 +81,7 @@
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<properties>
<moduleClass>com.pmease.commons.tapestry.TapestryModule</moduleClass>
</properties>
</project>

View File

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

View File

@ -51,7 +51,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.jetty</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</dependency>
</dependencies>
<properties>
@ -74,4 +74,5 @@
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<version>1.0.7</version>
</project>

View File

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

View File

@ -1,16 +1,14 @@
<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>
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>com.pmease</groupId>
<artifactId>plugin.maven</artifactId>
<version>1.0.1</version>
<version>1.0.7</version>
<packaging>maven-plugin</packaging>
<prerequisites>
<maven>${mavenVersion}</maven>
</prerequisites>
<build>
<finalName>${project.groupId}.${project.artifactId}-${project.version}</finalName>
<pluginManagement>
@ -32,7 +30,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
@ -49,7 +47,6 @@
</plugins>
</pluginManagement>
</build>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
@ -98,14 +95,12 @@
<optional>true</optional>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>pmeaseRepo</id>
<url>http://artifact.pmease.com/</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<id>pmeaseRepo</id>
@ -123,11 +118,9 @@
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<properties>
<mavenVersion>3.0</mavenVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
</project>