Skip to content

Commit

Permalink
[maven-release-plugin] prepare release github-release-parent-0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cy6erGn0m committed Jul 1, 2015
1 parent 3973a60 commit d8091f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 3 additions & 4 deletions github-release-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?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>
<artifactId>github-release-parent</artifactId>
<groupId>cy.github</groupId>
<version>0.1-SNAPSHOT</version>
<version>0.4</version>
</parent>

<groupId>cy.github</groupId>
<artifactId>github-release-plugin</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.4</version>
<packaging>maven-plugin</packaging>

<name>github-release-plugin Maven Plugin</name>
Expand Down
6 changes: 2 additions & 4 deletions github-release-shared/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>github-release-parent</artifactId>
<groupId>cy.github</groupId>
<version>0.1-SNAPSHOT</version>
<version>0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?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>cy.github</groupId>
<artifactId>github-release-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.4</version>
<packaging>pom</packaging>

<scm>
<connection>scm:git:git@github.com:cy6erGn0m/github-release-plugin.git</connection>
</scm>
<tag>github-release-parent-0.4</tag>
</scm>

<properties>
<kotlin.version>0.12.613</kotlin.version>
Expand Down

0 comments on commit d8091f8

Please sign in to comment.