Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Commit

Permalink
changed version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 committed Mar 28, 2019
1 parent 99f3e8d commit fb9c999
Show file tree
Hide file tree
Showing 40 changed files with 84 additions and 84 deletions.
26 changes: 13 additions & 13 deletions amy-master-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-core</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.github.amyassist</groupId>
Expand All @@ -24,47 +24,47 @@
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-http-server</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-rest-resources</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-registry</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-message-hub</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-remote-sr</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-natlang</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-chat-socket</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-logger</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-persistence</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -149,7 +149,7 @@
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-development-database</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -164,7 +164,7 @@
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-generic-jdbc-adapter</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
</dependencies>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion amy-message-hub-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
6 changes: 3 additions & 3 deletions amy-message-hub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<artifactId>amy-message-hub</artifactId>
<dependencies>
Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>deployment-descriptor-utility</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -60,7 +60,7 @@
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-testing-framework</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-persistence-api</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion chat-socket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-di</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.github.amyassist</groupId>
Expand All @@ -60,12 +60,12 @@
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>deployment-descriptor-utility</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-testing-framework</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -119,7 +119,7 @@
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-remote-sr</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion deployment-descriptor-utility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions development-database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-persistence-api</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.github.amyassist</groupId>
Expand Down
2 changes: 1 addition & 1 deletion di-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion di/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions generic-jdbc-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-persistence-api</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.github.amyassist</groupId>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-testing-framework</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion http-server-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
6 changes: 3 additions & 3 deletions http-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>deployment-descriptor-utility</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<!-- Jersey JAX-RS -->
<dependency>
Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-di</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<scope>test</scope>
</dependency>
<!-- Swagger -->
Expand Down
4 changes: 2 additions & 2 deletions logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-di</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
2 changes: 1 addition & 1 deletion natlang-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions natlang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down Expand Up @@ -41,12 +41,12 @@
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>deployment-descriptor-utility</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-testing-framework</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<scope>test</scope>
</dependency>
<!-- Tests -->
Expand Down
2 changes: 1 addition & 1 deletion persistence-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>amy-persistence-api</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.github.amyassist</groupId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>io.github.amyassist</groupId>
<artifactId>deployment-descriptor-utility</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugin-manager-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.amyassist</groupId>
<artifactId>amy</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
Loading

0 comments on commit fb9c999

Please sign in to comment.