Skip to content

Commit

Permalink
Set version=1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sevdokimov committed Nov 11, 2021
1 parent aa128fa commit ce847ec
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion demo/log-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.sevdokimov.logviewer</groupId>
<artifactId>log-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion demo/simple-java-web-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.sevdokimov.logviewer.demo</groupId>
<artifactId>simple-java-web-application</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>war</packaging>

<name>simple-java-web-application Maven Webapp</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/spring-boot-1.5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>io.github.sevdokimov.logviewer.demo</groupId>
<artifactId>spring-boot-1.5</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>spring-boot-1.5</name>
<description>Demo project for Spring Boot</description>
Expand Down
2 changes: 1 addition & 1 deletion demo/spring-boot-2.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>io.github.sevdokimov.logviewer.demo</groupId>
<artifactId>spring-boot-2.0</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>spring-boot-2.0</name>
<description>Demo project for Spring Boot</description>
Expand Down
2 changes: 1 addition & 1 deletion demo/spring-boot-2.3-log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>io.github.sevdokimov.logviewer.demo</groupId>
<artifactId>spring-boot-2.3-log4j</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>spring-boot-2.3-log4j</name>
<description>Demo project for Spring Boot</description>
Expand Down
2 changes: 1 addition & 1 deletion demo/spring-boot-2.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>io.github.sevdokimov.logviewer.demo</groupId>
<artifactId>spring-boot-2.3</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>spring-boot-2.3</name>
<description>Demo project for Spring Boot</description>
Expand Down
2 changes: 1 addition & 1 deletion log-viewer-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.sevdokimov.logviewer</groupId>
<artifactId>log-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>log-viewer-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion log-viewer-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.sevdokimov.logviewer</groupId>
<artifactId>log-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>log-viewer-frontend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion log-viewer-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.sevdokimov.logviewer</groupId>
<artifactId>log-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion log-viewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.sevdokimov.logviewer</groupId>
<artifactId>log-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>log-viewer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<url>https://github.com/sevdokimov/log-viewer</url>

<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<properties>
<log4j.version>2.13.3</log4j.version>
Expand Down

0 comments on commit ce847ec

Please sign in to comment.