|
3 | 3 | <parent> |
4 | 4 | <artifactId>slib-parent</artifactId> |
5 | 5 | <groupId>com.github.sharispe</groupId> |
6 | | - <version>0.9</version> |
| 6 | + <version>0.10-SNAPSHOT</version> |
7 | 7 | <relativePath>../slib-parent</relativePath> |
8 | 8 | </parent> |
9 | 9 |
|
|
105 | 105 | <dependency> |
106 | 106 | <groupId>com.github.sharispe</groupId> |
107 | 107 | <artifactId>slib-utils</artifactId> |
108 | | - <version>0.9</version> |
| 108 | + <version>0.10-SNAPSHOT</version> |
109 | 109 | </dependency> |
110 | 110 | <dependency> |
111 | 111 | <groupId>com.github.sharispe</groupId> |
112 | 112 | <artifactId>slib-graph-model</artifactId> |
113 | | - <version>0.9</version> |
| 113 | + <version>0.10-SNAPSHOT</version> |
114 | 114 | </dependency> |
115 | 115 | <dependency> |
116 | 116 | <groupId>com.github.sharispe</groupId> |
117 | 117 | <artifactId>slib-graph-algo</artifactId> |
118 | | - <version>0.9</version> |
| 118 | + <version>0.10-SNAPSHOT</version> |
119 | 119 | </dependency> |
120 | 120 | <dependency> |
121 | 121 | <groupId>com.github.sharispe</groupId> |
122 | 122 | <artifactId>slib-graph-model-impl</artifactId> |
123 | | - <version>0.9</version> |
| 123 | + <version>0.10-SNAPSHOT</version> |
124 | 124 | </dependency> |
125 | 125 | <dependency> |
126 | 126 | <groupId>com.github.sharispe</groupId> |
127 | 127 | <artifactId>slib-indexer</artifactId> |
128 | | - <version>0.9</version> |
| 128 | + <version>0.10-SNAPSHOT</version> |
129 | 129 | </dependency> |
130 | 130 | <dependency> |
131 | 131 | <groupId>com.github.sharispe</groupId> |
132 | 132 | <artifactId>slib-sml</artifactId> |
133 | | - <version>0.9</version> |
| 133 | + <version>0.10-SNAPSHOT</version> |
134 | 134 | </dependency> |
135 | 135 | <dependency> |
136 | 136 | <groupId>com.github.sharispe</groupId> |
137 | 137 | <artifactId>slib-graph-io</artifactId> |
138 | | - <version>0.9</version> |
| 138 | + <version>0.10-SNAPSHOT</version> |
139 | 139 | </dependency> |
140 | 140 | <dependency> |
141 | 141 | <groupId>com.github.sharispe</groupId> |
142 | 142 | <artifactId>slib-tools-sml-toolkit</artifactId> |
143 | | - <version>0.9</version> |
| 143 | + <version>0.10-SNAPSHOT</version> |
144 | 144 | </dependency> |
145 | 145 | </dependencies> |
146 | 146 | </project> |
0 commit comments