Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
markphilpot committed Feb 22, 2017
1 parent e6fe717 commit 8510a73
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Service/Provider framework with plugin isolation
<dependency>
<groupId>com.daedafusion</groupId>
<artifactId>service-framework</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>

<!-- For yml based configuration files -->
<dependency>
<groupId>com.daedafusion</groupId>
<artifactId>service-framework-yaml</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
```
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>com.daedafusion</groupId>
<artifactId>service-framework-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<packaging>pom</packaging>

<name>DaedaFusion Service Framework Parent</name>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.daedafusion</groupId>
<artifactId>configuration-core</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion service-framework-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.daedafusion</groupId>
<artifactId>service-framework-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>

<artifactId>service-framework-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-framework-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.daedafusion</groupId>
<artifactId>service-framework-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>

<artifactId>service-framework-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-framework-yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.daedafusion</groupId>
<artifactId>service-framework-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>

<artifactId>service-framework-yaml</artifactId>
Expand Down

0 comments on commit 8510a73

Please sign in to comment.