Skip to content

Commit

Permalink
Update to Amidst v4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Moulins committed Feb 6, 2020
1 parent 899d882 commit 5399557
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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>amidst</groupId>
<artifactId>amidst</artifactId>
<version>4.4-beta1</version>
<version>4.4</version>
<repositories>
<repository>
<id>local-m2</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,7 +1,7 @@
project.build.sourceEncoding=UTF-8
amidst.build.jdk.version=1.8
amidst.build.filename=amidst-v4-4-beta1
amidst.build.filename=amidst-v4-4

amidst.version.major=4
amidst.version.minor=4
amidst.version.preReleaseSuffix=beta1
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.4-beta1</version>
<version>4.4</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.4-beta1</version>
<version>4.4</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.4-beta1</version>
<version>4.4</version>
<build>
<finalName>${amidst.build.filename}</finalName>
<plugins>
Expand Down

0 comments on commit 5399557

Please sign in to comment.