Skip to content

Commit 5399557

Browse files
author
Moulins
committed
Update to Amidst v4.4
1 parent 899d882 commit 5399557

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>amidst</groupId>
55
<artifactId>amidst</artifactId>
6-
<version>4.4-beta1</version>
6+
<version>4.4</version>
77
<repositories>
88
<repository>
99
<id>local-m2</id>
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project.build.sourceEncoding=UTF-8
22
amidst.build.jdk.version=1.8
3-
amidst.build.filename=amidst-v4-4-beta1
3+
amidst.build.filename=amidst-v4-4
44

55
amidst.version.major=4
66
amidst.version.minor=4
7-
amidst.version.preReleaseSuffix=beta1
7+
amidst.version.preReleaseSuffix=

travis-ci/wrapper-for-mac/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>amidst</groupId>
55
<artifactId>wrapper-for-mac</artifactId>
6-
<version>4.4-beta1</version>
6+
<version>4.4</version>
77
<build>
88
<finalName>${amidst.build.filename}</finalName>
99
<plugins>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>amidst</groupId>
6464
<artifactId>amidst</artifactId>
65-
<version>4.4-beta1</version>
65+
<version>4.4</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>sh.tak.appbundler</groupId>

travis-ci/wrapper-for-windows/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>amidst</groupId>
55
<artifactId>wrapper-for-windows</artifactId>
6-
<version>4.4-beta1</version>
6+
<version>4.4</version>
77
<build>
88
<finalName>${amidst.build.filename}</finalName>
99
<plugins>

0 commit comments

Comments
 (0)