Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mug-root-4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture committed Sep 4, 2020
1 parent 38ea216 commit 204d127
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions mug-algorithms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.google.mug</groupId>
<artifactId>mug-root</artifactId>
<version>4.7-SNAPSHOT</version>
<version>4.7</version>
</parent>
<groupId>com.google.mug</groupId>
<artifactId>mug-algorithms</artifactId>
<version>4.7-SNAPSHOT</version>
<version>4.7</version>
<name>algorithms</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion mug-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.mug</groupId>
<artifactId>mug-root</artifactId>
<version>4.7-SNAPSHOT</version>
<version>4.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>mug-benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mug-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.mug</groupId>
<artifactId>mug-root</artifactId>
<version>4.7-SNAPSHOT</version>
<version>4.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>mug-examples</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions mug-guava/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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.google.mug</groupId>
<artifactId>mug-root</artifactId>
<version>4.7-SNAPSHOT</version>
<version>4.7</version>
</parent>
<groupId>com.google.mug</groupId>
<artifactId>mug-guava</artifactId>
<packaging>jar</packaging>
<version>4.7-SNAPSHOT</version>
<version>4.7</version>
<name>mug-guava</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion mug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.google.mug</groupId>
<artifactId>mug-root</artifactId>
<version>4.7-SNAPSHOT</version>
<version>4.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>mug</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.mug</groupId>
<artifactId>mug-root</artifactId>
<packaging>pom</packaging>
<version>4.7-SNAPSHOT</version>
<version>4.7</version>

<name>mug-root</name>

Expand Down Expand Up @@ -36,7 +36,7 @@
<url>http://github.com/google/mug</url>
<connection>scm:git:[email protected]:google/mug.git</connection>
<developerConnection>scm:git:[email protected]:google/mug.git</developerConnection>
<tag>mug-root-1.0</tag>
<tag>mug-root-4.7</tag>
</scm>

<developers>
Expand Down

0 comments on commit 204d127

Please sign in to comment.