Skip to content

Commit ecd6bc4

Browse files
committed
Push version to 2025.10.0
1 parent 2184ca0 commit ecd6bc4

File tree

7 files changed

+700
-624
lines changed

7 files changed

+700
-624
lines changed

.gradle-wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

io.openems.common/src/io/openems/common/OpenemsConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class OpenemsConstants {
3636
/**
3737
* The additional version string.
3838
*/
39-
public static final String VERSION_STRING = "SNAPSHOT";
39+
public static final String VERSION_STRING = "";
4040

4141
/**
4242
* The complete version as a SemanticVersion.

io.openems.edge.application/EdgeApp.bndrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,4 +460,4 @@
460460
org.owasp.encoder;version='[1.3.1,1.3.2)',\
461461
reactive-streams;version='[1.0.4,1.0.5)',\
462462
rrd4j;version='[3.9.0,3.9.1)',\
463-
stax2-api;version='[4.2.2,4.2.3)'
463+
stax2-api;version='[4.2.2,4.2.3)'

tools/prepare-release.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)