Repository: camel Updated Branches: refs/heads/master ea10981c6 -> d81429082
Upgraded slf4j and polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d8142908 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d8142908 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d8142908 Branch: refs/heads/master Commit: d8142908298b21831bb8b94fe68e5a5490bb663f Parents: ea10981 Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Jan 8 16:26:48 2015 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Jan 8 16:26:48 2015 +0100 ---------------------------------------------------------------------- parent/pom.xml | 2 +- .../archetypes/camel-archetype-scr/README.md | 54 -------------------- 2 files changed, 1 insertion(+), 55 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d8142908/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 2bfbe4a..cb78533 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -401,7 +401,7 @@ <shiro-version>1.2.3</shiro-version> <!-- use slf4j-api 1.6.x to be easy compatible with older Camel releases --> <slf4j-api-version>1.6.6</slf4j-api-version> - <slf4j-version>1.7.7</slf4j-version> + <slf4j-version>1.7.10</slf4j-version> <smack-bundle-version>3.2.1_1</smack-bundle-version> <smack-version>3.2.1</smack-version> <snakeyaml-version>1.14</snakeyaml-version> http://git-wip-us.apache.org/repos/asf/camel/blob/d8142908/tooling/archetypes/camel-archetype-scr/README.md ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-scr/README.md b/tooling/archetypes/camel-archetype-scr/README.md deleted file mode 100644 index cd379ec..0000000 --- a/tooling/archetypes/camel-archetype-scr/README.md +++ /dev/null @@ -1,54 +0,0 @@ -camel-archetype-scr -=================== - -To install the archetype run - - mvn install - -To generate a Camel SCR bundle project run - - mvn archetype:generate -Dfilter=org.apache.camel.archetypes:camel-archetype-scr - Choose archetype: - 1: local -> org.apache.camel.archetypes:camel-archetype-scr (Creates a new Camel SCR bundle project for Karaf) - Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): : 1 - Define value for property 'groupId': : my.example - Define value for property 'artifactId': : my-test - Define value for property 'version': 1.0-SNAPSHOT: : - Define value for property 'package': my.example: : - [INFO] Using property: camel-version = 2.15-SNAPSHOT - Define value for property 'className': : MyTest - [INFO] Using property: commons-lang-version = 2.6 - [INFO] Using property: log4j-version = 1.2.17 - [INFO] Using property: maven-bundle-plugin-version = 2.3.7 - [INFO] Using property: maven-compiler-plugin-version = 2.5.1 - [INFO] Using property: maven-javadoc-plugin-version = 2.9.1 - [INFO] Using property: maven-release-plugin-version = 2.5 - [INFO] Using property: maven-resources-plugin-version = 2.6 - [INFO] Using property: maven-scm-provider-gitexe-version = 1.9 - [INFO] Using property: maven-scr-plugin-version = 1.19.0 - [INFO] Using property: maven-source-plugin-version = 2.3 - [INFO] Using property: slf4j-version = 1.7.7 - [INFO] Using property: versions-maven-plugin-version = 2.1 - Confirm properties configuration: - groupId: my.example - artifactId: my-test - version: 1.0-SNAPSHOT - package: my.example - camel-version: 2.15-SNAPSHOT - className: MyTest - commons-lang-version: 2.6 - log4j-version: 1.2.17 - maven-bundle-plugin-version: 2.3.7 - maven-compiler-plugin-version: 2.5.1 - maven-javadoc-plugin-version: 2.9.1 - maven-release-plugin-version: 2.5 - maven-resources-plugin-version: 2.6 - maven-scm-provider-gitexe-version: 1.9 - maven-scr-plugin-version: 1.19.0 - maven-source-plugin-version: 2.3 - slf4j-version: 1.7.7 - versions-maven-plugin-version: 2.1 - Y: : - - -All done! Check ReadMe.txt in the generated project folder for the next steps.