From c2304d2099e7819d8cac1c7a540587f02da77ffc Mon Sep 17 00:00:00 2001 From: Peng Li Date: Mon, 12 Dec 2016 14:19:54 +0800 Subject: [PATCH 01/11] add gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4130f3b --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + From 8246dae2f115d48c285eaa58b82f32b8f4123614 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Mon, 12 Dec 2016 15:15:02 +0800 Subject: [PATCH 02/11] add 1.0.1 to support jdk8 --- maven/com/aqnote/parent.all/1.0.1/pom.xml | 68 +++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 maven/com/aqnote/parent.all/1.0.1/pom.xml diff --git a/maven/com/aqnote/parent.all/1.0.1/pom.xml b/maven/com/aqnote/parent.all/1.0.1/pom.xml new file mode 100644 index 0000000..fa5bf75 --- /dev/null +++ b/maven/com/aqnote/parent.all/1.0.1/pom.xml @@ -0,0 +1,68 @@ + + + + 4.0.0 + com.aqnote + parent.all + pom + 1.0.1 + AQNote App Parent POM + Auto converted POM for Authentication Application + + + true + UTF-8 + + + + + + src/main/resources + + **/* + + + + src/main/java + + **/* + + + **/*.java + + + + + + src/test/resources + + **/* + + + + src/test/java + + **/* + + + **/*.java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + 1.8 + 1.8 + -XDignore.symbol.file + + + + + + + From e1422d1b1fe03d09dc1ec0e92547919ac13d6c8b Mon Sep 17 00:00:00 2001 From: Peng Li Date: Fri, 1 Dec 2017 16:51:55 +0800 Subject: [PATCH 03/11] add 1.0.2 --- maven/com/aqnote/parent.all/1.0.1/pom.xml | 13 +++ maven/com/aqnote/parent.all/1.0.2/pom.xml | 81 +++++++++++++++++++ .../aqnote/parent.all/1.0.3-SNAPSHOT/pom.xml | 81 +++++++++++++++++++ 3 files changed, 175 insertions(+) create mode 100644 maven/com/aqnote/parent.all/1.0.2/pom.xml create mode 100644 maven/com/aqnote/parent.all/1.0.3-SNAPSHOT/pom.xml diff --git a/maven/com/aqnote/parent.all/1.0.1/pom.xml b/maven/com/aqnote/parent.all/1.0.1/pom.xml index fa5bf75..23a09eb 100644 --- a/maven/com/aqnote/parent.all/1.0.1/pom.xml +++ b/maven/com/aqnote/parent.all/1.0.1/pom.xml @@ -65,4 +65,17 @@ + + + aqnote-releases + aqnote.local + http://aqnote.local:8081/repository/taobao-release + + + aqnote-snapshots + aqnote.local + http://aqnote.local:8081/repository/taobao-snapshot + + + diff --git a/maven/com/aqnote/parent.all/1.0.2/pom.xml b/maven/com/aqnote/parent.all/1.0.2/pom.xml new file mode 100644 index 0000000..52a04f3 --- /dev/null +++ b/maven/com/aqnote/parent.all/1.0.2/pom.xml @@ -0,0 +1,81 @@ + + + + 4.0.0 + com.aqnote + parent.all + pom + 1.0.2 + AQNote App Parent POM + Auto converted POM for Authentication Application + + + true + UTF-8 + + + + + + src/main/resources + + **/* + + + + src/main/java + + **/* + + + **/*.java + + + + + + src/test/resources + + **/* + + + + src/test/java + + **/* + + + **/*.java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + 1.8 + 1.8 + -XDignore.symbol.file + + + + + + + + + aqnote-releases + aqnote.local + http://aqnote.local:8081/repository/taobao-release + + + aqnote-snapshots + aqnote.local + http://aqnote.local:8081/repository/taobao-snapshot + + + + diff --git a/maven/com/aqnote/parent.all/1.0.3-SNAPSHOT/pom.xml b/maven/com/aqnote/parent.all/1.0.3-SNAPSHOT/pom.xml new file mode 100644 index 0000000..2e0447b --- /dev/null +++ b/maven/com/aqnote/parent.all/1.0.3-SNAPSHOT/pom.xml @@ -0,0 +1,81 @@ + + + + 4.0.0 + com.aqnote + parent.all + pom + 1.0.3-SNAPSHOT + AQNote App Parent POM + Auto converted POM for Authentication Application + + + true + UTF-8 + + + + + + src/main/resources + + **/* + + + + src/main/java + + **/* + + + **/*.java + + + + + + src/test/resources + + **/* + + + + src/test/java + + **/* + + + **/*.java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + 1.8 + 1.8 + -XDignore.symbol.file + + + + + + + + + aqnote-releases + aqnote.local + http://aqnote.local:8081/repository/taobao-release + + + aqnote-snapshots + aqnote.local + http://aqnote.local:8081/repository/taobao-snapshot + + + + From cbc1828a4f05d6fae15b09fca10d32d8cbc3892b Mon Sep 17 00:00:00 2001 From: Peng Li Date: Thu, 19 Jul 2018 18:50:08 +0800 Subject: [PATCH 04/11] add 1.0.3 --- maven/com/aqnote/parent.all/1.0.3/pom.xml | 79 +++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 maven/com/aqnote/parent.all/1.0.3/pom.xml diff --git a/maven/com/aqnote/parent.all/1.0.3/pom.xml b/maven/com/aqnote/parent.all/1.0.3/pom.xml new file mode 100644 index 0000000..249a811 --- /dev/null +++ b/maven/com/aqnote/parent.all/1.0.3/pom.xml @@ -0,0 +1,79 @@ + + + + 4.0.0 + com.aqnote + parent.all + pom + 1.0.3 + AQNote App Parent POM + Auto converted POM for Authentication Application + + + true + UTF-8 + + + + + + src/main/resources + + **/* + + + + src/main/java + + **/* + + + **/*.java + + + + + + src/test/resources + + **/* + + + + src/test/java + + **/* + + + **/*.java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + 1.8 + 1.8 + -XDignore.symbol.file + + + + + + + + + aqnote-releases + http://aqnote.local:8081/repository/aqnote-release + + + aqnote-snapshots + http://aqnote.local:8081/repository/aqnote-snapshot + + + + From 6620b281c224e6fd8e24b72d2a17dc078d891960 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Thu, 19 Jul 2018 20:11:52 +0800 Subject: [PATCH 05/11] fix --- maven/com/aqnote/parent.all/1.0.3/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven/com/aqnote/parent.all/1.0.3/pom.xml b/maven/com/aqnote/parent.all/1.0.3/pom.xml index 249a811..2e90e35 100644 --- a/maven/com/aqnote/parent.all/1.0.3/pom.xml +++ b/maven/com/aqnote/parent.all/1.0.3/pom.xml @@ -67,11 +67,11 @@ - aqnote-releases + aqnote-release http://aqnote.local:8081/repository/aqnote-release - aqnote-snapshots + aqnote-snapshot http://aqnote.local:8081/repository/aqnote-snapshot From 5b9cb3b520ce1a435593fb58b185bf0412c4af31 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Wed, 25 Jul 2018 17:24:58 +0800 Subject: [PATCH 06/11] add jdk9 jdk10 support --- .../aqnote/parent.all/1.0.4-SNAPSHOT/pom.xml | 81 +++++++++++++++++++ maven/com/aqnote/parent.all/1.0.4/pom.xml | 81 +++++++++++++++++++ .../aqnote/parent.all/1.0.5-SNAPSHOT/pom.xml | 81 +++++++++++++++++++ maven/com/aqnote/parent.all/1.0.5/pom.xml | 81 +++++++++++++++++++ maven/com/aqnote/parent.all/README.md | 13 +++ 5 files changed, 337 insertions(+) create mode 100644 maven/com/aqnote/parent.all/1.0.4-SNAPSHOT/pom.xml create mode 100644 maven/com/aqnote/parent.all/1.0.4/pom.xml create mode 100644 maven/com/aqnote/parent.all/1.0.5-SNAPSHOT/pom.xml create mode 100644 maven/com/aqnote/parent.all/1.0.5/pom.xml create mode 100644 maven/com/aqnote/parent.all/README.md diff --git a/maven/com/aqnote/parent.all/1.0.4-SNAPSHOT/pom.xml b/maven/com/aqnote/parent.all/1.0.4-SNAPSHOT/pom.xml new file mode 100644 index 0000000..be06c07 --- /dev/null +++ b/maven/com/aqnote/parent.all/1.0.4-SNAPSHOT/pom.xml @@ -0,0 +1,81 @@ + + + + 4.0.0 + com.aqnote + parent.all + pom + 1.0.4-SNAPSHOT + AQNote App Parent POM + Auto converted POM for Authentication Application + + + UTF-8 + true + 9 + 9 + + + + + + src/main/resources + + **/* + + + + src/main/java + + **/* + + + **/*.java + + + + + + src/test/resources + + **/* + + + + src/test/java + + **/* + + + **/*.java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 9 + 9 + true + + + + + + + + + aqnote-release + http://aqnote.local:8081/repository/aqnote-release + + + aqnote-snapshot + http://aqnote.local:8081/repository/aqnote-snapshot + + + + diff --git a/maven/com/aqnote/parent.all/1.0.4/pom.xml b/maven/com/aqnote/parent.all/1.0.4/pom.xml new file mode 100644 index 0000000..67c9df8 --- /dev/null +++ b/maven/com/aqnote/parent.all/1.0.4/pom.xml @@ -0,0 +1,81 @@ + + + + 4.0.0 + com.aqnote + parent.all + pom + 1.0.4 + AQNote App Parent POM + Auto converted POM for Authentication Application + + + UTF-8 + true + 9 + 9 + + + + + + src/main/resources + + **/* + + + + src/main/java + + **/* + + + **/*.java + + + + + + src/test/resources + + **/* + + + + src/test/java + + **/* + + + **/*.java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 9 + 9 + true + + + + + + + + + aqnote-release + http://aqnote.local:8081/repository/aqnote-release + + + aqnote-snapshot + http://aqnote.local:8081/repository/aqnote-snapshot + + + + diff --git a/maven/com/aqnote/parent.all/1.0.5-SNAPSHOT/pom.xml b/maven/com/aqnote/parent.all/1.0.5-SNAPSHOT/pom.xml new file mode 100644 index 0000000..70cc33a --- /dev/null +++ b/maven/com/aqnote/parent.all/1.0.5-SNAPSHOT/pom.xml @@ -0,0 +1,81 @@ + + + + 4.0.0 + com.aqnote + parent.all + pom + 1.0.5-SNAPSHOT + AQNote App Parent POM + Auto converted POM for Authentication Application + + + UTF-8 + true + 10 + 10 + + + + + + src/main/resources + + **/* + + + + src/main/java + + **/* + + + **/*.java + + + + + + src/test/resources + + **/* + + + + src/test/java + + **/* + + + **/*.java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 10 + 10 + true + + + + + + + + + aqnote-release + http://aqnote.local:8081/repository/aqnote-release + + + aqnote-snapshot + http://aqnote.local:8081/repository/aqnote-snapshot + + + + diff --git a/maven/com/aqnote/parent.all/1.0.5/pom.xml b/maven/com/aqnote/parent.all/1.0.5/pom.xml new file mode 100644 index 0000000..b69e318 --- /dev/null +++ b/maven/com/aqnote/parent.all/1.0.5/pom.xml @@ -0,0 +1,81 @@ + + + + 4.0.0 + com.aqnote + parent.all + pom + 1.0.5 + AQNote App Parent POM + Auto converted POM for Authentication Application + + + UTF-8 + true + 10 + 10 + + + + + + src/main/resources + + **/* + + + + src/main/java + + **/* + + + **/*.java + + + + + + src/test/resources + + **/* + + + + src/test/java + + **/* + + + **/*.java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 10 + 10 + true + + + + + + + + + aqnote-release + http://aqnote.local:8081/repository/aqnote-release + + + aqnote-snapshot + http://aqnote.local:8081/repository/aqnote-snapshot + + + + diff --git a/maven/com/aqnote/parent.all/README.md b/maven/com/aqnote/parent.all/README.md new file mode 100644 index 0000000..6ae3ee0 --- /dev/null +++ b/maven/com/aqnote/parent.all/README.md @@ -0,0 +1,13 @@ +# README + + +## 版本说明 + +1.0.5 +- 新增JDK10支持 + +1.0.4 +- 新增JDK9支持 + +1.0.3 +- 新增aqnote.local部署配置 From 2240a1709698620fa35b8ba28d763056c33631d7 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Mon, 18 Nov 2019 15:15:02 +0800 Subject: [PATCH 07/11] format --- eclipse/templates/codeformat.xml | 496 +++++++++--------- eclipse/templates/codetemplates.xml | 49 +- .../aqnote/parent.all/1.0.5-SNAPSHOT/.project | 17 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.m2e.core.prefs | 4 + .../aqnote/parent.all/1.0.5-SNAPSHOT/pom.xml | 3 +- 6 files changed, 308 insertions(+), 263 deletions(-) create mode 100644 maven/com/aqnote/parent.all/1.0.5-SNAPSHOT/.project create mode 100644 maven/com/aqnote/parent.all/1.0.5-SNAPSHOT/.settings/org.eclipse.core.resources.prefs create mode 100644 maven/com/aqnote/parent.all/1.0.5-SNAPSHOT/.settings/org.eclipse.m2e.core.prefs diff --git a/eclipse/templates/codeformat.xml b/eclipse/templates/codeformat.xml index 42dcca8..5cea561 100644 --- a/eclipse/templates/codeformat.xml +++ b/eclipse/templates/codeformat.xml @@ -1,251 +1,251 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/eclipse/templates/codetemplates.xml b/eclipse/templates/codetemplates.xml index 620a4fd..687e92f 100644 --- a/eclipse/templates/codetemplates.xml +++ b/eclipse/templates/codetemplates.xml @@ -1,4 +1,9 @@ -