Fix archetype resources

This commit is contained in:
robin 2012-04-26 11:15:42 +08:00
parent 6f1e009f77
commit c586267d5f
5 changed files with 14 additions and 14 deletions

View File

@ -5,13 +5,13 @@
<groupId>$groupId</groupId>
#end
<artifactId>$artifactId</artifactId>
#if ($version != "1.0.1")
#if ($version != "1.0.5")
<version>$version</version>
#end
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.0</version>
<version>1.0.5</version>
</parent>
<build>

View File

@ -5,13 +5,13 @@
<groupId>${groupId}</groupId>
#end
<artifactId>${artifactId}</artifactId>
#if (${version} != "1.0.1")
#if (${version} != "1.0.5")
<version>${version}</version>
#end
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.plugin</artifactId>
<version>1.0.0</version>
<version>1.0.5</version>
</parent>
<build>
@ -36,7 +36,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.loader</artifactId>
<version>1.0.2</version>
<version>1.0.5</version>
</dependency>
</dependencies>

View File

@ -5,13 +5,13 @@
<groupId>\${groupId}</groupId>
#end
<artifactId>\${artifactId}</artifactId>
#if (\${version} != "1.0.1")
#if (\${version} != "1.0.5")
<version>\${version}</version>
#end
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.plugin</artifactId>
<version>1.0.0</version>
<version>1.0.5</version>
</parent>
<build>

View File

@ -5,7 +5,7 @@
<groupId>${groupId}</groupId>
#end
<artifactId>${artifactId}</artifactId>
#if (${version} != "1.0.0")
#if (${version} != "1.0.5")
<version>${version}</version>
#end
<name>${artifactId.toUpperCase().charAt(0)}${artifactId.substring(1)}</name>
@ -13,7 +13,7 @@
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.product</artifactId>
<version>1.0.0</version>
<version>1.0.5</version>
</parent>
<build>
@ -106,18 +106,18 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.jsw</artifactId>
<version>1.0.1</version>
<version>1.0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.hibernate</artifactId>
<version>1.0.2</version>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.wicket</artifactId>
<version>1.0.2</version>
<version>1.0.5</version>
</dependency>
</dependencies>

View File

@ -5,13 +5,13 @@
<groupId>\${groupId}</groupId>
#end
<artifactId>\${artifactId}</artifactId>
#if (\${version} != "1.0.0")
#if (\${version} != "1.0.5")
<version>\${version}</version>
#end
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.plugin</artifactId>
<version>1.0.0</version>
<version>1.0.5</version>
</parent>
<build>