Skip to content

Commit

Permalink
Impl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Galeev committed Jan 12, 2021
1 parent b13a226 commit bce8905
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ mvn_build() {
_command "mvn package"
mvn package
else
_command "mvn package -Dthis.version=${VERSION}"
mvn package -Dthis.version=${VERSION}
_command "mvn package -Dcurrent.version=${VERSION}"
mvn package -Dcurrent.version=${VERSION}
fi

# jmx
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<properties>
<java.version>1.8</java.version>

<current.version>1.2.1</current.version>
<current.version>1.2.1</current.version>
</properties>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.1</version>
<relativePath />
<relativePath />
</parent>

<dependencies>
Expand Down Expand Up @@ -81,4 +81,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit bce8905

Please sign in to comment.