Skip to content

Commit a8c8647

Browse files
author
Aaron Klish
committed
[maven-release-plugin] prepare for next development iteration
1 parent 92a8fc3 commit a8c8647

File tree

22 files changed

+94
-94
lines changed

22 files changed

+94
-94
lines changed

elide-async/pom.xml

Lines changed: 3 additions & 3 deletions
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>5.0.0-pr29</version>
17+
<version>5.0.0-pr30-SNAPSHOT</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>5.0.0-pr29</tag>
43+
<tag>HEAD</tag>
4444
</scm>
4545

4646
<properties>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.yahoo.elide</groupId>
5353
<artifactId>elide-graphql</artifactId>
54-
<version>5.0.0-pr29</version>
54+
<version>5.0.0-pr30-SNAPSHOT</version>
5555
</dependency>
5656

5757
<dependency>

elide-core/pom.xml

Lines changed: 2 additions & 2 deletions
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>5.0.0-pr29</version>
17+
<version>5.0.0-pr30-SNAPSHOT</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>5.0.0-pr29</tag>
43+
<tag>HEAD</tag>
4444
</scm>
4545

4646
<properties>

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

Lines changed: 8 additions & 8 deletions
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>5.0.0-pr29</version>
17+
<version>5.0.0-pr30-SNAPSHOT</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>5.0.0-pr29</tag>
38+
<tag>HEAD</tag>
3939
</scm>
4040

4141
<properties>
@@ -47,31 +47,31 @@
4747
<dependency>
4848
<groupId>com.yahoo.elide</groupId>
4949
<artifactId>elide-core</artifactId>
50-
<version>5.0.0-pr29</version>
50+
<version>5.0.0-pr30-SNAPSHOT</version>
5151
</dependency>
5252

5353
<dependency>
5454
<groupId>com.yahoo.elide</groupId>
5555
<artifactId>elide-datastore-jpa</artifactId>
56-
<version>5.0.0-pr29</version>
56+
<version>5.0.0-pr30-SNAPSHOT</version>
5757
</dependency>
5858

5959
<dependency>
6060
<groupId>com.yahoo.elide</groupId>
6161
<artifactId>elide-graphql</artifactId>
62-
<version>5.0.0-pr29</version>
62+
<version>5.0.0-pr30-SNAPSHOT</version>
6363
</dependency>
6464

6565
<dependency>
6666
<groupId>com.yahoo.elide</groupId>
6767
<artifactId>elide-datastore-multiplex</artifactId>
68-
<version>5.0.0-pr29</version>
68+
<version>5.0.0-pr30-SNAPSHOT</version>
6969
</dependency>
7070

7171
<dependency>
7272
<groupId>com.yahoo.elide</groupId>
7373
<artifactId>elide-model-config</artifactId>
74-
<version>5.0.0-pr29</version>
74+
<version>5.0.0-pr30-SNAPSHOT</version>
7575
</dependency>
7676

7777
<dependency>
@@ -158,7 +158,7 @@
158158
<dependency>
159159
<groupId>com.yahoo.elide</groupId>
160160
<artifactId>elide-integration-tests</artifactId>
161-
<version>5.0.0-pr29</version>
161+
<version>5.0.0-pr30-SNAPSHOT</version>
162162
<scope>test</scope>
163163
<type>test-jar</type>
164164
</dependency>

elide-datastore/elide-datastore-hibernate/pom.xml

Lines changed: 3 additions & 3 deletions
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>5.0.0-pr29</version>
17+
<version>5.0.0-pr30-SNAPSHOT</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>5.0.0-pr29</tag>
38+
<tag>HEAD</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>5.0.0-pr29</version>
61+
<version>5.0.0-pr30-SNAPSHOT</version>
6262
<type>test-jar</type>
6363
<scope>test</scope>
6464
</dependency>

elide-datastore/elide-datastore-hibernate3/pom.xml

Lines changed: 5 additions & 5 deletions
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>5.0.0-pr29</version>
17+
<version>5.0.0-pr30-SNAPSHOT</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>5.0.0-pr29</tag>
38+
<tag>HEAD</tag>
3939
</scm>
4040

