|
23 | 23 | <parent>
|
24 | 24 | <groupId>org.apache.plc4x</groupId>
|
25 | 25 | <artifactId>plc4j-drivers</artifactId>
|
26 |
| - <version>0.8.0-SNAPSHOT</version> |
| 26 | + <version>0.8.0</version> |
27 | 27 | </parent>
|
28 | 28 |
|
29 | 29 | <artifactId>plc4j-driver-ads</artifactId>
|
|
126 | 126 | <dependency>
|
127 | 127 | <groupId>org.apache.plc4x</groupId>
|
128 | 128 | <artifactId>plc4j-api</artifactId>
|
129 |
| - <version>0.8.0-SNAPSHOT</version> |
| 129 | + <version>0.8.0</version> |
130 | 130 | </dependency>
|
131 | 131 |
|
132 | 132 | <dependency>
|
133 | 133 | <groupId>org.apache.plc4x</groupId>
|
134 | 134 | <artifactId>plc4j-spi</artifactId>
|
135 |
| - <version>0.8.0-SNAPSHOT</version> |
| 135 | + <version>0.8.0</version> |
136 | 136 | </dependency>
|
137 | 137 |
|
138 | 138 | <dependency>
|
139 | 139 | <groupId>org.apache.plc4x</groupId>
|
140 | 140 | <artifactId>plc4j-transport-tcp</artifactId>
|
141 |
| - <version>0.8.0-SNAPSHOT</version> |
| 141 | + <version>0.8.0</version> |
142 | 142 | </dependency>
|
143 | 143 | <dependency>
|
144 | 144 | <groupId>org.apache.plc4x</groupId>
|
145 | 145 | <artifactId>plc4j-transport-serial</artifactId>
|
146 |
| - <version>0.8.0-SNAPSHOT</version> |
| 146 | + <version>0.8.0</version> |
147 | 147 | </dependency>
|
148 | 148 |
|
149 | 149 | <dependency>
|
|
173 | 173 | <dependency>
|
174 | 174 | <groupId>org.apache.plc4x</groupId>
|
175 | 175 | <artifactId>plc4j-utils-test-utils</artifactId>
|
176 |
| - <version>0.8.0-SNAPSHOT</version> |
| 176 | + <version>0.8.0</version> |
177 | 177 | <scope>test</scope>
|
178 | 178 | </dependency>
|
179 | 179 | <dependency>
|
|
185 | 185 | <dependency>
|
186 | 186 | <groupId>org.apache.plc4x</groupId>
|
187 | 187 | <artifactId>plc4x-protocols-ads</artifactId>
|
188 |
| - <version>0.8.0-SNAPSHOT</version> |
| 188 | + <version>0.8.0</version> |
189 | 189 | <!-- Scope is 'provided' as this way it's not shipped with the driver -->
|
190 | 190 | <scope>provided</scope>
|
191 | 191 | </dependency>
|
192 | 192 | <dependency>
|
193 | 193 | <groupId>org.apache.plc4x</groupId>
|
194 | 194 | <artifactId>plc4x-build-utils-language-java</artifactId>
|
195 |
| - <version>0.8.0-SNAPSHOT</version> |
| 195 | + <version>0.8.0</version> |
196 | 196 | <!-- Scope is 'provided' as this way it's not shipped with the driver -->
|
197 | 197 | <scope>provided</scope>
|
198 | 198 | </dependency>
|
199 | 199 | <dependency>
|
200 | 200 | <groupId>org.apache.plc4x</groupId>
|
201 | 201 | <artifactId>plc4x-protocols-ads</artifactId>
|
202 |
| - <version>0.8.0-SNAPSHOT</version> |
| 202 | + <version>0.8.0</version> |
203 | 203 | <classifier>tests</classifier>
|
204 | 204 | <type>test-jar</type>
|
205 | 205 | <scope>test</scope>
|
|
0 commit comments