Skip to content

Commit 2ffc5d2

Browse files
committed
- Made the versions safe for release
1 parent 4f72d49 commit 2ffc5d2

File tree

1 file changed

+12
-13
lines changed
  • plc4j/integrations/opcua-server

1 file changed

+12
-13
lines changed

plc4j/integrations/opcua-server/pom.xml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
<properties>
3535
<app.main.class>org.apache.plc4x.java.opcuaserver.OPCUAServer</app.main.class>
36-
<plc4x.version>${project.version}</plc4x.version>
3736
<guava.version>30.0-jre</guava.version>
3837
</properties>
3938

@@ -99,74 +98,74 @@
9998
<dependency>
10099
<groupId>org.apache.plc4x</groupId>
101100
<artifactId>plc4j-api</artifactId>
102-
<version>${plc4x.version}</version>
101+
<version>0.8.0-SNAPSHOT</version>
103102
</dependency>
104103

105104
<dependency>
106105
<groupId>org.apache.plc4x</groupId>
107106
<artifactId>plc4j-connection-pool</artifactId>
108-
<version>${plc4x.version}</version>
107+
<version>0.8.0-SNAPSHOT</version>
109108
</dependency>
110109

111110
<!-- Include all drivers -->
112111
<dependency>
113112
<groupId>org.apache.plc4x</groupId>
114113
<artifactId>plc4j-driver-ab-eth</artifactId>
115-
<version>${plc4x.version}</version>
114+
<version>0.8.0-SNAPSHOT</version>
116115
<scope>runtime</scope>
117116
</dependency>
118117
<dependency>
119118
<groupId>org.apache.plc4x</groupId>
120119
<artifactId>plc4j-driver-ads</artifactId>
121-
<version>${plc4x.version}</version>
120+
<version>0.8.0-SNAPSHOT</version>
122121
<scope>runtime</scope>
123122
</dependency>
124123
<dependency>
125124
<groupId>org.apache.plc4x</groupId>
126125
<artifactId>plc4j-driver-canopen</artifactId>
127-
<version>${plc4x.version}</version>
126+
<version>0.8.0-SNAPSHOT</version>
128127
<scope>runtime</scope>
129128
</dependency>
130129
<dependency>
131130
<groupId>org.apache.plc4x</groupId>
132131
<artifactId>plc4j-driver-eip</artifactId>
133-
<version>${plc4x.version}</version>
132+
<version>0.8.0-SNAPSHOT</version>
134133
<scope>runtime</scope>
135134
</dependency>
136135
<dependency>
137136
<groupId>org.apache.plc4x</groupId>
138137
<artifactId>plc4j-driver-firmata</artifactId>
139-
<version>${plc4x.version}</version>
138+
<version>0.8.0-SNAPSHOT</version>
140139
<scope>runtime</scope>
141140
</dependency>
142141
<dependency>
143142
<groupId>org.apache.plc4x</groupId>
144143
<artifactId>plc4j-driver-knxnetip</artifactId>
145-
<version>${plc4x.version}</version>
144+
<version>0.8.0-SNAPSHOT</version>
146145
<scope>runtime</scope>
147146
</dependency>
148147
<dependency>
149148
<groupId>org.apache.plc4x</groupId>
150149
<artifactId>plc4j-driver-modbus</artifactId>
151-
<version>${plc4x.version}</version>
150+
<version>0.8.0-SNAPSHOT</version>
152151
<scope>runtime</scope>
153152
</dependency>
154153
<dependency>
155154
<groupId>org.apache.plc4x</groupId>
156155
<artifactId>plc4j-driver-opcua</artifactId>
157-
<version>${plc4x.version}</version>
156+
<version>0.8.0-SNAPSHOT</version>
158157
<scope>runtime</scope>
159158
</dependency>
160159
<dependency>
161160
<groupId>org.apache.plc4x</groupId>
162161
<artifactId>plc4j-driver-s7</artifactId>
163-
<version>${plc4x.version}</version>
162+
<version>0.8.0-SNAPSHOT</version>
164163
<scope>runtime</scope>
165164
</dependency>
166165
<dependency>
167166
<groupId>org.apache.plc4x</groupId>
168167
<artifactId>plc4j-driver-simulated</artifactId>
169-
<version>${plc4x.version}</version>
168+
<version>0.8.0-SNAPSHOT</version>
170169
<scope>runtime</scope>
171170
</dependency>
172171

0 commit comments

Comments
 (0)