Skip to content

Commit 40b259c

Browse files
author
Aaron Klish
committed
[maven-release-plugin] prepare for next development iteration
1 parent bc54f9e commit 40b259c

File tree

23 files changed

+96
-96
lines changed

23 files changed

+96
-96
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.12</version>
17+
<version>5.0.13-SNAPSHOT</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>5.0.12</tag>
43+
<tag>HEAD</tag>
4444
</scm>
4545

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

5353
<!-- JPA -->

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.12</version>
17+
<version>5.0.13-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.12</tag>
43+
<tag>HEAD</tag>
4444
</scm>
4545

4646
<dependencies>

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.12</version>
17+
<version>5.0.13-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.12</tag>
38+
<tag>HEAD</tag>
3939
</scm>
4040

4141
<properties>
@@ -46,31 +46,31 @@
4646
<dependency>
4747
<groupId>com.yahoo.elide</groupId>
4848
<artifactId>elide-core</artifactId>
49-
<version>5.0.12</version>
49+
<version>5.0.13-SNAPSHOT</version>
5050
</dependency>
5151

5252
<dependency>
5353
<groupId>com.yahoo.elide</groupId>
5454
<artifactId>elide-datastore-jpa</artifactId>
55-
<version>5.0.12</version>
55+
<version>5.0.13-SNAPSHOT</version>
5656
</dependency>
5757

5858
<dependency>
5959
<groupId>com.yahoo.elide</groupId>
6060
<artifactId>elide-graphql</artifactId>
61-
<version>5.0.12</version>
61+
<version>5.0.13-SNAPSHOT</version>
6262
</dependency>
6363

6464
<dependency>
6565
<groupId>com.yahoo.elide</groupId>
6666
<artifactId>elide-datastore-multiplex</artifactId>
67-
<version>5.0.12</version>
67+
<version>5.0.13-SNAPSHOT</version>
6868
</dependency>
6969

7070
<dependency>
7171
<groupId>com.yahoo.elide</groupId>
7272
<artifactId>elide-model-config</artifactId>
73-
<version>5.0.12</version>
73+
<version>5.0.13-SNAPSHOT</version>
7474
</dependency>
7575

7676
<dependency>
@@ -184,7 +184,7 @@
184184
<dependency>
185185
<groupId>com.yahoo.elide</groupId>
186186
<artifactId>elide-integration-tests</artifactId>
187-
<version>5.0.12</version>
187+
<version>5.0.13-SNAPSHOT</version>
188188
<scope>test</scope>
189189
<type>test-jar</type>
190190
</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.12</version>
17+
<version>5.0.13-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.12</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.12</version>
61+
<version>5.0.13-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.12</version>
17+
<version>5.0.13-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.12</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.12</version>
55+
<version>5.0.13-SNAPSHOT</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.yahoo.elide</groupId>
5959
<artifactId>elide-datastore-hibernate</artifactId>
60-
<version>5.0.12</version>
60+
<version>5.0.13-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.12</version>
67+
<version>5.0.13-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.12</version>
17+
<version>5.0.13-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.12</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.12</version>
54+
<version>5.0.13-SNAPSHOT</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.yahoo.elide</groupId>
5858
<artifactId>elide-datastore-hibernate</artifactId>
59-
<version>5.0.12</version>
59+
<version>5.0.13-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.12</version>
66+
<version>5.0.13-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.12</version>
17+
<version>5.0.13-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.12</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.12</version>
55+
<version>5.0.13-SNAPSHOT</version>
5656
<type>test-jar</type>
5757
<scope>test</scope>
5858
</dependency>

elide-datastore/elide-datastore-jms/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.12</version>
9+
<version>5.0.13-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.12</tag>
30+
<tag>HEAD</tag>
3131
</scm>
3232

3333
<dependencies>

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.12</version>
17+
<version>5.0.13-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.12</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.12</version>
55+
<version>5.0.13-SNAPSHOT</version>
5656
</dependency>
5757

5858
<!-- JPA -->
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.yahoo.elide</groupId>
7676
<artifactId>elide-integration-tests</artifactId>
77-
<version>5.0.12</version>
77+
<version>5.0.13-SNAPSHOT</version>
7878
<type>test-jar</type>
7979
<scope>test</scope>
8080
</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.12</version>
13+
<version>5.0.13-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.12</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.12</version>
50+
<version>5.0.13-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.12</version>
56+
<version>5.0.13-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.12</version>
62+
<version>5.0.13-SNAPSHOT</version>
6363
<type>test-jar</type>
6464
<scope>test</scope>
6565
</dependency>

0 commit comments

Comments
 (0)