|
24 | 24 | <parent> |
25 | 25 | <groupId>org.apache.plc4x</groupId> |
26 | 26 | <artifactId>plc4x-code-generation-language</artifactId> |
27 | | - <version>0.13.1-SNAPSHOT</version> |
| 27 | + <version>0.13.1</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>2025-08-23T06:48:10Z</project.build.outputTimestamp> |
| 36 | + <project.build.outputTimestamp>2025-08-24T18:14:38Z</project.build.outputTimestamp> |
37 | 37 | </properties> |
38 | 38 |
|
39 | 39 | <build> |
|
95 | 95 | <dependency> |
96 | 96 | <groupId>org.apache.plc4x</groupId> |
97 | 97 | <artifactId>plc4x-code-generation-language-base-freemarker</artifactId> |
98 | | - <version>0.13.1-SNAPSHOT</version> |
| 98 | + <version>0.13.1</version> |
99 | 99 | </dependency> |
100 | 100 | <dependency> |
101 | 101 | <groupId>org.apache.plc4x</groupId> |
102 | 102 | <artifactId>plc4x-code-generation-protocol-base-mspec</artifactId> |
103 | | - <version>0.13.1-SNAPSHOT</version> |
| 103 | + <version>0.13.1</version> |
104 | 104 | </dependency> |
105 | 105 |
|
106 | 106 | <dependency> |
|
125 | 125 | <dependency> |
126 | 126 | <groupId>org.apache.plc4x</groupId> |
127 | 127 | <artifactId>plc4j-api</artifactId> |
128 | | - <version>0.13.1-SNAPSHOT</version> |
| 128 | + <version>0.13.1</version> |
129 | 129 | <scope>test</scope> |
130 | 130 | </dependency> |
131 | 131 | <dependency> |
132 | 132 | <groupId>org.apache.plc4x</groupId> |
133 | 133 | <artifactId>plc4j-spi</artifactId> |
134 | | - <version>0.13.1-SNAPSHOT</version> |
| 134 | + <version>0.13.1</version> |
135 | 135 | <scope>test</scope> |
136 | 136 | </dependency> |
137 | 137 | <dependency> |
138 | 138 | <groupId>org.apache.plc4x</groupId> |
139 | 139 | <artifactId>plc4j-transport-tcp</artifactId> |
140 | | - <version>0.13.1-SNAPSHOT</version> |
| 140 | + <version>0.13.1</version> |
141 | 141 | <scope>test</scope> |
142 | 142 | </dependency> |
143 | 143 | <dependency> |
144 | 144 | <groupId>org.apache.plc4x</groupId> |
145 | 145 | <artifactId>plc4j-utils-test-utils</artifactId> |
146 | | - <version>0.13.1-SNAPSHOT</version> |
| 146 | + <version>0.13.1</version> |
147 | 147 | <scope>test</scope> |
148 | 148 | </dependency> |
149 | 149 | <dependency> |
150 | 150 | <groupId>org.apache.plc4x</groupId> |
151 | 151 | <artifactId>plc4x-code-generation-protocol-test</artifactId> |
152 | | - <version>0.13.1-SNAPSHOT</version> |
| 152 | + <version>0.13.1</version> |
153 | 153 | <scope>test</scope> |
154 | 154 | </dependency> |
155 | 155 | <dependency> |
156 | 156 | <groupId>org.apache.plc4x</groupId> |
157 | 157 | <artifactId>plc4x-code-generation-protocol-test</artifactId> |
158 | | - <version>0.13.1-SNAPSHOT</version> |
| 158 | + <version>0.13.1</version> |
159 | 159 | <classifier>tests</classifier> |
160 | 160 | <type>test-jar</type> |
161 | 161 | <scope>test</scope> |
|
0 commit comments