Skip to content

Commit 9ce9679

Browse files
authored
Merge pull request #8 from andreilorin/release/1.3.2
Release/1.3.2
2 parents ed2f47c + 15334a1 commit 9ce9679

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Maven Package
55

66
on:
77
release:
8-
types: [created]
8+
types: [created, published]
99

1010
jobs:
1111
build:

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.andreilorin</groupId>
88
<artifactId>quickstart</artifactId>
9-
<version>1.3.0</version>
9+
<version>1.3.2</version>
1010
<packaging>maven-archetype</packaging>
1111

1212
<name>quickstart</name>

0 commit comments

Comments
 (0)