Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti committed Oct 22, 2022
1 parent fb103b1 commit fe9de5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -13,7 +11,7 @@

<groupId>org.quickperf</groupId>
<artifactId>quick-perf-live</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>

<name>QuickPerf live</name>
<inceptionYear>2021</inceptionYear>
Expand All @@ -28,7 +26,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<license.dir>${basedir}</license.dir>
<currentYear>2022</currentYear>
<project.build.outputTimestamp>10</project.build.outputTimestamp>
<project.build.outputTimestamp>1666462584</project.build.outputTimestamp>
</properties>

<build>
Expand Down Expand Up @@ -225,7 +223,7 @@
<connection>scm:git:https://github.com/quick-perf/quickperf-live.git</connection>
<developerConnection>scm:git:git@github.com:quick-perf/quickperf-live.git</developerConnection>
<url>https://github.com/quick-perf/quickperf-live</url>
<tag>HEAD</tag>
<tag>release-0.1</tag>
</scm>

<licenses>
Expand Down
8 changes: 3 additions & 5 deletions spring-boot-2/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-live</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<artifactId>quick-perf-live-springboot2</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>

<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit fe9de5a

Please sign in to comment.