This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-indexer.git
The following commit(s) were added to refs/heads/master by this push: new dd384b6 Set version to 6.2.0-SNAPSHOT dd384b6 is described below commit dd384b63c2778bbbf3cb91e735c9ebfb2cf5da73 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Fri Apr 22 10:40:26 2022 +0200 Set version to 6.2.0-SNAPSHOT --- indexer-cli/pom.xml | 2 +- indexer-core/pom.xml | 2 +- indexer-examples/indexer-examples-basic/pom.xml | 2 +- indexer-examples/indexer-examples-spring/pom.xml | 2 +- indexer-examples/pom.xml | 2 +- indexer-reader/pom.xml | 2 +- pom.xml | 4 ++-- search-api/pom.xml | 2 +- search-backend-indexer/pom.xml | 2 +- search-backend-smo/pom.xml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/indexer-cli/pom.xml b/indexer-cli/pom.xml index 01ac818..95a8484 100644 --- a/indexer-cli/pom.xml +++ b/indexer-cli/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.indexer</groupId> <artifactId>maven-indexer</artifactId> - <version>6.1.2-SNAPSHOT</version> + <version>6.2.0-SNAPSHOT</version> </parent> <artifactId>indexer-cli</artifactId> diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml index 8ea5411..f310187 100644 --- a/indexer-core/pom.xml +++ b/indexer-core/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.indexer</groupId> <artifactId>maven-indexer</artifactId> - <version>6.1.2-SNAPSHOT</version> + <version>6.2.0-SNAPSHOT</version> </parent> <artifactId>indexer-core</artifactId> diff --git a/indexer-examples/indexer-examples-basic/pom.xml b/indexer-examples/indexer-examples-basic/pom.xml index a30e586..1881758 100644 --- a/indexer-examples/indexer-examples-basic/pom.xml +++ b/indexer-examples/indexer-examples-basic/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.indexer</groupId> <artifactId>maven-indexer-examples</artifactId> - <version>6.1.2-SNAPSHOT</version> + <version>6.2.0-SNAPSHOT</version> </parent> <artifactId>indexer-examples-basic</artifactId> diff --git a/indexer-examples/indexer-examples-spring/pom.xml b/indexer-examples/indexer-examples-spring/pom.xml index d1d967b..2180e99 100644 --- a/indexer-examples/indexer-examples-spring/pom.xml +++ b/indexer-examples/indexer-examples-spring/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.maven.indexer</groupId> <artifactId>maven-indexer-examples</artifactId> - <version>6.1.2-SNAPSHOT</version> + <version>6.2.0-SNAPSHOT</version> </parent> <artifactId>indexer-examples-spring</artifactId> diff --git a/indexer-examples/pom.xml b/indexer-examples/pom.xml index 37efe5f..a2729bb 100644 --- a/indexer-examples/pom.xml +++ b/indexer-examples/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.indexer</groupId> <artifactId>maven-indexer</artifactId> - <version>6.1.2-SNAPSHOT</version> + <version>6.2.0-SNAPSHOT</version> </parent> <artifactId>maven-indexer-examples</artifactId> diff --git a/indexer-reader/pom.xml b/indexer-reader/pom.xml index 5a8c6a1..7be1389 100644 --- a/indexer-reader/pom.xml +++ b/indexer-reader/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.indexer</groupId> <artifactId>maven-indexer</artifactId> - <version>6.1.2-SNAPSHOT</version> + <version>6.2.0-SNAPSHOT</version> </parent> <artifactId>indexer-reader</artifactId> diff --git a/pom.xml b/pom.xml index bb34134..386b720 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ under the License. <groupId>org.apache.maven.indexer</groupId> <artifactId>maven-indexer</artifactId> - <version>6.1.2-SNAPSHOT</version> + <version>6.2.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Maven-Indexer</name> @@ -100,7 +100,7 @@ under the License. <slf4j.version>1.7.36</slf4j.version> <logback.version>1.2.11</logback.version> <maven.site.path>maven-indexer-archives/maven-indexer-LATEST</maven.site.path> - <project.build.outputTimestamp>2022-02-14T10:26:38Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2022-04-22T08:37:12Z</project.build.outputTimestamp> </properties> <dependencyManagement> diff --git a/search-api/pom.xml b/search-api/pom.xml index a143cac..2904767 100644 --- a/search-api/pom.xml +++ b/search-api/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.indexer</groupId> <artifactId>maven-indexer</artifactId> - <version>6.1.2-SNAPSHOT</version> + <version>6.2.0-SNAPSHOT</version> </parent> <artifactId>search-api</artifactId> diff --git a/search-backend-indexer/pom.xml b/search-backend-indexer/pom.xml index cf0643d..7d0715c 100644 --- a/search-backend-indexer/pom.xml +++ b/search-backend-indexer/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.indexer</groupId> <artifactId>maven-indexer</artifactId> - <version>6.1.2-SNAPSHOT</version> + <version>6.2.0-SNAPSHOT</version> </parent> <artifactId>search-backend-indexer</artifactId> diff --git a/search-backend-smo/pom.xml b/search-backend-smo/pom.xml index 5a282e2..d91c93e 100644 --- a/search-backend-smo/pom.xml +++ b/search-backend-smo/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.indexer</groupId> <artifactId>maven-indexer</artifactId> - <version>6.1.2-SNAPSHOT</version> + <version>6.2.0-SNAPSHOT</version> </parent> <artifactId>search-backend-smo</artifactId>