Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdzio committed Mar 8, 2020
1 parent aa610fb commit a74c199
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
21 changes: 11 additions & 10 deletions ccu-historian/CCU-Historian.launch
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/ccu-historian/src/mdz/ccuhistorian/Main.groovy"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="mdz.ccuhistorian.Main"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-loglevel all"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="ccu-historian"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:ccu-historian/run}"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/ccu-historian/src/mdz/ccuhistorian/Main.groovy"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="mdz.ccuhistorian.Main"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-loglevel all"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="ccu-historian"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:ccu-historian/run}"/>
</launchConfiguration>
2 changes: 1 addition & 1 deletion ccu-historian/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# version of this build
version=2.4.0-beta.1
version=2.4.0-beta.2
2 changes: 1 addition & 1 deletion ccu-historian/src/mdz/ccuhistorian/Main.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import mdz.hc.persistence.Storage

class Main {

public static String version='2.4.0-beta.1'
public static String version='2.4.0-beta.2'

private static final Logger log=Logger.getLogger(Main.class.name)
private static Main main
Expand Down

0 comments on commit a74c199

Please sign in to comment.