Skip to content

Commit

Permalink
Update the default DS version to 1.4
Browse files Browse the repository at this point in the history
PDE now uses 1.4 as the default DS version

(cherry picked from commit 39c7c2f)
  • Loading branch information
laeubi authored and eclipse-tycho-bot committed Jan 5, 2025
1 parent c5f6515 commit e2bceff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class DeclarativeServiceConfigurationReader {
private static final String DS_PLUGIN = "org.eclipse.tycho:tycho-ds-plugin";
public static final String DEFAULT_ENABLED = "false";
public static final String DEFAULT_ADD_TO_CLASSPATH = "true";
public static final String DEFAULT_DS_VERSION = "1.3";
public static final String DEFAULT_DS_VERSION = "1.4";
public static final String DEFAULT_PATH = "OSGI-INF";
private static final String PROPERTY_CLASSPATH = "classpath";
private static final String PROPERTY_DS_VERSION = "dsVersion";
Expand Down

0 comments on commit e2bceff

Please sign in to comment.