You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2019/05/22 02:23:17 UTC

[airavata] branch develop updated: Fixing a typo in artifactId

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new 879b1f6  Fixing a typo in artifactId
     new 8555846  Merge pull request #222 from shivamriky/develop
879b1f6 is described below

commit 879b1f68313bfa265e6d922af6e43ca74fa42ea3
Author: Shivam Rastogi <sh...@gmail.com>
AuthorDate: Tue May 21 19:51:02 2019 -0400

    Fixing a typo in artifactId
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1696e52..c917ec5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -594,7 +594,7 @@
                     </plugin>
 		    <plugin>
 		       <groupId>org.apache.maven.plugins</groupId>
-		       <artificatId>maven-jar-plugins</artificatId>
+		       <artifactId>maven-jar-plugins</artifactId>
 		       <version>$(openjpa.version)</version>
 		    </plugin>