Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisRippinger committed May 19, 2020
1 parent ca7b5ac commit 36b9a91
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 17 deletions.
5 changes: 2 additions & 3 deletions gatling-reporter-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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>de.drippinger.gatling</groupId>
<artifactId>gatling-reporter-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<artifactId>gatling-reporter-core</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions gatling-reporter-csv-exporter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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>de.drippinger.gatling</groupId>
<artifactId>gatling-reporter-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<artifactId>gatling-reporter-csv-exporter</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions gatling-reporter-dynamoDbExporter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?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>de.drippinger.gatling</groupId>
<artifactId>gatling-reporter-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<artifactId>gatling-reporter-dynamoDbExporter</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions gatling-reporter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?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/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>de.drippinger.gatling</groupId>
<artifactId>gatling-reporter-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<artifactId>gatling-reporter</artifactId>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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>

<groupId>de.drippinger.gatling</groupId>
<artifactId>gatling-reporter-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -40,7 +39,7 @@
<scm>
<connection>scm:git:[email protected]:DennisRippinger/gatling-reporter.git</connection>
<developerConnection>scm:git:[email protected]:DennisRippinger/gatling-reporter.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.1</tag>
<url>https://github.com/DennisRippinger/gatling-reporter</url>
</scm>

Expand Down Expand Up @@ -279,10 +278,10 @@
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 36b9a91

Please sign in to comment.