Skip to content

Commit

Permalink
[maven-release-plugin][skip ci]prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
alfresco-build committed Feb 3, 2023
1 parent 3b5676e commit e9de99d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion e2e-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-and-insight-parent</artifactId>
<version>2.0.7-A3</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<groupId>org.alfresco</groupId>
<artifactId>search-analytics-e2e-test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>12</version>
</parent>
<artifactId>alfresco-search-and-insight-parent</artifactId>
<version>2.0.7-A3</version>
<version>2.0.7-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Alfresco Search And Insight Engine</name>
<distributionManagement>
Expand Down Expand Up @@ -38,7 +38,7 @@
<connection>scm:git:https://github.com/Alfresco/InsightEngine.git</connection>
<developerConnection>scm:git:https://github.com/Alfresco/InsightEngine.git</developerConnection>
<url>https://github.com/Alfresco/InsightEngine</url>
<tag>2.0.7-A3</tag>
<tag>HEAD</tag>
</scm>
<properties>
<maven.build.sourceVersion>11</maven.build.sourceVersion>
Expand Down
4 changes: 2 additions & 2 deletions search-services/alfresco-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-parent</artifactId>
<version>2.0.7-A3</version>
<version>2.0.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-solrclient-lib</artifactId>
<version>2.0.7-A3</version>
<version>2.0.7-SNAPSHOT</version>
<exclusions>
<exclusion>
<artifactId>servlet-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion search-services/alfresco-solrclient-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-parent</artifactId>
<version>2.0.7-A3</version>
<version>2.0.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion search-services/packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-parent</artifactId>
<version>2.0.7-A3</version>
<version>2.0.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions search-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-and-insight-parent</artifactId>
<version>2.0.7-A3</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<artifactId>alfresco-search-parent</artifactId>
<version>2.0.7-A3</version>
<version>2.0.7-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Alfresco Solr Search parent</name>
<properties>
Expand Down

0 comments on commit e9de99d

Please sign in to comment.