Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Klish committed Oct 20, 2021
1 parent 086b6cb commit 3094963
Show file tree
Hide file tree
Showing 23 changed files with 96 additions and 96 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>5.1.0</version>
<version>5.1.1-SNAPSHOT</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>5.1.0</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-graphql</artifactId>
<version>5.1.0</version>
<version>5.1.1-SNAPSHOT</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>5.1.0</version>
<version>5.1.1-SNAPSHOT</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>5.1.0</tag>
<tag>HEAD</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>5.1.0</version>
<version>5.1.1-SNAPSHOT</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>5.1.0</tag>
<tag>HEAD</tag>
</scm>

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

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

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

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

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

<dependency>
Expand Down Expand Up @@ -184,7 +184,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>5.1.0</version>
<version>5.1.1-SNAPSHOT</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions elide-datastore/elide-datastore-hibernate/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>5.1.0</version>
<version>5.1.1-SNAPSHOT</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>5.1.0</tag>
<tag>HEAD</tag>
</scm>

<dependencies>
Expand All @@ -58,7 +58,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>5.1.0</version>
<version>5.1.1-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions elide-datastore/elide-datastore-hibernate3/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>5.1.0</version>
<version>5.1.1-SNAPSHOT</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>5.1.0</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand All @@ -52,19 +52,19 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate</artifactId>
<version>5.1.0</version>
<version>5.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate</artifactId>
<version>5.1.0</version>
<version>5.1.1-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>5.1.0</version>
<version>5.1.1-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions elide-datastore/elide-datastore-hibernate5/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>5.1.0</version>
<version>5.1.1-SNAPSHOT</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>5.1.0</tag>
<tag>HEAD</tag>
</scm>
<properties>
<excludeTags>excludeOnHibernate5</excludeTags>
Expand All @@ -51,19 +51,19 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate</artifactId>
<version>5.1.0</version>
<version>5.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate</artifactId>
<version>5.1.0</version>
<version>5.1.1-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>5.1.0</version>
<version>5.1.1-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</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>5.1.0</version>
<version>5.1.1-SNAPSHOT</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>5.1.0</tag>
<tag>HEAD</tag>
</scm>

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

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

<!-- JPA -->
Expand All @@ -74,7 +74,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>5.1.0</version>
<version>5.1.1-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 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>5.1.0</version>
<version>5.1.1-SNAPSHOT</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>5.1.0</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand All @@ -47,19 +47,19 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-inmemorydb</artifactId>
<version>5.1.0</version>
<version>5.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate5</artifactId>
<version>5.1.0</version>
<version>5.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>5.1.0</version>
<version>5.1.1-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
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>5.1.0</version>
<version>5.1.1-SNAPSHOT</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>5.1.0</tag>
<tag>HEAD</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>5.1.0</version>
<version>5.1.1-SNAPSHOT</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>5.1.0</tag>
<tag>HEAD</tag>
</scm>

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

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

Expand Down

0 comments on commit 3094963

Please sign in to comment.