Skip to content

Commit

Permalink
Update to Amidst v4.5-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
moulins committed Jun 25, 2020
1 parent c15ce19 commit 64fbad2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.4</version>
<version>4.5-beta1</version>
<repositories>
<repository>
<id>local-m2</id>
Expand Down
6 changes: 3 additions & 3 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
amidst.build.filename=amidst-v4-5-beta1

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

0 comments on commit 64fbad2

Please sign in to comment.