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
  • Loading branch information
laeubi committed Jan 5, 2025
1 parent 0723090 commit 39c7c2f
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 39c7c2f

Please sign in to comment.