4141
<properties>
@@ -52,19 +52,19 @@
5252
<dependency>
5353
<groupId>com.yahoo.elide</groupId>
5454
<artifactId>elide-datastore-hibernate</artifactId>
55-
<version>5.0.0-pr29</version>
55+
<version>5.0.0-pr30-SNAPSHOT</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.yahoo.elide</groupId>
5959
<artifactId>elide-datastore-hibernate</artifactId>
60-
<version>5.0.0-pr29</version>
60+
<version>5.0.0-pr30-SNAPSHOT</version>
6161
<type>test-jar</type>
6262
<scope>test</scope>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.yahoo.elide</groupId>
6666
<artifactId>elide-integration-tests</artifactId>
67-
<version>5.0.0-pr29</version>
67+
<version>5.0.0-pr30-SNAPSHOT</version>
6868
<type>test-jar</type>
6969
<scope>test</scope>
7070
</dependency>

elide-datastore/elide-datastore-hibernate5/pom.xml

Lines changed: 5 additions & 5 deletions
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>5.0.0-pr29</version>
17+
<version>5.0.0-pr30-SNAPSHOT</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>5.0.0-pr29</tag>
38+
<tag>HEAD</tag>
3939
</scm>
4040
<properties>
4141
<excludeTags>excludeOnHibernate5</excludeTags>
@@ -51,19 +51,19 @@
5151
<dependency>
5252
<groupId>com.yahoo.elide</groupId>
5353
<artifactId>elide-datastore-hibernate</artifactId>
54-
<version>5.0.0-pr29</version>
54+
<version>5.0.0-pr30-SNAPSHOT</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.yahoo.elide</groupId>
5858
<artifactId>elide-datastore-hibernate</artifactId>
59-
<version>5.0.0-pr29</version>
59+
<version>5.0.0-pr30-SNAPSHOT</version>
6060
<type>test-jar</type>
6161
<scope>test</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.yahoo.elide</groupId>
6565
<artifactId>elide-integration-tests</artifactId>
66-
<version>5.0.0-pr29</version>
66+
<version>5.0.0-pr30-SNAPSHOT</version>
6767
<type>test-jar</type>
6868
<scope>test</scope>
6969
</dependency>

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

Lines changed: 3 additions & 3 deletions
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>5.0.0-pr29</version>
17+
<version>5.0.0-pr30-SNAPSHOT</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>5.0.0-pr29</tag>
38+
<tag>HEAD</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>5.0.0-pr29</version>
55+
<version>5.0.0-pr30-SNAPSHOT</version>
5656
<type>test-jar</type>
5757
<scope>test</scope>
5858
</dependency>

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

Lines changed: 4 additions & 4 deletions
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>5.0.0-pr29</version>
17+
<version>5.0.0-pr30-SNAPSHOT</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>5.0.0-pr29</tag>
38+
<tag>HEAD</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>5.0.0-pr29</version>
55+
<version>5.0.0-pr30-SNAPSHOT</version>
5656
</dependency>
5757

5858
<!-- JPA -->
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.yahoo.elide</groupId>
7777
<artifactId>elide-integration-tests</artifactId>
78-
<version>5.0.0-pr29</version>
78+
<version>5.0.0-pr30-SNAPSHOT</version>
7979
<type>test-jar</type>
8080
<scope>test</scope>
8181
</dependency>

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

Lines changed: 5 additions & 5 deletions
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>5.0.0-pr29</version>
13+
<version>5.0.0-pr30-SNAPSHOT</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>5.0.0-pr29</tag>
34+
<tag>HEAD</tag>
3535
</scm>
3636

3737
<properties>
@@ -47,19 +47,19 @@
4747
<dependency>
4848
<groupId>com.yahoo.elide</groupId>
4949
<artifactId>elide-datastore-inmemorydb</artifactId>
50-
<version>5.0.0-pr29</version>
50+
<version>5.0.0-pr30-SNAPSHOT</version>
5151
<scope>test</scope>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.yahoo.elide</groupId>
5555
<artifactId>elide-datastore-hibernate5</artifactId>
56-
<version>5.0.0-pr29</version>
56+
<version>5.0.0-pr30-SNAPSHOT</version>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.yahoo.elide</groupId>
6161
<artifactId>elide-integration-tests</artifactId>
62-
<version>5.0.0-pr29</version>
62+
<version>5.0.0-pr30-SNAPSHOT</version>
6363
<type>test-jar</type>
6464
<scope>test</scope>
6565
</dependency>

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

Lines changed: 2 additions & 2 deletions
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>5.0.0-pr29</version>
9+
<version>5.0.0-pr30-SNAPSHOT</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>5.0.0-pr29</tag>
30+
<tag>HEAD</tag>
3131
</scm>
3232

3333
<dependencies>

0 commit comments

Comments
 (0)