Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varontron committed Jun 24, 2021
1 parent 44b7648 commit 6ab8b68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.novartis.opensource</groupId>
<artifactId>YADA</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.0</version>
<name>YADA</name>
<url>https://github.com/varontron/YADA</url>
<description>YADA Framework</description>
Expand Down Expand Up @@ -44,7 +44,7 @@
<connection>scm:git:ssh:[email protected]:varontron/YADA.git</connection>
<developerConnection>scm:git:ssh://[email protected]/varontron/YADA.git</developerConnection>
<url>scm:git:ssh://github.com/varontron/YADA</url>
<tag>HEAD</tag>
<tag>10.0.0</tag>
</scm>
<properties>
<display.version>${project.version}</display.version>
Expand Down
10 changes: 4 additions & 6 deletions yada-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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>com.novartis.opensource</groupId>
<artifactId>YADA</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.0</version>
</parent>
<artifactId>yada-api</artifactId>
<url>http://github.com/Novartis/YADA</url>
Expand Down Expand Up @@ -72,7 +70,7 @@
<test.properties>/conf/TestNG_YADA.properties</test.properties>
</properties>
<useSystemClassLoader>true</useSystemClassLoader>
<reportNameSuffix></reportNameSuffix>
<reportNameSuffix />
<trimStackTrace>false</trimStackTrace>
<additionalClasspathElements>
<additionalClasspathElement>${test.properties}</additionalClasspathElement>
Expand Down Expand Up @@ -285,7 +283,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
6 changes: 2 additions & 4 deletions yada-assembly/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.novartis.opensource</groupId>
<artifactId>YADA</artifactId>
<version>10.0.0-SNAPSHOT</version>
<version>10.0.0</version>
</parent>
<artifactId>yada-assembly</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 6ab8b68

Please sign in to comment.