Skip to content

Commit 04cb5bb

Browse files
committed
[maven-release-plugin] prepare release 7.0.1
1 parent 6bb7d95 commit 04cb5bb

File tree

22 files changed

+105
-105
lines changed

22 files changed

+105
-105
lines changed

elide-async/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.yahoo.elide</groupId>
1616
<artifactId>elide-parent-pom</artifactId>
17-
<version>7.0.1-SNAPSHOT</version>
17+
<version>7.0.1</version>
1818
</parent>
1919

2020
<licenses>
@@ -40,14 +40,14 @@
4040
<scm>
4141
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection>
4242
<url>https://github.com/yahoo/elide.git</url>
43-
<tag>HEAD</tag>
43+
<tag>7.0.1</tag>
4444
</scm>
4545

4646
<dependencies>
4747
<dependency>
4848
<groupId>com.yahoo.elide</groupId>
4949
<artifactId>elide-graphql</artifactId>
50-
<version>7.0.1-SNAPSHOT</version>
50+
<version>7.0.1</version>
5151
</dependency>
5252

5353
<dependency>

elide-bom/pom.xml

+19-19
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>com.yahoo.elide</groupId>
1515
<artifactId>elide-parent-pom</artifactId>
16-
<version>7.0.1-SNAPSHOT</version>
16+
<version>7.0.1</version>
1717
</parent>
1818
<licenses>
1919
<license>
@@ -35,95 +35,95 @@
3535
<scm>
3636
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection>
3737
<url>https://github.com/yahoo/elide.git</url>
38-
<tag>HEAD</tag>
38+
<tag>7.0.1</tag>
3939
</scm>
4040
<dependencyManagement>
4141
<dependencies>
4242
<!-- modules -->
4343
<dependency>
4444
<groupId>com.yahoo.elide</groupId>
4545
<artifactId>elide-async</artifactId>
46-
<version>7.0.1-SNAPSHOT</version>
46+
<version>7.0.1</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.yahoo.elide</groupId>
5050
<artifactId>elide-core</artifactId>
51-
<version>7.0.1-SNAPSHOT</version>
51+
<version>7.0.1</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.yahoo.elide</groupId>
5555
<artifactId>elide-datastore-aggregation</artifactId>
56-
<version>7.0.1-SNAPSHOT</version>
56+
<version>7.0.1</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.yahoo.elide</groupId>
6060
<artifactId>elide-datastore-hibernate</artifactId>
61-
<version>7.0.1-SNAPSHOT</version>
61+
<version>7.0.1</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.yahoo.elide</groupId>
6565
<artifactId>elide-datastore-inmemorydb</artifactId>
66-
<version>7.0.1-SNAPSHOT</version>
66+
<version>7.0.1</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.yahoo.elide</groupId>
7070
<artifactId>elide-datastore-jms</artifactId>
71-
<version>7.0.1-SNAPSHOT</version>
71+
<version>7.0.1</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.yahoo.elide</groupId>
7575
<artifactId>elide-datastore-jpa</artifactId>
76-
<version>7.0.1-SNAPSHOT</version>
76+
<version>7.0.1</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.yahoo.elide</groupId>
8080
<artifactId>elide-datastore-multiplex</artifactId>
81-
<version>7.0.1-SNAPSHOT</version>
81+
<version>7.0.1</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>com.yahoo.elide</groupId>
8585
<artifactId>elide-datastore-noop</artifactId>
86-
<version>7.0.1-SNAPSHOT</version>
86+
<version>7.0.1</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.yahoo.elide</groupId>
9090
<artifactId>elide-datastore-search</artifactId>
91-
<version>7.0.1-SNAPSHOT</version>
91+
<version>7.0.1</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>com.yahoo.elide</groupId>
9595
<artifactId>elide-graphql</artifactId>
96-
<version>7.0.1-SNAPSHOT</version>
96+
<version>7.0.1</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>com.yahoo.elide</groupId>
100100
<artifactId>elide-model-config</artifactId>
101-
<version>7.0.1-SNAPSHOT</version>
101+
<version>7.0.1</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>com.yahoo.elide</groupId>
105105
<artifactId>elide-spring-boot-autoconfigure</artifactId>
106-
<version>7.0.1-SNAPSHOT</version>
106+
<version>7.0.1</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>com.yahoo.elide</groupId>
110110
<artifactId>elide-spring-boot-starter</artifactId>
111-
<version>7.0.1-SNAPSHOT</version>
111+
<version>7.0.1</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>com.yahoo.elide</groupId>
115115
<artifactId>elide-standalone</artifactId>
116-
<version>7.0.1-SNAPSHOT</version>
116+
<version>7.0.1</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>com.yahoo.elide</groupId>
120120
<artifactId>elide-swagger</artifactId>
121-
<version>7.0.1-SNAPSHOT</version>
121+
<version>7.0.1</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.yahoo.elide</groupId>
125125
<artifactId>elide-test-helpers</artifactId>
126-
<version>7.0.1-SNAPSHOT</version>
126+
<version>7.0.1</version>
127127
</dependency>
128128
</dependencies>
129129
</dependencyManagement>

