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 e896bfa273be1585433e5f6bf789b3596b82b429 Author: Konrad Windszus <[email protected]> AuthorDate: Wed Jan 25 20:03:13 2023 +0100 [maven-release-plugin] rollback the release of org.apache.sling.repoinit.filevault.validator-1.0.0 --- pom.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index dea6ec9..86f8089 100644 --- a/pom.xml +++ b/pom.xml @@ -14,11 +14,12 @@ 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>1.0.0</version> + <version>0.0.1-SNAPSHOT</version> <name>Apache Sling Repoinit FileVault Validator</name> <description>FileVault validator which validates RepoInit OSGi configurations</description> @@ -104,8 +105,4 @@ </plugin> </plugins> </build> - - <scm> - <tag>org.apache.sling.repoinit.filevault.validator-1.0.0</tag> - </scm> </project> \ No newline at end of file
