Skip to content

Commit

Permalink
updating version to 3.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fpriyatna committed May 13, 2015
1 parent 39fa4d5 commit 7a2244a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion morph-base-querytranslator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>es.upm.fi.dia.oeg.morph</groupId>
<artifactId>morph-rdb</artifactId>
<version>3.5.7-SNAPSHOT</version>
<version>3.5.8-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion morph-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>es.upm.fi.dia.oeg.morph</groupId>
<artifactId>morph-rdb</artifactId>
<version>3.5.7-SNAPSHOT</version>
<version>3.5.8-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import org.apache.log4j.PropertyConfigurator
abstract class MorphBaseRunnerFactory {
PropertyConfigurator.configure("log4j.properties");
val logger = Logger.getLogger(this.getClass());
logger.info("running morph-rdb 3.5.7 ...");
logger.info("running morph-rdb 3.5.8 ...");

def createRunner(configurationDirectory:String , configurationFile:String)
: MorphBaseRunner = {
Expand Down
2 changes: 1 addition & 1 deletion morph-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<groupId>es.upm.fi.dia.oeg.morph</groupId>
<artifactId>morph-rdb-dist</artifactId>
<type>pom</type>
<version>3.5.7-SNAPSHOT</version>
<version>3.5.8-SNAPSHOT</version>
</dependency> -->

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion morph-r2rml-rdb-querytranslator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>es.upm.fi.dia.oeg.morph</groupId>
<artifactId>morph-rdb</artifactId>
<version>3.5.7-SNAPSHOT</version>
<version>3.5.8-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion morph-r2rml-rdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>es.upm.fi.dia.oeg.morph</groupId>
<artifactId>morph-rdb</artifactId>
<version>3.5.7-SNAPSHOT</version>
<version>3.5.8-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion morph-r2rml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>es.upm.fi.dia.oeg.morph</groupId>
<artifactId>morph-rdb</artifactId>
<version>3.5.7-SNAPSHOT</version>
<version>3.5.8-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion morph-rdb-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>es.upm.fi.dia.oeg.morph</groupId>
<artifactId>morph-rdb</artifactId>
<version>3.5.7-SNAPSHOT</version>
<version>3.5.8-SNAPSHOT</version>
</parent>

<artifactId>morph-rdb-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>es.upm.fi.dia.oeg.morph</groupId>
<artifactId>morph-rdb</artifactId>
<version>3.5.7-SNAPSHOT</version>
<version>3.5.8-SNAPSHOT</version>


<modules>
Expand Down

0 comments on commit 7a2244a

Please sign in to comment.