|
24 | 24 | <parent>
|
25 | 25 | <groupId>org.apache.plc4x</groupId>
|
26 | 26 | <artifactId>plc4x-code-generation</artifactId>
|
27 |
| - <version>0.11.0-SNAPSHOT</version> |
| 27 | + <version>0.11.0</version> |
28 | 28 | </parent>
|
29 | 29 |
|
30 | 30 | <artifactId>plc4x-code-generation-language-java</artifactId>
|
|
81 | 81 | <dependency>
|
82 | 82 | <groupId>org.apache.plc4x</groupId>
|
83 | 83 | <artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
|
84 |
| - <version>0.11.0-SNAPSHOT</version> |
| 84 | + <version>0.11.0</version> |
85 | 85 | </dependency>
|
86 | 86 | <dependency>
|
87 | 87 | <groupId>org.apache.plc4x</groupId>
|
88 | 88 | <artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
|
89 |
| - <version>0.11.0-SNAPSHOT</version> |
| 89 | + <version>0.11.0</version> |
90 | 90 | </dependency>
|
91 | 91 |
|
92 | 92 | <dependency>
|
|
111 | 111 | <dependency>
|
112 | 112 | <groupId>org.apache.plc4x</groupId>
|
113 | 113 | <artifactId>plc4j-api</artifactId>
|
114 |
| - <version>0.11.0-SNAPSHOT</version> |
| 114 | + <version>0.11.0</version> |
115 | 115 | <scope>test</scope>
|
116 | 116 | </dependency>
|
117 | 117 | <dependency>
|
118 | 118 | <groupId>org.apache.plc4x</groupId>
|
119 | 119 | <artifactId>plc4j-spi</artifactId>
|
120 |
| - <version>0.11.0-SNAPSHOT</version> |
| 120 | + <version>0.11.0</version> |
121 | 121 | <scope>test</scope>
|
122 | 122 | </dependency>
|
123 | 123 | <dependency>
|
124 | 124 | <groupId>org.apache.plc4x</groupId>
|
125 | 125 | <artifactId>plc4j-transport-tcp</artifactId>
|
126 |
| - <version>0.11.0-SNAPSHOT</version> |
| 126 | + <version>0.11.0</version> |
127 | 127 | <scope>test</scope>
|
128 | 128 | </dependency>
|
129 | 129 | <dependency>
|
130 | 130 | <groupId>org.apache.plc4x</groupId>
|
131 | 131 | <artifactId>plc4j-utils-test-utils</artifactId>
|
132 |
| - <version>0.11.0-SNAPSHOT</version> |
| 132 | + <version>0.11.0</version> |
133 | 133 | <scope>test</scope>
|
134 | 134 | </dependency>
|
135 | 135 | <dependency>
|
136 | 136 | <groupId>org.apache.plc4x</groupId>
|
137 | 137 | <artifactId>plc4x-code-generation-protocol-test</artifactId>
|
138 |
| - <version>0.11.0-SNAPSHOT</version> |
| 138 | + <version>0.11.0</version> |
139 | 139 | <scope>test</scope>
|
140 | 140 | </dependency>
|
141 | 141 | <dependency>
|
142 | 142 | <groupId>org.apache.plc4x</groupId>
|
143 | 143 | <artifactId>plc4x-code-generation-protocol-test</artifactId>
|
144 |
| - <version>0.11.0-SNAPSHOT</version> |
| 144 | + <version>0.11.0</version> |
145 | 145 | <classifier>tests</classifier>
|
146 | 146 | <type>test-jar</type>
|
147 | 147 | <scope>test</scope>
|
|
0 commit comments