Skip to content

Commit

Permalink
[maven-release-plugin](anonymous) prepare release aviation-message-ar…
Browse files Browse the repository at this point in the history
…chiver-1.0.0
  • Loading branch information
Jenkins committed May 16, 2022
1 parent e9c5a12 commit 94f941d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ using H2 (in-memory) or PostGIS database engine.
java \
-Dspring.profiles.active="local,example,$DB_ENGINE" \
-Dspring.sql.init.data-locations="\${example.spring.sql.init.data-locations.$DB_ENGINE},file://$AVIDB_STATIONS_SQL" \
-jar target/aviation-message-archiver-0.1.0-SNAPSHOT-bundle.jar
-jar target/aviation-message-archiver-1.0.0-bundle.jar
```

5. Check
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>fi.fmi</groupId>
Expand All @@ -10,7 +9,7 @@

<groupId>fi.fmi.avi.archiver</groupId>
<artifactId>aviation-message-archiver</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>Aviation message archiver</name>
Expand Down Expand Up @@ -55,6 +54,7 @@
<connection>${scm-url}</connection>
<developerConnection>${scm-url}</developerConnection>
<url>${scm-web-url}</url>
<tag>aviation-message-archiver-1.0.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit 94f941d

Please sign in to comment.