Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 6.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
aklish committed Mar 8, 2023
1 parent 61770f9 commit bbd0032
Show file tree
Hide file tree
Showing 22 changed files with 106 additions and 106 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>6.1.12-SNAPSHOT</version>
<version>6.1.12</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>6.1.12</tag>
</scm>

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

<!-- JPA -->
Expand Down
36 changes: 18 additions & 18 deletions elide-bom/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>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</parent>
<licenses>
<license>
Expand All @@ -35,90 +35,90 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>6.1.12</tag>
</scm>
<dependencyManagement>
<dependencies>
<!-- modules -->
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-async</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-core</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-aggregation</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-inmemorydb</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-jms</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-jpa</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-multiplex</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-noop</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-search</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-graphql</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-model-config</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-spring-boot-autoconfigure</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-spring-boot-starter</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-standalone</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-swagger</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</version>
</dependency>
</dependencies>
</dependencyManagement>
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>6.1.12-SNAPSHOT</version>
<version>6.1.12</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>6.1.12</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>6.1.12-SNAPSHOT</version>
<version>6.1.12</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>6.1.12</tag>
</scm>

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

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

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

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

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

<dependency>
Expand Down Expand Up @@ -191,7 +191,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</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>6.1.12-SNAPSHOT</version>
<version>6.1.12</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>6.1.12</tag>
</scm>

<properties>
Expand All @@ -52,7 +52,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</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>6.1.12-SNAPSHOT</version>
<version>6.1.12</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>6.1.12</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>6.1.12-SNAPSHOT</version>
<version>6.1.12</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>6.1.12</tag>
</scm>

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

<!-- JPA -->
Expand All @@ -74,7 +74,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</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>6.1.12-SNAPSHOT</version>
<version>6.1.12</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>6.1.12</tag>
</scm>

<dependencies>
Expand All @@ -58,7 +58,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>6.1.12-SNAPSHOT</version>
<version>6.1.12</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>6.1.12-SNAPSHOT</version>
<version>6.1.12</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>6.1.12</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>6.1.12-SNAPSHOT</version>
<version>6.1.12</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>6.1.12</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit bbd0032

Please sign in to comment.