Skip to content

Commit

Permalink
[maven-release-plugin] prepare release griffin-0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuepeng committed Nov 9, 2020
1 parent 469d47d commit 53521d5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
8 changes: 3 additions & 5 deletions measure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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>
<groupId>org.apache.griffin</groupId>
<artifactId>griffin</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>measure</artifactId>
Expand Down Expand Up @@ -272,8 +271,7 @@ under the License.
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.apache.griffin.measure.Application</mainClass>
</transformer>
</transformers>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.

<groupId>org.apache.griffin</groupId>
<artifactId>griffin</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>pom</packaging>
<name>Apache Griffin ${project.version}</name>
<url>http://griffin.apache.org</url>
Expand Down Expand Up @@ -79,7 +79,7 @@ under the License.
<connection>scm:git:https://gitbox.apache.org/repos/asf/griffin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/griffin.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=griffin.git;a=summary</url>
<tag>HEAD</tag>
<tag>griffin-0.6.0</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.griffin</groupId>
<artifactId>griffin</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.griffin</groupId>
<artifactId>griffin</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</parent>
<artifactId>ui</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 53521d5

Please sign in to comment.