提交 8a6dfd06 编写于 作者: F Frankie Wu

upgrade codegen-maven-plugin from 2.0.5 to 2.0.8

上级 1f381e73
38577481ed961a2fc9c095a25b3efd72c9cc49a8
\ No newline at end of file
6ba2e43f36fc950669660cc0a746a2bbc1a33f72
\ No newline at end of file
73cc364f16d1d8644807f9eb4c86ff475f918032
\ No newline at end of file
94f7e7b858320d4092b7671018ae2f23785e5599
\ No newline at end of file
1f55d95a241f36f943b523b4990990dedca3b396
\ No newline at end of file
<?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">
<parent>
<groupId>org.unidal.framework</groupId>
<artifactId>parent</artifactId>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.unidal.framework</groupId>
<artifactId>foundation-service</artifactId>
<version>2.0.0</version>
<name>Foundation Service</name>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>1.5.5</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.8</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.5.4</version>
</dependency>
</dependencies>
</project>
02a87149d38decd09ae168c66c18a0d38ab859f9
\ No newline at end of file
c8f70a01ccd4809296af2c93a4d57671f611052b
\ No newline at end of file
23841bb814b40263e8293d102ecbb08fb424856c
\ No newline at end of file
6d047f1423e425820429a41741ae2a1cb48dab66
\ No newline at end of file
0752e14624a8163b3ca5d361a9ffdb114d668aa7
\ No newline at end of file
<?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>
<groupId>org.unidal.framework</groupId>
<artifactId>parent</artifactId>
<version>2.0.0</version>
<name>parent</name>
<packaging>pom</packaging>
<modules>
<module>eunit-testfwk</module>
<module>java-fragment</module>
<module>type-converter</module>
<module>foundation-service</module>
<module>dal-jdbc</module>
<module>test-framework</module>
<module>web-framework</module>
</modules>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.4</version>
<configuration>
<!-- use -Dmaven.surefire.debug for remote debug -->
<includes>
<include>**/AllTests.java</include>
</includes>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>2.12.4</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.5.1</version>
</plugin>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.9</version>
<configuration>
<downloadSources>true</downloadSources>
<ajdtVersion>none</ajdtVersion>
<additionalConfig>
<file>
<name>.settings/org.eclipse.jdt.core.prefs</name>
<content><![CDATA[
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.source=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
]]></content>
</file>
</additionalConfig>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>dianping.repo</id>
<url>http://192.168.8.45:8080/artifactory/dianping-releases</url>
</repository>
</distributionManagement>
<properties>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
</properties>
</project>
79edd883c436d8b2713a42e0f034c4ed6dca8984
\ No newline at end of file
90c7b12dc5de901b28073f8577b355b280dcdf98
\ No newline at end of file
ca6f4ffb2d6e366746570203e42c6e30c3ec8acb
\ No newline at end of file
6f932d7550f998e339c7c9c9f76165dd71301a14
\ No newline at end of file
39361f131142cd31f1b46627033c37f55e671e3e
\ No newline at end of file
e4c60f30fcfdf3ea9b2c797018d2d3667cc83a0e
\ No newline at end of file
ab675ff1433a779800af9d4675d61d6d7fd3ba1d
\ No newline at end of file
bc6d25ff8c1d7249b0345f1a6d0e8ac6b6989f60
\ No newline at end of file
......@@ -4,14 +4,14 @@
<parent>
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>default</artifactId>
<version>2.0.0</version>
<version>2.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>codegen-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Code Generation Maven Plugin</name>
<version>2.0.5</version>
<version>2.0.8</version>
<prerequisites>
<maven>3.0.3</maven>
</prerequisites>
......@@ -19,12 +19,12 @@
<dependency>
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>codegen</artifactId>
<version>2.0.5</version>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>common</artifactId>
<version>2.0.0</version>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
......@@ -38,7 +38,7 @@
<plugin>
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>codegen-maven-plugin</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<executions>
<execution>
<id>default-cli</id>
......
......@@ -3,11 +3,11 @@
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>codegen-maven-plugin</artifactId>
<versioning>
<latest>2.0.5</latest>
<release>2.0.5</release>
<lastUpdated>20131016132435</lastUpdated>
<latest>2.0.8</latest>
<release>2.0.8</release>
<lastUpdated>20131101144159</lastUpdated>
<versions>
<version>2.0.5</version>
<version>2.0.8</version>
</versions>
</versioning>
</metadata>
e9b3537610fc685a801f30933dfad6b7a1a06604
\ No newline at end of file
e8e481780bdc4a73b2614140b1bdec1f1aaebc07
\ No newline at end of file
......@@ -4,17 +4,17 @@
<parent>
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>default</artifactId>
<version>2.0.0</version>
<version>2.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>codegen</artifactId>
<version>2.0.5</version>
<version>2.0.8</version>
<name>Code Generator</name>
<dependencies>
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>foundation-service</artifactId>
<version>2.0.0</version>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>jdom</groupId>
......
3cd396f85f8f215ad33cf671c2865206c97b9c52
\ No newline at end of file
1297a66de1faf5db55ffd23036daa8e064274770
\ No newline at end of file
......@@ -4,16 +4,21 @@
<parent>
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>default</artifactId>
<version>2.0.0</version>
<version>2.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common</artifactId>
<name>Common Facilities</name>
<version>2.0.0</version>
<version>2.0.3</version>
<prerequisites>
<maven>3.0.3</maven>
</prerequisites>
<dependencies>
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>foundation-service</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
......
6d61587f8c1e5f80a02563aa6fd7543e4302c78c
\ No newline at end of file
......@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>default</artifactId>
<version>2.0.0</version>
<version>2.0.3</version>
<name>Maven Plugins</name>
<packaging>pom</packaging>
<modules>
......
ae8881eb73e8870444f0372c5e7906f4e7573743
\ No newline at end of file
e4886bd4c0059f0a3dddaf439d1b5b73673b122a
\ No newline at end of file
7bd15d8705e25a74e7e9ad0b3ef4dd4551b0a2fa
\ No newline at end of file
972e1ed8b17cad588ace569d12b140983300a3f5
\ No newline at end of file
58d7c20efde8f6e0add83c90e7eaddaa98d733e2
\ No newline at end of file
81db53da4738948a99b8bc06fb366213dd11c602
\ No newline at end of file
c03393b898d7f082a8f3e0bd504ca7476900afbd
\ No newline at end of file
49a512b235f59f30b242cd599abb52af6cab342e
\ No newline at end of file
21c8241c3ad988e40984c62f1eb4bc06f1b91517
\ No newline at end of file
3cc6804674135a2a116887801550e039c7e50e29
\ No newline at end of file
f0de532c8e1abcf0d1389ac230e9576a5a31cbec
\ No newline at end of file
e9271eaa9c3ce217df760b965134371dbb06696b
\ No newline at end of file
d9b8cbb96bac026c6c99ce7dded87e1ded1a80ac
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册