Skip to content

Commit

Permalink
[maven-release-plugin] prepare release botsing-1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xdevroey committed Aug 30, 2019
1 parent 1af5174 commit c5784ab
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion botsing-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>botsing</artifactId>
<groupId>eu.stamp-project</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion botsing-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>botsing</artifactId>
<groupId>eu.stamp-project</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>botsing-examples</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions botsing-maven/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?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">
<parent>
<artifactId>botsing</artifactId>
<groupId>eu.stamp-project</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion botsing-model-generation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>botsing</artifactId>
<groupId>eu.stamp-project</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>botsing-model-generation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion botsing-parsers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>botsing</artifactId>
<groupId>eu.stamp-project</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>botsing-parsers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion botsing-preprocessing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>botsing</artifactId>
<groupId>eu.stamp-project</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion botsing-reproduction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>botsing</artifactId>
<groupId>eu.stamp-project</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>eu.stamp-project</groupId>
<artifactId>botsing</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<packaging>pom</packaging>

<name>Botsing</name>
Expand Down Expand Up @@ -46,7 +46,7 @@
<connection>scm:git:git://github.com:STAMP-project/botsing.git</connection>
<developerConnection>scm:git:[email protected]:STAMP-project/botsing.git</developerConnection>
<url>https://github.com/STAMP-project/botsing</url>
<tag>HEAD</tag>
<tag>botsing-1.0.7</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit c5784ab

Please sign in to comment.