|
24 | 24 | <parent>
|
25 | 25 | <groupId>org.apache.plc4x</groupId>
|
26 | 26 | <artifactId>plc4x-code-generation</artifactId>
|
27 |
| - <version>0.12.0-SNAPSHOT</version> |
| 27 | + <version>0.12.0</version> |
28 | 28 | </parent>
|
29 | 29 |
|
30 | 30 | <artifactId>plc4x-code-generation-language-python</artifactId>
|
|
35 | 35 | <properties>
|
36 | 36 | <!-- Disabled for now as the python code doesn't seem to build -->
|
37 | 37 | <skip-code-generation-tests>true</skip-code-generation-tests>
|
38 |
| - <project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp> |
| 38 | + <project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp> |
39 | 39 | </properties>
|
40 | 40 |
|
41 | 41 | <build>
|
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>org.apache.plc4x</groupId>
|
91 | 91 | <artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
|
92 |
| - <version>0.12.0-SNAPSHOT</version> |
| 92 | + <version>0.12.0</version> |
93 | 93 | </dependency>
|
94 | 94 | <dependency>
|
95 | 95 | <groupId>org.apache.plc4x</groupId>
|
96 | 96 | <artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
|
97 |
| - <version>0.12.0-SNAPSHOT</version> |
| 97 | + <version>0.12.0</version> |
98 | 98 | </dependency>
|
99 | 99 |
|
100 | 100 | <dependency>
|
|
114 | 114 | <dependency>
|
115 | 115 | <groupId>org.apache.plc4x</groupId>
|
116 | 116 | <artifactId>plc4j-api</artifactId>
|
117 |
| - <version>0.12.0-SNAPSHOT</version> |
| 117 | + <version>0.12.0</version> |
118 | 118 | <scope>test</scope>
|
119 | 119 | </dependency>
|
120 | 120 | <dependency>
|
121 | 121 | <groupId>org.apache.plc4x</groupId>
|
122 | 122 | <artifactId>plc4j-spi</artifactId>
|
123 |
| - <version>0.12.0-SNAPSHOT</version> |
| 123 | + <version>0.12.0</version> |
124 | 124 | <scope>test</scope>
|
125 | 125 | </dependency>
|
126 | 126 | <dependency>
|
127 | 127 | <groupId>org.apache.plc4x</groupId>
|
128 | 128 | <artifactId>plc4j-transport-tcp</artifactId>
|
129 |
| - <version>0.12.0-SNAPSHOT</version> |
| 129 | + <version>0.12.0</version> |
130 | 130 | <scope>test</scope>
|
131 | 131 | </dependency>
|
132 | 132 | <dependency>
|
133 | 133 | <groupId>org.apache.plc4x</groupId>
|
134 | 134 | <artifactId>plc4j-utils-test-utils</artifactId>
|
135 |
| - <version>0.12.0-SNAPSHOT</version> |
| 135 | + <version>0.12.0</version> |
136 | 136 | <scope>test</scope>
|
137 | 137 | </dependency>
|
138 | 138 | <dependency>
|
139 | 139 | <groupId>org.apache.plc4x</groupId>
|
140 | 140 | <artifactId>plc4x-code-generation-protocol-test</artifactId>
|
141 |
| - <version>0.12.0-SNAPSHOT</version> |
| 141 | + <version>0.12.0</version> |
142 | 142 | <scope>test</scope>
|
143 | 143 | </dependency>
|
144 | 144 | <dependency>
|
145 | 145 | <groupId>org.apache.plc4x</groupId>
|
146 | 146 | <artifactId>plc4x-code-generation-protocol-test</artifactId>
|
147 |
| - <version>0.12.0-SNAPSHOT</version> |
| 147 | + <version>0.12.0</version> |
148 | 148 | <classifier>tests</classifier>
|
149 | 149 | <type>test-jar</type>
|
150 | 150 | <scope>test</scope>
|
|
0 commit comments