Skip to content

Commit

Permalink
[maven-release-plugin] prepare release dspot-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danglotb committed Nov 18, 2019
1 parent 91ca37a commit eec28dc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dspot-diff-test-selection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>eu.stamp-project</groupId>
<artifactId>dspot-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>dspot-diff-test-selection</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions dspot-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>eu.stamp-project</groupId>
<artifactId>dspot-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>dspot-maven</artifactId>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>eu.stamp-project</groupId>
<artifactId>dspot</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dspot-prettifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>eu.stamp-project</groupId>
<artifactId>dspot-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>dspot-prettifier</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions dspot/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>eu.stamp-project</groupId>
<artifactId>dspot-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>dspot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>eu.stamp-project</groupId>
<artifactId>dspot-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>pom</packaging>

<name>DSpot - Parent</name>
Expand Down

0 comments on commit eec28dc

Please sign in to comment.