Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwen committed Jun 2, 2016
1 parent 977aa51 commit 0414035
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 2 additions & 4 deletions juseppe-cli/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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>juseppe</artifactId>
<groupId>ru.lanwen.jenkins</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions juseppe-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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>juseppe</artifactId>
<groupId>ru.lanwen.jenkins</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</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 @@ -3,7 +3,7 @@

<groupId>ru.lanwen.jenkins</groupId>
<artifactId>juseppe</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>

<modules>
<module>juseppe-core</module>
Expand All @@ -25,7 +25,7 @@
<connection>scm:git:git://github.com/yandex-qatools/juseppe.git</connection>
<developerConnection>scm:git:[email protected]:yandex-qatools/juseppe.git
</developerConnection>
<tag>HEAD</tag>
<tag>v1.1.0</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 0414035

Please sign in to comment.