Skip to content

Commit

Permalink
Merge pull request #15 from openworm/development
Browse files Browse the repository at this point in the history
Release 0.3.6
  • Loading branch information
tarelli authored Jun 6, 2017
2 parents 33d0986 + b7e8384 commit 2e17d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.geppetto</groupId>
<artifactId>datasources</artifactId>
<name>Geppetto Data Sources bundle</name>
<version>0.3.5</version>
<version>0.3.6</version>
<packaging>bundle</packaging>
<properties>
<spring.version>3.1.3.RELEASE</spring.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void test03LoadProject() throws IOException, GeppettoInitializationExcept
{
InputStreamReader inputStreamReader = new InputStreamReader(DataSourcesGeppettoManagerTest.class.getResourceAsStream("/test/geppettoManagerDataSourceTest.json"));
geppettoProject = DataManagerHelper.getDataManager().getProjectFromJson(TestUtilities.getGson(), inputStreamReader);
manager.loadProject("1", geppettoProject);
manager.loadProject("1", geppettoProject, "");

}

Expand Down

0 comments on commit 2e17d05

Please sign in to comment.