elide-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.yahoo.elide</groupId>
1616
<artifactId>elide-parent-pom</artifactId>
17-
<version>7.0.1-SNAPSHOT</version>
17+
<version>7.0.1</version>
1818
</parent>
1919

2020
<licenses>
@@ -40,7 +40,7 @@
4040
<scm>
4141
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection>
4242
<url>https://github.com/yahoo/elide.git</url>
43-
<tag>HEAD</tag>
43+
<tag>7.0.1</tag>
4444
</scm>
4545

4646
<dependencies>

elide-datastore/elide-datastore-aggregation/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.yahoo.elide</groupId>
1616
<artifactId>elide-datastore-parent-pom</artifactId>
17-
<version>7.0.1-SNAPSHOT</version>
17+
<version>7.0.1</version>
1818
</parent>
1919

2020
<licenses>
@@ -35,7 +35,7 @@
3535
<scm>
3636
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection>
3737
<url>https://github.com/yahoo/elide.git</url>
38-
<tag>HEAD</tag>
38+
<tag>7.0.1</tag>
3939
</scm>
4040

4141
<properties>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.yahoo.elide</groupId>
5252
<artifactId>elide-datastore-jpa</artifactId>
53-
<version>7.0.1-SNAPSHOT</version>
53+
<version>7.0.1</version>
5454
</dependency>
5555

5656
<dependency>
@@ -61,13 +61,13 @@
6161
<dependency>
6262
<groupId>com.yahoo.elide</groupId>
6363
<artifactId>elide-datastore-multiplex</artifactId>
64-
<version>7.0.1-SNAPSHOT</version>
64+
<version>7.0.1</version>
6565
</dependency>
6666

6767
<dependency>
6868
<groupId>com.yahoo.elide</groupId>
6969
<artifactId>elide-model-config</artifactId>
70-
<version>7.0.1-SNAPSHOT</version>
70+
<version>7.0.1</version>
7171
</dependency>
7272

7373
<dependency>
@@ -173,7 +173,7 @@
173173
<dependency>
174174
<groupId>com.yahoo.elide</groupId>
175175
<artifactId>elide-integration-tests</artifactId>
176-
<version>7.0.1-SNAPSHOT</version>
176+
<version>7.0.1</version>
177177
<scope>test</scope>
178178
<type>test-jar</type>
179179
</dependency>

elide-datastore/elide-datastore-inmemorydb/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.yahoo.elide</groupId>
1616
<artifactId>elide-datastore-parent-pom</artifactId>
17-
<version>7.0.1-SNAPSHOT</version>
17+
<version>7.0.1</version>
1818
</parent>
1919

2020
<licenses>
@@ -35,7 +35,7 @@
3535
<scm>
3636
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection>
3737
<url>https://github.com/yahoo/elide.git</url>
38-
<tag>HEAD</tag>
38+
<tag>7.0.1</tag>
3939
</scm>
4040

4141
<properties>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.yahoo.elide</groupId>
5454
<artifactId>elide-integration-tests</artifactId>
55-
<version>7.0.1-SNAPSHOT</version>
55+
<version>7.0.1</version>
5656
<type>test-jar</type>
5757
<scope>test</scope>
5858
</dependency>

elide-datastore/elide-datastore-jms/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.yahoo.elide</groupId>
88
<artifactId>elide-datastore-parent-pom</artifactId>
9-
<version>7.0.1-SNAPSHOT</version>
9+
<version>7.0.1</version>
1010
</parent>
1111

1212
<licenses>
@@ -27,7 +27,7 @@
2727
<scm>
2828
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection>
2929
<url>https://github.com/yahoo/elide.git</url>
30-
<tag>HEAD</tag>
30+
<tag>7.0.1</tag>
3131
</scm>
3232

3333
<dependencies>

