This is an automated email from the ASF dual-hosted git repository. davidb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-feature-converter-maven-plugin.git
commit 3a6432fe8c4a3efe149d84f6b45c74c2d16df617 Author: Andreas Schaefer <[email protected]> AuthorDate: Fri Dec 20 15:53:42 2019 -0800 Adde SCM to POM and update Docu to the next release --- pom.xml | 7 +++++++ src/it/package-with-single-bundle-no-parameters/core/pom.xml | 2 +- src/it/package-with-single-bundle-no-parameters/pom.xml | 2 +- src/it/package-with-single-bundle-no-parameters/ui.apps/pom.xml | 2 +- src/it/package-with-single-bundle-target-mode/core/pom.xml | 2 +- src/it/package-with-single-bundle-target-mode/fm.launcher/pom.xml | 2 +- src/it/package-with-single-bundle-target-mode/pom.xml | 2 +- src/it/package-with-single-bundle-target-mode/ui.apps/pom.xml | 2 +- src/it/package-with-single-bundle-with-parameters/core/pom.xml | 2 +- src/it/package-with-single-bundle-with-parameters/pom.xml | 2 +- src/it/package-with-single-bundle-with-parameters/ui.apps/pom.xml | 2 +- src/it/setup-tests/pom.xml | 2 +- src/site/markdown/usage.md.vm | 2 +- 13 files changed, 19 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 255fe33..cfb9837 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,13 @@ </description> <url>https://sling.apache.org/components/sling-feature-converter-maven-plugin/</url> + <scm> + <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-feature-converter-maven-plugin.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-feature-converter-maven-plugin.git</developerConnection> + <url>https://gitbox.apache.org/repos/asf?p=sling-feature-converter-maven-plugin.git</url> + <tag>HEAD</tag> + </scm> + <properties> <sling.java.version>8</sling.java.version> <plexus-component-metadata.version>1.7.1</plexus-component-metadata.version> diff --git a/src/it/package-with-single-bundle-no-parameters/core/pom.xml b/src/it/package-with-single-bundle-no-parameters/core/pom.xml index 59061a4..87d94f2 100644 --- a/src/it/package-with-single-bundle-no-parameters/core/pom.xml +++ b/src/it/package-with-single-bundle-no-parameters/core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-feature-converter-maven-plugin-test-no-param</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>sling-feature-converter-maven-plugin-test-no-param.core</artifactId> diff --git a/src/it/package-with-single-bundle-no-parameters/pom.xml b/src/it/package-with-single-bundle-no-parameters/pom.xml index 117b4c0..4152271 100644 --- a/src/it/package-with-single-bundle-no-parameters/pom.xml +++ b/src/it/package-with-single-bundle-no-parameters/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-feature-converter-maven-plugin-test-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>sling-feature-converter-maven-plugin-test-no-param</artifactId> diff --git a/src/it/package-with-single-bundle-no-parameters/ui.apps/pom.xml b/src/it/package-with-single-bundle-no-parameters/ui.apps/pom.xml index 98bcaad..ddea802 100644 --- a/src/it/package-with-single-bundle-no-parameters/ui.apps/pom.xml +++ b/src/it/package-with-single-bundle-no-parameters/ui.apps/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-feature-converter-maven-plugin-test-no-param</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>sling-feature-converter-maven-plugin-test-no-param.ui.apps</artifactId> diff --git a/src/it/package-with-single-bundle-target-mode/core/pom.xml b/src/it/package-with-single-bundle-target-mode/core/pom.xml index 5dc538c..76052db 100644 --- a/src/it/package-with-single-bundle-target-mode/core/pom.xml +++ b/src/it/package-with-single-bundle-target-mode/core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-feature-converter-maven-plugin-test-target-mode</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>sling-feature-converter-maven-plugin-test-target-mode.core</artifactId> diff --git a/src/it/package-with-single-bundle-target-mode/fm.launcher/pom.xml b/src/it/package-with-single-bundle-target-mode/fm.launcher/pom.xml index 2c80ae7..2867649 100644 --- a/src/it/package-with-single-bundle-target-mode/fm.launcher/pom.xml +++ b/src/it/package-with-single-bundle-target-mode/fm.launcher/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-feature-converter-maven-plugin-test-target-mode</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>sling-feature-converter-maven-plugin-test-target-mode.fm.launcher</artifactId> diff --git a/src/it/package-with-single-bundle-target-mode/pom.xml b/src/it/package-with-single-bundle-target-mode/pom.xml index f2d73b3..3d4c9f4 100644 --- a/src/it/package-with-single-bundle-target-mode/pom.xml +++ b/src/it/package-with-single-bundle-target-mode/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-feature-converter-maven-plugin-test-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>sling-feature-converter-maven-plugin-test-target-mode</artifactId> diff --git a/src/it/package-with-single-bundle-target-mode/ui.apps/pom.xml b/src/it/package-with-single-bundle-target-mode/ui.apps/pom.xml index dffa003..97ec58f 100644 --- a/src/it/package-with-single-bundle-target-mode/ui.apps/pom.xml +++ b/src/it/package-with-single-bundle-target-mode/ui.apps/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-feature-converter-maven-plugin-test-target-mode</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>sling-feature-converter-maven-plugin-test-target-mode.ui.apps</artifactId> diff --git a/src/it/package-with-single-bundle-with-parameters/core/pom.xml b/src/it/package-with-single-bundle-with-parameters/core/pom.xml index 86dfd70..edec4b9 100644 --- a/src/it/package-with-single-bundle-with-parameters/core/pom.xml +++ b/src/it/package-with-single-bundle-with-parameters/core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-feature-converter-maven-plugin-test-with-param</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>sling-feature-converter-maven-plugin-test-with-param.core</artifactId> diff --git a/src/it/package-with-single-bundle-with-parameters/pom.xml b/src/it/package-with-single-bundle-with-parameters/pom.xml index d80277a..78f29d0 100644 --- a/src/it/package-with-single-bundle-with-parameters/pom.xml +++ b/src/it/package-with-single-bundle-with-parameters/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-feature-converter-maven-plugin-test-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>sling-feature-converter-maven-plugin-test-with-param</artifactId> diff --git a/src/it/package-with-single-bundle-with-parameters/ui.apps/pom.xml b/src/it/package-with-single-bundle-with-parameters/ui.apps/pom.xml index c80a8da..a70eff0 100644 --- a/src/it/package-with-single-bundle-with-parameters/ui.apps/pom.xml +++ b/src/it/package-with-single-bundle-with-parameters/ui.apps/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-feature-converter-maven-plugin-test-with-param</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.2</version> </parent> <artifactId>sling-feature-converter-maven-plugin-test-with-param.ui.apps</artifactId> diff --git a/src/it/setup-tests/pom.xml b/src/it/setup-tests/pom.xml index 5c4977a..97dd5a7 100644 --- a/src/it/setup-tests/pom.xml +++ b/src/it/setup-tests/pom.xml @@ -17,7 +17,7 @@ <groupId>org.apache.sling</groupId> <artifactId>sling-feature-converter-maven-plugin-test-parent</artifactId> <packaging>pom</packaging> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.2</version> <name>Apache Sling Features Converter Maven Plugin test - Parent</name> <description> diff --git a/src/site/markdown/usage.md.vm b/src/site/markdown/usage.md.vm index 253167f..0d35249 100644 --- a/src/site/markdown/usage.md.vm +++ b/src/site/markdown/usage.md.vm @@ -15,7 +15,7 @@ ## Version for the Sling Feature Launcher #set($sflv = '1.1.0') ## Version for this Plugin (Sling Feature Converter Maven Plugin) -#set($sfcmpv = '1.0.0-SNAPSHOT') +#set($sfcmpv = '1.0.2') $h2 Usage
