Navigation Menu

Skip to content

Commit

Permalink
Update to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungpilPark committed Apr 23, 2018
1 parent cdbc7ba commit ce1b565
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>org.uengine</groupId>
<artifactId>uengine-cloud</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>

<modules>
<module>uengine-resource</module>
Expand Down
2 changes: 1 addition & 1 deletion template-iam/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>uengine-cloud</artifactId>
<groupId>org.uengine</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion template-springboot/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>uengine-cloud</artifactId>
<groupId>org.uengine</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion template-tomcat7/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>uengine-cloud</artifactId>
<groupId>org.uengine</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion template-zuul/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>uengine-cloud</artifactId>
<groupId>org.uengine</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions uengine-cloud-api/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>uengine-cloud</artifactId>
<groupId>org.uengine</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<artifactId>uengine-cloud-api</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>

<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion uengine-cloud-config/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>uengine-cloud</artifactId>
<groupId>org.uengine</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion uengine-cloud-iam/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>uengine-cloud</artifactId>
<groupId>org.uengine</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions uengine-cloud-server/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>uengine-cloud</artifactId>
<groupId>org.uengine</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>uengine-cloud-server</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion uengine-cloud-zuul/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>uengine-cloud</artifactId>
<groupId>org.uengine</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion uengine-eureka-server/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>uengine-cloud</artifactId>
<groupId>org.uengine</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions uengine-resource/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>uengine-cloud</artifactId>
<groupId>org.uengine</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>uengine-resource</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<dependencyManagement>
Expand Down

0 comments on commit ce1b565

Please sign in to comment.