Skip to content

Commit 7e52ba1

Browse files
committed
Upgrade maven-oss
1 parent 5600c73 commit 7e52ba1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.cosium.maven_oss</groupId>
77
<artifactId>maven-oss</artifactId>
8-
<version>1.5</version>
8+
<version>1.6</version>
99
</parent>
1010

1111
<name>HAL Mock MVC Parent</name>

release.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
#!/usr/bin/env bash
2+
env | grep MAVEN_GPG_PASSPHRASE > /dev/null
3+
if [ $? -eq 1 ]; then
4+
echo "Environment variable 'MAVEN_GPG_PASSPHRASE' is missing. Set it to empty if there is no passphrase."
5+
exit 1
6+
fi
27
./mvnw --batch-mode clean release:prepare release:perform && git push && git push --tags

0 commit comments

Comments
 (0)