Skip to content

Commit

Permalink
Cuneiform release published.
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Jan 5, 2016
1 parent 8ff34c7 commit a6a695f
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cuneiform-addons/cuneiform-cfide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.hu-berlin.wbi.cuneiform</groupId>
<artifactId>cuneiform-addons</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RELEASE</version>
</parent>
<artifactId>cuneiform-cfide</artifactId>
<name>cuneiform-cfide</name>
Expand Down
2 changes: 1 addition & 1 deletion cuneiform-addons/cuneiform-dax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.hu-berlin.wbi.cuneiform</groupId>
<artifactId>cuneiform-addons</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RELEASE</version>
</parent>
<artifactId>cuneiform-dax</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion cuneiform-addons/cuneiform-htcondorcre/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.hu-berlin.wbi.cuneiform</groupId>
<artifactId>cuneiform-addons</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RELEASE</version>
</parent>
<artifactId>cuneiform-htcondorcre</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion cuneiform-addons/cuneiform-logview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.hu-berlin.wbi.cuneiform</groupId>
<artifactId>cuneiform-addons</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RELEASE</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion cuneiform-addons/cuneiform-starlinger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.hu-berlin.wbi.cuneiform</groupId>
<artifactId>cuneiform-addons</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RELEASE</version>
</parent>
<artifactId>cuneiform-starlinger</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion cuneiform-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.hu-berlin.wbi.cuneiform</groupId>
<artifactId>cuneiform</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RELEASE</version>
</parent>
<artifactId>cuneiform-addons</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cuneiform-cmdline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.hu-berlin.wbi.cuneiform</groupId>
<artifactId>cuneiform</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RELEASE</version>
</parent>
<artifactId>cuneiform-cmdline</artifactId>
<name>cuneiform-cmdline</name>
Expand Down
2 changes: 1 addition & 1 deletion cuneiform-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.hu-berlin.wbi.cuneiform</groupId>
<artifactId>cuneiform</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RELEASE</version>
</parent>
<artifactId>cuneiform-core</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ public abstract class BaseRepl {
public static final int CTL_QUERYSET = 4;
public static final int CTL_TICKETSET = 8;

public static final String LABEL_VERSION = "2.0.2-SNAPSHOT";
public static final String LABEL_BUILD = "2015-12-27";
public static final String LABEL_VERSION = "2.0.2-RELEASE";
public static final String LABEL_BUILD = "2016-01-05";

private final CfSemanticModelVisitor state;
private final Map<UUID,DynamicNodeVisitor> runningMap;
Expand Down
2 changes: 1 addition & 1 deletion cuneiform-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.hu-berlin.wbi.cuneiform</groupId>
<artifactId>cuneiform</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RELEASE</version>
</parent>

<artifactId>cuneiform-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.hu-berlin.wbi.cuneiform</groupId>
<artifactId>cuneiform</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RELEASE</version>
<packaging>pom</packaging>
<name>cuneiform</name>
<description>A Functional Workflow Language.
Expand Down

0 comments on commit a6a695f

Please sign in to comment.