Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 9722990

Browse files
committed
[maven-release-plugin] prepare release griffin-0.2.0-incubating
1 parent 009d449 commit 9722990

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

measure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.griffin</groupId>
2525
<artifactId>griffin</artifactId>
26-
<version>0.2.0-incubating-SNAPSHOT</version>
26+
<version>0.2.0-incubating</version>
2727
</parent>
2828

2929
<artifactId>measure</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ under the License.
3030

3131
<groupId>org.apache.griffin</groupId>
3232
<artifactId>griffin</artifactId>
33-
<version>0.2.0-incubating-SNAPSHOT</version>
33+
<version>0.2.0-incubating</version>
3434
<packaging>pom</packaging>
3535
<name>Apache Griffin ${project.version}</name>
3636
<url>http://griffin.incubator.apache.org</url>
@@ -82,7 +82,7 @@ under the License.
8282
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-griffin.git</connection>
8383
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-griffin.git</developerConnection>
8484
<url>https://git-wip-us.apache.org/repos/asf?p=incubator-griffin.git;a=summary</url>
85-
<tag>HEAD</tag>
85+
<tag>griffin-0.2.0-incubating</tag>
8686
</scm>
8787

8888
<distributionManagement>

service/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ KIND, either express or implied. See the License for the
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<groupId>org.apache.griffin</groupId>
2625
<artifactId>griffin</artifactId>
27-
<version>0.2.0-incubating-SNAPSHOT</version>
26+
<version>0.2.0-incubating</version>
2827
</parent>
2928

3029
<artifactId>service</artifactId>

ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.griffin</groupId>
2626
<artifactId>griffin</artifactId>
27-
<version>0.2.0-incubating-SNAPSHOT</version>
27+
<version>0.2.0-incubating</version>
2828
</parent>
2929
<artifactId>ui</artifactId>
3030
<packaging>pom</packaging>

0 commit comments

Comments
 (0)