|
24 | 24 | <parent> |
25 | 25 | <groupId>org.apache.plc4x</groupId> |
26 | 26 | <artifactId>plc4x-code-generation</artifactId> |
27 | | - <version>0.13.0-SNAPSHOT</version> |
| 27 | + <version>0.12.0-SNAPSHOT</version> |
28 | 28 | </parent> |
29 | 29 |
|
30 | 30 | <artifactId>plc4x-code-generation-language-java</artifactId> |
|
33 | 33 | <description>Code generation template for generating Java code</description> |
34 | 34 |
|
35 | 35 | <properties> |
36 | | - <project.build.outputTimestamp>2024-02-16T14:25:01Z</project.build.outputTimestamp> |
| 36 | + <project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp> |
37 | 37 | </properties> |
38 | 38 |
|
39 | 39 | <build> |
|
87 | 87 | <dependency> |
88 | 88 | <groupId>org.apache.plc4x</groupId> |
89 | 89 | <artifactId>plc4x-code-generation-language-base-freemarker</artifactId> |
90 | | - <version>0.13.0-SNAPSHOT</version> |
| 90 | + <version>0.12.0-SNAPSHOT</version> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>org.apache.plc4x</groupId> |
94 | 94 | <artifactId>plc4x-code-generation-protocol-base-mspec</artifactId> |
95 | | - <version>0.13.0-SNAPSHOT</version> |
| 95 | + <version>0.12.0-SNAPSHOT</version> |
96 | 96 | </dependency> |
97 | 97 |
|
98 | 98 | <dependency> |
|
117 | 117 | <dependency> |
118 | 118 | <groupId>org.apache.plc4x</groupId> |
119 | 119 | <artifactId>plc4j-api</artifactId> |
120 | | - <version>0.13.0-SNAPSHOT</version> |
| 120 | + <version>0.12.0-SNAPSHOT</version> |
121 | 121 | <scope>test</scope> |
122 | 122 | </dependency> |
123 | 123 | <dependency> |
124 | 124 | <groupId>org.apache.plc4x</groupId> |
125 | 125 | <artifactId>plc4j-spi</artifactId> |
126 | | - <version>0.13.0-SNAPSHOT</version> |
| 126 | + <version>0.12.0-SNAPSHOT</version> |
127 | 127 | <scope>test</scope> |
128 | 128 | </dependency> |
129 | 129 | <dependency> |
130 | 130 | <groupId>org.apache.plc4x</groupId> |
131 | 131 | <artifactId>plc4j-transport-tcp</artifactId> |
132 | | - <version>0.13.0-SNAPSHOT</version> |
| 132 | + <version>0.12.0-SNAPSHOT</version> |
133 | 133 | <scope>test</scope> |
134 | 134 | </dependency> |
135 | 135 | <dependency> |
136 | 136 | <groupId>org.apache.plc4x</groupId> |
137 | 137 | <artifactId>plc4j-utils-test-utils</artifactId> |
138 | | - <version>0.13.0-SNAPSHOT</version> |
| 138 | + <version>0.12.0-SNAPSHOT</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.13.0-SNAPSHOT</version> |
| 144 | + <version>0.12.0-SNAPSHOT</version> |
145 | 145 | <scope>test</scope> |
146 | 146 | </dependency> |
147 | 147 | <dependency> |
148 | 148 | <groupId>org.apache.plc4x</groupId> |
149 | 149 | <artifactId>plc4x-code-generation-protocol-test</artifactId> |
150 | | - <version>0.13.0-SNAPSHOT</version> |
| 150 | + <version>0.12.0-SNAPSHOT</version> |
151 | 151 | <classifier>tests</classifier> |
152 | 152 | <type>test-jar</type> |
153 | 153 | <scope>test</scope> |
|
0 commit comments