Skip to content

Commit

Permalink
fix: version tag missing (#35)
Browse files Browse the repository at this point in the history
Update Maven Wrapper
  • Loading branch information
OneCricketeer authored Aug 1, 2023
1 parent 14de177 commit 673d239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.1/apache-maven-3.9.1-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.3/apache-maven-3.9.3-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-alpine:
@$(MAVEN) -Palpine
ifneq (,$(findstring arm64,$(BUILDX_PLATFORMS)))
build-multi-arch: # refer pom.xml for built platforms
@$(MAVEN) -Pubuntu-multi-arch
@$(MAVEN) -Pubuntu,ubuntu-multi-arch
build-multi-arch-alpine: # refer pom.xml for built platforms
@$(MAVEN) -Palpine-multi-arch
endif
Expand Down

0 comments on commit 673d239

Please sign in to comment.