|
17 | 17 | limitations under the License.
|
18 | 18 |
|
19 | 19 | -->
|
20 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 20 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 21 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
21 | 22 |
|
22 | 23 | <modelVersion>4.0.0</modelVersion>
|
23 | 24 |
|
24 | 25 | <parent>
|
25 | 26 | <groupId>org.apache.plc4x</groupId>
|
26 | 27 | <artifactId>integrations</artifactId>
|
27 |
| - <version>0.1.0</version> |
| 28 | + <version>0.0.1-SNAPSHOT</version> |
28 | 29 | </parent>
|
29 | 30 |
|
30 | 31 | <artifactId>apache-camel</artifactId>
|
|
39 | 40 | <dependency>
|
40 | 41 | <groupId>org.apache.plc4x</groupId>
|
41 | 42 | <artifactId>plc4j-api</artifactId>
|
42 |
| - <version>0.1.0</version> |
| 43 | + <version>0.0.1-SNAPSHOT</version> |
43 | 44 | </dependency>
|
44 | 45 | <!-- need plc4j-core if we need to use PlcDriverManager -->
|
45 | 46 | <dependency>
|
46 | 47 | <groupId>org.apache.plc4x</groupId>
|
47 | 48 | <artifactId>plc4j-core</artifactId>
|
48 |
| - <version>0.1.0</version> |
| 49 | + <version>0.0.1-SNAPSHOT</version> |
49 | 50 | </dependency>
|
50 | 51 |
|
51 | 52 | <dependency>
|
|
89 | 90 | <dependency>
|
90 | 91 | <groupId>org.apache.plc4x</groupId>
|
91 | 92 | <artifactId>plc4j-protocol-driver-base</artifactId>
|
92 |
| - <version>0.1.0</version> |
| 93 | + <version>0.0.1-SNAPSHOT</version> |
93 | 94 | <scope>test</scope>
|
94 | 95 | </dependency>
|
95 | 96 | <dependency>
|
96 | 97 | <groupId>org.apache.plc4x</groupId>
|
97 | 98 | <artifactId>plc4j-protocol-ads</artifactId>
|
98 |
| - <version>0.1.0</version> |
| 99 | + <version>0.0.1-SNAPSHOT</version> |
99 | 100 | <scope>test</scope>
|
100 | 101 | </dependency>
|
101 | 102 | </dependencies>
|
|
0 commit comments