Skip to content

Commit

Permalink
Update to Amidst v4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
moulins committed Jun 16, 2021
1 parent 1a38a35 commit 86ffd60
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>amidst</groupId>
<artifactId>amidst</artifactId>
<version>4.6</version>
<version>4.7</version>
<repositories>
<repository>
<id>jitpack.io</id>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/amidst/metadata.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
project.build.sourceEncoding=UTF-8
amidst.build.jdk.version=1.8
amidst.build.filename=amidst-v4-6
amidst.build.filename=amidst-v4-7

amidst.version.major=4
amidst.version.minor=6
amidst.version.minor=7
amidst.version.patch=0
amidst.version.preReleaseSuffix=
4 changes: 2 additions & 2 deletions travis-ci/wrapper-for-mac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>amidst</groupId>
<artifactId>wrapper-for-mac</artifactId>
<version>4.6</version>
<version>4.7</version>
<build>
<finalName>${amidst.build.filename}</finalName>
<plugins>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>amidst</groupId>
<artifactId>amidst</artifactId>
<version>4.6</version>
<version>4.7</version>
</dependency>
<dependency>
<groupId>sh.tak.appbundler</groupId>
Expand Down
2 changes: 1 addition & 1 deletion travis-ci/wrapper-for-windows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>amidst</groupId>
<artifactId>wrapper-for-windows</artifactId>
<version>4.6</version>
<version>4.7</version>
<build>
<finalName>${amidst.build.filename}</finalName>
<plugins>
Expand Down

0 comments on commit 86ffd60

Please sign in to comment.