Skip to content

Commit

Permalink
Merge pull request #36 from openworm/feature/35
Browse files Browse the repository at this point in the history
Patch: Permissive dependency on geppetto bundles [1.0,2.0)
  • Loading branch information
tarelli authored Oct 24, 2019
2 parents a3af888 + 5f76849 commit 912fd83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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>1.0.0</version>
<version>1.0.1</version>
<packaging>bundle</packaging>
<properties>
<spring.version>4.3.9.RELEASE</spring.version>
Expand All @@ -16,12 +16,12 @@
<dependency>
<groupId>org.geppetto</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<version>[1.0, 2.0)</version>
</dependency>
<dependency>
<groupId>org.geppetto</groupId>
<artifactId>simulation</artifactId>
<version>${project.version}</version>
<version>[1.0, 2.0)</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 912fd83

Please sign in to comment.