Skip to content

Commit

Permalink
Version 1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xdcrafts committed Jan 31, 2017
1 parent 1bb9490 commit cb683b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions flower-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<groupId>com.github.xdcrafts</groupId>
<artifactId>flower</artifactId>
<relativePath>..</relativePath>
<version>1.3.10</version>
<version>1.3.11</version>
</parent>

<dependencies>
<dependency>
<groupId>com.github.xdcrafts</groupId>
<artifactId>flower-tools</artifactId>
<version>1.3.10</version>
<version>1.3.11</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions flower-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<groupId>com.github.xdcrafts</groupId>
<artifactId>flower</artifactId>
<relativePath>..</relativePath>
<version>1.3.10</version>
<version>1.3.11</version>
</parent>

<dependencies>
<dependency>
<groupId>com.github.xdcrafts</groupId>
<artifactId>flower-core</artifactId>
<version>1.3.10</version>
<version>1.3.11</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flower-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>com.github.xdcrafts</groupId>
<artifactId>flower</artifactId>
<relativePath>..</relativePath>
<version>1.3.10</version>
<version>1.3.11</version>
</parent>

<dependencies>
Expand Down
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>com.github.xdcrafts</groupId>
<artifactId>flower</artifactId>
<packaging>pom</packaging>
<version>1.3.10</version>
<version>1.3.11</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Data-driven workflows with Java.</description>
<url>https://github.com/xdcrafts/flower</url>
Expand Down

0 comments on commit cb683b4

Please sign in to comment.