Skip to content

Commit

Permalink
releasing version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
UnquietCode committed Jan 23, 2015
1 parent bb550a9 commit c86e9f3
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion flapi-build-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>flapi-parent</artifactId>
<groupId>unquietcode.tools.flapi</groupId>
<version>0.0-DEVELOPMENT</version>
<version>0.7</version>
<relativePath>../flapi-parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions flapi-build-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<groupId>unquietcode.tools.flapi</groupId>
<artifactId>build-project</artifactId>
<version>0.0-DEVELOPMENT</version>
<version>0.7</version>
<packaging>pom</packaging>
<name>Flapi Build Project</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flapi.generated.sources>${project.build.directory}/generated-sources/flapi</flapi.generated.sources>
<flapi.includeRuntime>false</flapi.includeRuntime>
<flapi.version>0.0-DEVELOPMENT</flapi.version>
<flapi.version>0.7</flapi.version>

<!-- DEPRECATED! --> <flapi.descriptor.class/>

Expand Down
2 changes: 1 addition & 1 deletion flapi-build-test-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>unquietcode.tools.flapi.test</groupId>
<artifactId>build-test-consumer</artifactId>
<version>0.0-DEVELOPMENT</version>
<version>0.7</version>
<packaging>jar</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion flapi-build-test-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>unquietcode.tools.flapi</groupId>
<artifactId>build-project</artifactId>
<version>0.0-DEVELOPMENT</version>
<version>0.7</version>
<relativePath>../flapi-build-project</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion flapi-descriptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>

<artifactId>flapi-builder</artifactId>
<version>0.0-DEVELOPMENT</version>
<version>0.7</version>
<packaging>jar</packaging>

<name>Flapi's Descriptor Builder</name>
Expand Down
2 changes: 1 addition & 1 deletion flapi-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>unquietcode.tools.flapi</groupId>
<artifactId>flapi-parent</artifactId>
<version>0.0-DEVELOPMENT</version>
<version>0.7</version>
<packaging>pom</packaging>

<name>flapi-parent</name>
Expand Down
2 changes: 1 addition & 1 deletion flapi-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>unquietcode.tools.flapi</groupId>
<artifactId>flapi-parent</artifactId>
<version>0.0-DEVELOPMENT</version>
<version>0.7</version>
<relativePath>../flapi-parent/pom.xml</relativePath>
</parent>

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 @@
<parent>
<groupId>unquietcode.tools.flapi</groupId>
<artifactId>flapi-parent</artifactId>
<version>0.0-DEVELOPMENT</version>
<version>0.7</version>
<relativePath>./flapi-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit c86e9f3

Please sign in to comment.