mirror of
https://github.com/theonedev/onedev.git
synced 2025-12-08 18:26:30 +00:00
Fix archetype resources
This commit is contained in:
parent
6f1e009f77
commit
c586267d5f
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user