elide-datastore/elide-datastore-jpa/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.yahoo.elide</groupId>
1616
<artifactId>elide-datastore-parent-pom</artifactId>
17-
<version>7.0.1-SNAPSHOT</version>
17+
<version>7.0.1</version>
1818
</parent>
1919

2020
<licenses>
@@ -35,7 +35,7 @@
3535
<scm>
3636
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection>
3737
<url>https://github.com/yahoo/elide.git</url>
38-
<tag>HEAD</tag>
38+
<tag>7.0.1</tag>
3939
</scm>
4040

4141
<properties>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.yahoo.elide</groupId>
5454
<artifactId>elide-datastore-hibernate</artifactId>
55-
<version>7.0.1-SNAPSHOT</version>
55+
<version>7.0.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.yahoo.elide</groupId>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>com.yahoo.elide</groupId>
8080
<artifactId>elide-integration-tests</artifactId>
81-
<version>7.0.1-SNAPSHOT</version>
81+
<version>7.0.1</version>
8282
<type>test-jar</type>
8383
<scope>test</scope>
8484
</dependency>

elide-datastore/elide-datastore-jpql/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.yahoo.elide</groupId>
1616
<artifactId>elide-datastore-parent-pom</artifactId>
17-
<version>7.0.1-SNAPSHOT</version>
17+
<version>7.0.1</version>
1818
</parent>
1919

2020
<licenses>
@@ -35,7 +35,7 @@
3535
<scm>
3636
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection>
3737
<url>https://github.com/yahoo/elide.git</url>
38-
<tag>HEAD</tag>
38+
<tag>7.0.1</tag>
3939
</scm>
4040

4141
<dependencies>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.yahoo.elide</groupId>
6060
<artifactId>elide-integration-tests</artifactId>
61-
<version>7.0.1-SNAPSHOT</version>
61+
<version>7.0.1</version>
6262
<type>test-jar</type>
6363
<scope>test</scope>
6464
</dependency>

elide-datastore/elide-datastore-multiplex/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.yahoo.elide</groupId>
1212
<artifactId>elide-datastore-parent-pom</artifactId>
13-
<version>7.0.1-SNAPSHOT</version>
13+
<version>7.0.1</version>
1414
</parent>
1515

1616
<licenses>
@@ -31,7 +31,7 @@
3131
<scm>
3232
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection>
3333
<url>https://github.com/yahoo/elide.git</url>
34-
<tag>HEAD</tag>
34+
<tag>7.0.1</tag>
3535
</scm>
3636

3737
<properties>

elide-datastore/elide-datastore-noop/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.yahoo.elide</groupId>
88
<artifactId>elide-datastore-parent-pom</artifactId>
9-
<version>7.0.1-SNAPSHOT</version>
9+
<version>7.0.1</version>
1010
</parent>
1111

1212
<licenses>
@@ -27,7 +27,7 @@
2727
<scm>
2828
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection>
2929
<url>https://github.com/yahoo/elide.git</url>
30-
<tag>HEAD</tag>
30+
<tag>7.0.1</tag>
3131
</scm>
3232

3333
<dependencies>

elide-datastore/elide-datastore-search/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.yahoo.elide</groupId>
1414
<artifactId>elide-datastore-parent-pom</artifactId>
15-
<version>7.0.1-SNAPSHOT</version>
15+
<version>7.0.1</version>
1616
</parent>
1717

1818
<licenses>
@@ -33,7 +33,7 @@
3333
<scm>
3434
<developerConnection>scm:git:ssh://[email protected]/yahoo/elide.git</developerConnection>
3535
<url>https://github.com/yahoo/elide.git</url>
36-
<tag>HEAD</tag>
36+
<tag>7.0.1</tag>
3737
</scm>
3838

3939
<dependencies>
@@ -79,15 +79,15 @@
7979
<dependency>
8080
<groupId>com.yahoo.elide</groupId>
8181
<artifactId>elide-integration-tests</artifactId>
82-
<version>7.0.1-SNAPSHOT</version>
82+
<version>7.0.1</version>
8383
<type>test-jar</type>
8484
<scope>test</scope>
8585
</dependency>
8686

8787
<dependency>
8888
<groupId>com.yahoo.elide</groupId>
8989
<artifactId>elide-datastore-jpa</artifactId>
90-
<version>7.0.1-SNAPSHOT</version>
90+
<version>7.0.1</version>
9191
<scope>test</scope>
9292
</dependency>
9393

0 commit comments

Comments
 (0)