Skip to content

Commit 09e9575

Browse files
chore: fix wrong refactoring
1 parent dfef944 commit 09e9575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/ch/sbb/polarion/extension/generic/util/VersionUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@UtilityClass
1515
public class VersionUtils {
1616

17-
private static final String GENERIC_PROPERTIES_FILE = "src/main/resources-filtered/generic.properties";
17+
private static final String GENERIC_PROPERTIES_FILE = "generic.properties";
1818

1919
public static final String BUNDLE_NAME = "Bundle-Name";
2020
public static final String BUNDLE_VENDOR = "Bundle-Vendor";

0 commit comments

Comments
 (0)