This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-filevault-validator.git
commit 25ab389c81053d9339769bd417dcf19ffa25cf4a Author: Konrad Windszus <[email protected]> AuthorDate: Wed Jan 25 20:02:31 2023 +0100 [maven-release-plugin] prepare release org.apache.sling.repoinit.filevault.validator-1.0.0 --- pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 86f8089..dea6ec9 100644 --- a/pom.xml +++ b/pom.xml @@ -14,12 +14,11 @@ License for the specific language governing permissions and limitations under the License. --> -<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.repoinit.filevault.validator</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>1.0.0</version> <name>Apache Sling Repoinit FileVault Validator</name> <description>FileVault validator which validates RepoInit OSGi configurations</description> @@ -105,4 +104,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>org.apache.sling.repoinit.filevault.validator-1.0.0</tag> + </scm> </project> \ No newline at end of file
