-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release 4.7.1
- Loading branch information
Aaron Klish
committed
May 13, 2021
1 parent
d4bfa47
commit 981dbc6
Showing
26 changed files
with
97 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<parent> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-parent-pom</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</parent> | ||
|
||
<licenses> | ||
|
@@ -35,7 +35,7 @@ | |
<scm> | ||
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection> | ||
<url>https://github.com/yahoo/elide.git</url> | ||
<tag>HEAD</tag> | ||
<tag>4.7.1</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
<parent> | ||
<artifactId>elide-contrib-parent-pom</artifactId> | ||
<groupId>com.yahoo.elide</groupId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</parent> | ||
|
||
<licenses> | ||
|
@@ -35,14 +35,14 @@ | |
<scm> | ||
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection> | ||
<url>https://github.com/yahoo/elide.git</url> | ||
<tag>HEAD</tag> | ||
<tag>4.7.1</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-core</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</dependency> | ||
|
||
<dependency> | ||
|
@@ -54,7 +54,7 @@ | |
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-integration-tests</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
<parent> | ||
<artifactId>elide-contrib-parent-pom</artifactId> | ||
<groupId>com.yahoo.elide</groupId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</parent> | ||
|
||
<licenses> | ||
|
@@ -35,7 +35,7 @@ | |
<scm> | ||
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection> | ||
<url>https://github.com/yahoo/elide.git</url> | ||
<tag>HEAD</tag> | ||
<tag>4.7.1</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
<parent> | ||
<artifactId>elide-parent-pom</artifactId> | ||
<groupId>com.yahoo.elide</groupId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</parent> | ||
|
||
<licenses> | ||
|
@@ -35,7 +35,7 @@ | |
<scm> | ||
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection> | ||
<url>https://github.com/yahoo/elide.git</url> | ||
<tag>HEAD</tag> | ||
<tag>4.7.1</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -53,7 +53,7 @@ | |
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-core</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</dependency> | ||
</dependencies> | ||
</dependencyManagement> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
<parent> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-parent-pom</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</parent> | ||
|
||
<licenses> | ||
|
@@ -40,7 +40,7 @@ | |
<scm> | ||
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection> | ||
<url>https://github.com/yahoo/elide.git</url> | ||
<tag>HEAD</tag> | ||
<tag>4.7.1</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
<parent> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-parent-pom</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</parent> | ||
|
||
<licenses> | ||
|
@@ -35,7 +35,7 @@ | |
<scm> | ||
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection> | ||
<url>https://github.com/yahoo/elide.git</url> | ||
<tag>HEAD</tag> | ||
<tag>4.7.1</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
|
@@ -58,7 +58,7 @@ | |
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-integration-tests</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
<parent> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-parent-pom</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</parent> | ||
|
||
<licenses> | ||
|
@@ -35,7 +35,7 @@ | |
<scm> | ||
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection> | ||
<url>https://github.com/yahoo/elide.git</url> | ||
<tag>HEAD</tag> | ||
<tag>4.7.1</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -52,19 +52,19 @@ | |
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-hibernate</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-hibernate</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-integration-tests</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
<parent> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-parent-pom</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</parent> | ||
|
||
<licenses> | ||
|
@@ -35,7 +35,7 @@ | |
<scm> | ||
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection> | ||
<url>https://github.com/yahoo/elide.git</url> | ||
<tag>HEAD</tag> | ||
<tag>4.7.1</tag> | ||
</scm> | ||
<properties> | ||
<excludeTags>excludeOnHibernate5</excludeTags> | ||
|
@@ -51,19 +51,19 @@ | |
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-hibernate</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-hibernate</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-integration-tests</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
<parent> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-parent-pom</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</parent> | ||
|
||
<licenses> | ||
|
@@ -35,7 +35,7 @@ | |
<scm> | ||
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection> | ||
<url>https://github.com/yahoo/elide.git</url> | ||
<tag>HEAD</tag> | ||
<tag>4.7.1</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
|
@@ -51,7 +51,7 @@ | |
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-integration-tests</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
<parent> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-parent-pom</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</parent> | ||
|
||
<licenses> | ||
|
@@ -35,7 +35,7 @@ | |
<scm> | ||
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection> | ||
<url>https://github.com/yahoo/elide.git</url> | ||
<tag>HEAD</tag> | ||
<tag>4.7.1</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -52,7 +52,7 @@ | |
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-hibernate</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</dependency> | ||
|
||
<!-- JPA --> | ||
|
@@ -75,7 +75,7 @@ | |
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-integration-tests</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<parent> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-parent-pom</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</parent> | ||
|
||
<licenses> | ||
|
@@ -31,7 +31,7 @@ | |
<scm> | ||
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection> | ||
<url>https://github.com/yahoo/elide.git</url> | ||
<tag>HEAD</tag> | ||
<tag>4.7.1</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -47,19 +47,19 @@ | |
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-inmemorydb</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-hibernate5</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-integration-tests</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<parent> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-parent-pom</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</parent> | ||
|
||
<licenses> | ||
|
@@ -27,7 +27,7 @@ | |
<scm> | ||
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection> | ||
<url>https://github.com/yahoo/elide.git</url> | ||
<tag>HEAD</tag> | ||
<tag>4.7.1</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
<parent> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-parent-pom</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
</parent> | ||
|
||
<licenses> | ||
|
@@ -33,7 +33,7 @@ | |
<scm> | ||
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection> | ||
<url>https://github.com/yahoo/elide.git</url> | ||
<tag>HEAD</tag> | ||
<tag>4.7.1</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
|
@@ -67,15 +67,15 @@ | |
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-integration-tests</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.yahoo.elide</groupId> | ||
<artifactId>elide-datastore-jpa</artifactId> | ||
<version>4.7.1-SNAPSHOT</version> | ||
<version>4.7.1</version> | ||
<scope>test</scope> | ||
</dependency> | ||
|
||
|
Oops, something went wrong.