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