Skip to content

Commit

Permalink
Merge pull request #148 from openworm/development
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 abede86 + 4fd2ad7 commit 40fda36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.geppetto</groupId>
<artifactId>simulation</artifactId>
<name>Geppetto Simulation 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 @@ -14,7 +14,7 @@
<dependency>
<groupId>org.geppetto</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<version>[1.0, 2.0)</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 40fda36

Please sign in to comment.