Skip to content

Commit

Permalink
updated version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmberg committed Jun 11, 2019
1 parent 4566860 commit 7b3e59a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can include the WInte.r framework via the following Maven dependency:
<dependency>
<groupId>de.uni_mannheim.informatik.dws</groupId>
<artifactId>winter</artifactId>
<version>1.3</version>
<version>1.3.2</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>de.uni_mannheim.informatik.dws</groupId>
<artifactId>winter</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.3.2</version>
</dependency>
<dependency>
<!-- use this option when building: -Xss10M -->
Expand Down
2 changes: 1 addition & 1 deletion winter-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.uni_mannheim.informatik.dws</groupId>
<artifactId>winter</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.3.2</version>
<name>WInte.r</name>
<url>https://github.com/olehmberg/winter</url>

Expand Down
2 changes: 1 addition & 1 deletion winter-usecases/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>de.uni_mannheim.informatik.dws</groupId>
<artifactId>winter</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.3.2</version>
</dependency>
</dependencies>
</project>

0 comments on commit 7b3e59a

Please sign in to comment.