Skip to content

Commit c1249c9

Browse files
committedSep 21, 2015
[maven-release-plugin] prepare release rococoa-parent-0.7
1 parent d4841a7 commit c1249c9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
 

‎rococoa/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>org.rococoa</groupId>
65
<artifactId>rococoa-parent</artifactId>
76
<packaging>pom</packaging>
8-
<version>0.7-SNAPSHOT</version>
7+
<version>0.7</version>
98
<name>Rococoa Parent Project</name>
109
<url>http://www.rococoa.org</url>
1110

@@ -76,7 +75,7 @@
7675
<url>https://github.com/iterate-ch/rococoa</url>
7776
<connection>scm:git:git@github.com:iterate-ch/rococoa.git</connection>
7877
<developerConnection>scm:git:git@github.com:iterate-ch/rococoa.git</developerConnection>
79-
<tag>HEAD</tag>
78+
<tag>rococoa-parent-0.7</tag>
8079
</scm>
8180

8281
<distributionManagement>

‎rococoa/rococoa-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.rococoa</groupId>
1010
<artifactId>rococoa-parent</artifactId>
11-
<version>0.7-SNAPSHOT</version>
11+
<version>0.7</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.