Skip to content

Commit

Permalink
update version to 3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fpriyatna committed Jul 24, 2019
1 parent 05a446f commit 9d08ef6
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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.11.1</version>
<version>3.11.2</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.11.1</version>
<version>3.11.2</version>
</parent>
<packaging>jar</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ abstract class MorphBaseRunnerFactory {
//val logger = LogManager.getLogger(this.getClass);
val logger = LoggerFactory.getLogger(this.getClass());

logger.info("MorphBaseRunnerFactory running morph-rdb 3.11.1 ...");
logger.info("MorphBaseRunnerFactory running morph-rdb 3.11.2 ...");

def createRunner(configurationDirectory:String , configurationFile:String)
: MorphBaseRunner = {
Expand Down
4 changes: 2 additions & 2 deletions morph-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>3.6.0</version> </parent> -->

<groupId>es.upm.fi.dia.oeg.morph</groupId>
<version>3.11.1</version>
<version>3.11.2</version>
<artifactId>morph-examples</artifactId>
<packaging>jar</packaging>

Expand Down Expand Up @@ -74,7 +74,7 @@
<groupId>es.upm.fi.dia.oeg.morph</groupId>
<artifactId>morph-rdb-dist</artifactId>
<type>pom</type>
<version>3.11.1</version>
<version>3.11.2</version>
</dependency>-->

<dependency>
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.11.1</version>
<version>3.11.2</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 @@ -5,7 +5,7 @@
<parent>
<groupId>es.upm.fi.dia.oeg.morph</groupId>
<artifactId>morph-rdb</artifactId>
<version>3.11.1</version>
<version>3.11.2</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.11.1</version>
<version>3.11.2</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.11.1</version>
<version>3.11.2</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.11.1</version>
<version>3.11.2</version>

<modules>

Expand Down

0 comments on commit 9d08ef6

Please sign in to comment.