Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 7.0.0-RC6
Browse files Browse the repository at this point in the history
  • Loading branch information
aklish committed Jan 1, 2023
1 parent 8a2ddba commit fa37cc1
Show file tree
Hide file tree
Showing 21 changed files with 88 additions and 88 deletions.
6 changes: 3 additions & 3 deletions elide-async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-parent-pom</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</parent>

<licenses>
Expand All @@ -40,14 +40,14 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>7.0.0-RC6</tag>
</scm>

<dependencies>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-graphql</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</dependency>

<!-- JPA -->
Expand Down
4 changes: 2 additions & 2 deletions elide-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-parent-pom</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</parent>

<licenses>
Expand All @@ -40,7 +40,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>7.0.0-RC6</tag>
</scm>

<dependencies>
Expand Down
16 changes: 8 additions & 8 deletions elide-datastore/elide-datastore-aggregation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-parent-pom</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</parent>

<licenses>
Expand All @@ -35,7 +35,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>7.0.0-RC6</tag>
</scm>

<properties>
Expand All @@ -47,31 +47,31 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-core</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</dependency>

<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-jpa</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</dependency>

<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-graphql</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</dependency>

<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-multiplex</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</dependency>

<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-model-config</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -184,7 +184,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions elide-datastore/elide-datastore-inmemorydb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-parent-pom</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</parent>

<licenses>
Expand All @@ -35,7 +35,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>7.0.0-RC6</tag>
</scm>

<properties>
Expand All @@ -52,7 +52,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions elide-datastore/elide-datastore-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-parent-pom</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</parent>

<licenses>
Expand All @@ -27,7 +27,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>7.0.0-RC6</tag>
</scm>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions elide-datastore/elide-datastore-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-parent-pom</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</parent>

<licenses>
Expand All @@ -35,7 +35,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>7.0.0-RC6</tag>
</scm>

<properties>
Expand All @@ -52,7 +52,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</dependency>

<!-- JPA -->
Expand All @@ -74,7 +74,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions elide-datastore/elide-datastore-jpql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-parent-pom</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</parent>

<licenses>
Expand All @@ -35,7 +35,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>7.0.0-RC6</tag>
</scm>

<dependencies>
Expand All @@ -58,7 +58,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions elide-datastore/elide-datastore-multiplex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-parent-pom</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</parent>

<licenses>
Expand All @@ -31,7 +31,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>7.0.0-RC6</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions elide-datastore/elide-datastore-noop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-parent-pom</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</parent>

<licenses>
Expand All @@ -27,7 +27,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>7.0.0-RC6</tag>
</scm>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions elide-datastore/elide-datastore-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-parent-pom</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</parent>

<licenses>
Expand All @@ -33,7 +33,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>7.0.0-RC6</tag>
</scm>

<dependencies>
Expand Down Expand Up @@ -89,15 +89,15 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-jpa</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
<scope>test</scope>
</dependency>

Expand Down
10 changes: 5 additions & 5 deletions elide-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-parent-pom</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</parent>

<licenses>
Expand All @@ -35,7 +35,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>7.0.0-RC6</tag>
</scm>

<properties>
Expand All @@ -59,17 +59,17 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-core</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-graphql</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-test-helpers</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand Down
8 changes: 4 additions & 4 deletions elide-graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-parent-pom</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</parent>

<licenses>
Expand All @@ -37,19 +37,19 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>7.0.0-RC6</tag>
</scm>

<dependencies>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-core</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-test-helpers</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
4 changes: 2 additions & 2 deletions elide-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-parent-pom</artifactId>
<version>7.0.0-RC6-SNAPSHOT</version>
<version>7.0.0-RC6</version>
</parent>

<licenses>
Expand All @@ -25,7 +25,7 @@
</licenses>

<properties>
<elide.version>7.0.0-RC6-SNAPSHOT</elide.version>
<elide.version>7.0.0-RC6</elide.version>
</properties>

<dependencies>
Expand Down

0 comments on commit fa37cc1

Please sign in to comment.