|
33 | 33 |
|
34 | 34 | <properties>
|
35 | 35 | <app.main.class>org.apache.plc4x.java.opcuaserver.OPCUAServer</app.main.class>
|
36 |
| - <plc4x.version>${project.version}</plc4x.version> |
37 | 36 | <guava.version>30.0-jre</guava.version>
|
38 | 37 | </properties>
|
39 | 38 |
|
|
99 | 98 | <dependency>
|
100 | 99 | <groupId>org.apache.plc4x</groupId>
|
101 | 100 | <artifactId>plc4j-api</artifactId>
|
102 |
| - <version>${plc4x.version}</version> |
| 101 | + <version>0.8.0-SNAPSHOT</version> |
103 | 102 | </dependency>
|
104 | 103 |
|
105 | 104 | <dependency>
|
106 | 105 | <groupId>org.apache.plc4x</groupId>
|
107 | 106 | <artifactId>plc4j-connection-pool</artifactId>
|
108 |
| - <version>${plc4x.version}</version> |
| 107 | + <version>0.8.0-SNAPSHOT</version> |
109 | 108 | </dependency>
|
110 | 109 |
|
111 | 110 | <!-- Include all drivers -->
|
112 | 111 | <dependency>
|
113 | 112 | <groupId>org.apache.plc4x</groupId>
|
114 | 113 | <artifactId>plc4j-driver-ab-eth</artifactId>
|
115 |
| - <version>${plc4x.version}</version> |
| 114 | + <version>0.8.0-SNAPSHOT</version> |
116 | 115 | <scope>runtime</scope>
|
117 | 116 | </dependency>
|
118 | 117 | <dependency>
|
119 | 118 | <groupId>org.apache.plc4x</groupId>
|
120 | 119 | <artifactId>plc4j-driver-ads</artifactId>
|
121 |
| - <version>${plc4x.version}</version> |
| 120 | + <version>0.8.0-SNAPSHOT</version> |
122 | 121 | <scope>runtime</scope>
|
123 | 122 | </dependency>
|
124 | 123 | <dependency>
|
125 | 124 | <groupId>org.apache.plc4x</groupId>
|
126 | 125 | <artifactId>plc4j-driver-canopen</artifactId>
|
127 |
| - <version>${plc4x.version}</version> |
| 126 | + <version>0.8.0-SNAPSHOT</version> |
128 | 127 | <scope>runtime</scope>
|
129 | 128 | </dependency>
|
130 | 129 | <dependency>
|
131 | 130 | <groupId>org.apache.plc4x</groupId>
|
132 | 131 | <artifactId>plc4j-driver-eip</artifactId>
|
133 |
| - <version>${plc4x.version}</version> |
| 132 | + <version>0.8.0-SNAPSHOT</version> |
134 | 133 | <scope>runtime</scope>
|
135 | 134 | </dependency>
|
136 | 135 | <dependency>
|
137 | 136 | <groupId>org.apache.plc4x</groupId>
|
138 | 137 | <artifactId>plc4j-driver-firmata</artifactId>
|
139 |
| - <version>${plc4x.version}</version> |
| 138 | + <version>0.8.0-SNAPSHOT</version> |
140 | 139 | <scope>runtime</scope>
|
141 | 140 | </dependency>
|
142 | 141 | <dependency>
|
143 | 142 | <groupId>org.apache.plc4x</groupId>
|
144 | 143 | <artifactId>plc4j-driver-knxnetip</artifactId>
|
145 |
| - <version>${plc4x.version}</version> |
| 144 | + <version>0.8.0-SNAPSHOT</version> |
146 | 145 | <scope>runtime</scope>
|
147 | 146 | </dependency>
|
148 | 147 | <dependency>
|
149 | 148 | <groupId>org.apache.plc4x</groupId>
|
150 | 149 | <artifactId>plc4j-driver-modbus</artifactId>
|
151 |
| - <version>${plc4x.version}</version> |
| 150 | + <version>0.8.0-SNAPSHOT</version> |
152 | 151 | <scope>runtime</scope>
|
153 | 152 | </dependency>
|
154 | 153 | <dependency>
|
155 | 154 | <groupId>org.apache.plc4x</groupId>
|
156 | 155 | <artifactId>plc4j-driver-opcua</artifactId>
|
157 |
| - <version>${plc4x.version}</version> |
| 156 | + <version>0.8.0-SNAPSHOT</version> |
158 | 157 | <scope>runtime</scope>
|
159 | 158 | </dependency>
|
160 | 159 | <dependency>
|
161 | 160 | <groupId>org.apache.plc4x</groupId>
|
162 | 161 | <artifactId>plc4j-driver-s7</artifactId>
|
163 |
| - <version>${plc4x.version}</version> |
| 162 | + <version>0.8.0-SNAPSHOT</version> |
164 | 163 | <scope>runtime</scope>
|
165 | 164 | </dependency>
|
166 | 165 | <dependency>
|
167 | 166 | <groupId>org.apache.plc4x</groupId>
|
168 | 167 | <artifactId>plc4j-driver-simulated</artifactId>
|
169 |
| - <version>${plc4x.version}</version> |
| 168 | + <version>0.8.0-SNAPSHOT</version> |
170 | 169 | <scope>runtime</scope>
|
171 | 170 | </dependency>
|
172 | 171 |
|
|
0 commit comments