|
14 | 14 | <parent> |
15 | 15 | <groupId>com.yahoo.elide</groupId> |
16 | 16 | <artifactId>elide-datastore-parent-pom</artifactId> |
17 | | - <version>5.0.12</version> |
| 17 | + <version>5.0.13-SNAPSHOT</version> |
18 | 18 | </parent> |
19 | 19 |
|
20 | 20 | <licenses> |
|
35 | 35 | <scm> |
36 | 36 | < developerConnection>scm:git:ssh:// [email protected]/yahoo/elide.git</ developerConnection> |
37 | 37 | <url>https://github.com/yahoo/elide.git</url> |
38 | | - <tag>5.0.12</tag> |
| 38 | + <tag>HEAD</tag> |
39 | 39 | </scm> |
40 | 40 |
|
41 | 41 | <properties> |
|
46 | 46 | <dependency> |
47 | 47 | <groupId>com.yahoo.elide</groupId> |
48 | 48 | <artifactId>elide-core</artifactId> |
49 | | - <version>5.0.12</version> |
| 49 | + <version>5.0.13-SNAPSHOT</version> |
50 | 50 | </dependency> |
51 | 51 |
|
52 | 52 | <dependency> |
53 | 53 | <groupId>com.yahoo.elide</groupId> |
54 | 54 | <artifactId>elide-datastore-jpa</artifactId> |
55 | | - <version>5.0.12</version> |
| 55 | + <version>5.0.13-SNAPSHOT</version> |
56 | 56 | </dependency> |
57 | 57 |
|
58 | 58 | <dependency> |
59 | 59 | <groupId>com.yahoo.elide</groupId> |
60 | 60 | <artifactId>elide-graphql</artifactId> |
61 | | - <version>5.0.12</version> |
| 61 | + <version>5.0.13-SNAPSHOT</version> |
62 | 62 | </dependency> |
63 | 63 |
|
64 | 64 | <dependency> |
65 | 65 | <groupId>com.yahoo.elide</groupId> |
66 | 66 | <artifactId>elide-datastore-multiplex</artifactId> |
67 | | - <version>5.0.12</version> |
| 67 | + <version>5.0.13-SNAPSHOT</version> |
68 | 68 | </dependency> |
69 | 69 |
|
70 | 70 | <dependency> |
71 | 71 | <groupId>com.yahoo.elide</groupId> |
72 | 72 | <artifactId>elide-model-config</artifactId> |
73 | | - <version>5.0.12</version> |
| 73 | + <version>5.0.13-SNAPSHOT</version> |
74 | 74 | </dependency> |
75 | 75 |
|
76 | 76 | <dependency> |
|
184 | 184 | <dependency> |
185 | 185 | <groupId>com.yahoo.elide</groupId> |
186 | 186 | <artifactId>elide-integration-tests</artifactId> |
187 | | - <version>5.0.12</version> |
| 187 | + <version>5.0.13-SNAPSHOT</version> |
188 | 188 | <scope>test</scope> |
189 | 189 | <type>test-jar</type> |
190 | 190 | </dependency> |
|
0 commit comments