Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
NetoDevel committed Aug 4, 2019
1 parent efd81d1 commit ae9fb56
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion generator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-boot-cli</artifactId>
<groupId>br.com.netodevel</groupId>
<version>0.0.2.BUILD-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>generator-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.netodevel</groupId>
<artifactId>spring-boot-cli</artifactId>
<version>0.0.2.BUILD-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>

<packaging>pom</packaging>
<name>cli-spring-boot-scaffold</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-generate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com</groupId>
<artifactId>spring-boot-generate</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>

<properties>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
6 changes: 3 additions & 3 deletions spring-scaffold-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.netodevel</groupId>
<artifactId>spring-scaffold-cli</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -26,13 +26,13 @@
<dependency>
<groupId>br.com</groupId>
<artifactId>spring-boot-generate</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>br.com.netodevel</groupId>
<artifactId>templates</artifactId>
<version>0.0.2.BUILD-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions templates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@
<parent>
<artifactId>spring-boot-cli</artifactId>
<groupId>br.com.netodevel</groupId>
<version>0.0.2.BUILD-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>templates</artifactId>

<build>
<plugins>
<plugin>
Expand All @@ -22,11 +19,14 @@
</plugin>
</plugins>
</build>
<modelVersion>4.0.0</modelVersion>

<artifactId>templates</artifactId>
<dependencies>
<dependency>
<groupId>br.com.netodevel</groupId>
<artifactId>generator-core</artifactId>
<version>0.0.2.BUILD-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ae9fb56

Please sign in to comment.