Skip to content

Commit

Permalink
Updated ER for 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Aug 1, 2018
1 parent 63c8957 commit f6f46cc
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion citation-categories/cli/run.sh
@@ -1,6 +1,6 @@
#!/bin/bash

readonly PSL_VERSION='2.2.0-SNAPSHOT'
readonly PSL_VERSION='2.1.0'
readonly JAR_PATH="./psl-cli-${PSL_VERSION}.jar"
readonly FETCH_DATA_SCRIPT='../data/fetchData.sh'
readonly BASE_NAME='citation-categories'
Expand Down
2 changes: 1 addition & 1 deletion citation-categories/groovy/pom.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.linqs</groupId>
<artifactId>psl-groovy</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
</dependencies>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion entity-resolution/cli/run.sh
@@ -1,6 +1,6 @@
#!/bin/bash

readonly PSL_VERSION='2.2.0-SNAPSHOT'
readonly PSL_VERSION='2.1.0'
readonly JAR_PATH="./psl-cli-${PSL_VERSION}.jar"
readonly FETCH_DATA_SCRIPT='../data/fetchData.sh'
readonly BASE_NAME='entity-resolution'
Expand Down
4 changes: 2 additions & 2 deletions entity-resolution/groovy/pom.xml
Expand Up @@ -9,12 +9,12 @@
<dependency>
<groupId>org.linqs</groupId>
<artifactId>psl-groovy</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.linqs</groupId>
<artifactId>psl-textsim</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion friendship/cli/run.sh
@@ -1,6 +1,6 @@
#!/bin/bash

readonly PSL_VERSION='2.2.0-SNAPSHOT'
readonly PSL_VERSION='2.1.0'
readonly JAR_PATH="./psl-cli-${PSL_VERSION}.jar"
readonly FETCH_DATA_SCRIPT='../data/fetchData.sh'
readonly BASE_NAME='friendship'
Expand Down
2 changes: 1 addition & 1 deletion friendship/groovy/pom.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.linqs</groupId>
<artifactId>psl-groovy</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
</dependencies>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion kgi/cli/run.sh
@@ -1,6 +1,6 @@
#!/bin/bash

readonly PSL_VERSION='2.2.0-SNAPSHOT'
readonly PSL_VERSION='2.1.0'
readonly JAR_PATH="./psl-cli-${PSL_VERSION}.jar"
readonly FETCH_DATA_SCRIPT='../data/fetchData.sh'
readonly BASE_NAME='kgi'
Expand Down
2 changes: 1 addition & 1 deletion kgi/groovy/pom.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.linqs</groupId>
<artifactId>psl-groovy</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
</dependencies>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion preference-prediction/cli/run.sh
@@ -1,6 +1,6 @@
#!/bin/bash

readonly PSL_VERSION='2.2.0-SNAPSHOT'
readonly PSL_VERSION='2.1.0'
readonly JAR_PATH="./psl-cli-${PSL_VERSION}.jar"
readonly FETCH_DATA_SCRIPT='../data/fetchData.sh'
readonly BASE_NAME='preference-prediction'
Expand Down
2 changes: 1 addition & 1 deletion preference-prediction/groovy/pom.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.linqs</groupId>
<artifactId>psl-groovy</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
</dependencies>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion simple-acquaintances/cli/run.sh
@@ -1,6 +1,6 @@
#!/bin/bash

readonly PSL_VERSION='2.2.0-SNAPSHOT'
readonly PSL_VERSION='2.1.0'
readonly JAR_PATH="./psl-cli-${PSL_VERSION}.jar"
readonly BASE_NAME='simple-acquaintances'

Expand Down
2 changes: 1 addition & 1 deletion simple-acquaintances/groovy/pom.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.linqs</groupId>
<artifactId>psl-groovy</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
</dependencies>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion social-network-analysis/cli/run.sh
@@ -1,6 +1,6 @@
#!/bin/bash

readonly PSL_VERSION='2.2.0-SNAPSHOT'
readonly PSL_VERSION='2.1.0'
readonly JAR_PATH="./psl-cli-${PSL_VERSION}.jar"
readonly FETCH_DATA_SCRIPT='../data/fetchData.sh'
readonly BASE_NAME='social-network-analysis'
Expand Down
2 changes: 1 addition & 1 deletion social-network-analysis/groovy/pom.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.linqs</groupId>
<artifactId>psl-groovy</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
</dependencies>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion trust-prediction/cli/run.sh
@@ -1,6 +1,6 @@
#!/bin/bash

readonly PSL_VERSION='2.2.0-SNAPSHOT'
readonly PSL_VERSION='2.1.0'
readonly JAR_PATH="./psl-cli-${PSL_VERSION}.jar"
readonly FETCH_DATA_SCRIPT='../data/fetchData.sh'
readonly BASE_NAME='trust-prediction'
Expand Down
2 changes: 1 addition & 1 deletion trust-prediction/groovy/pom.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.linqs</groupId>
<artifactId>psl-groovy</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
</dependencies>
<properties>
Expand Down

0 comments on commit f6f46cc

Please sign in to comment.