Skip to content

Commit 72a7ce8

Browse files
committed
renaming parent project artifact so that you get a nicer default release tag name..
1 parent b99ed7f commit 72a7ce8

File tree

7 files changed

+7
-7
lines changed
  • org.eclipse.mylyn.wikitext.confluence.core
  • org.eclipse.mylyn.wikitext.core
  • org.eclipse.mylyn.wikitext.mediawiki.core
  • org.eclipse.mylyn.wikitext.textile.core
  • org.eclipse.mylyn.wikitext.tracwiki.core
  • org.eclipse.mylyn.wikitext.twiki.core

7 files changed

+7
-7
lines changed

org.eclipse.mylyn.wikitext.confluence.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.fusesource.wikitext</groupId>
6-
<artifactId>project</artifactId>
6+
<artifactId>wikitext-project</artifactId>
77
<version>1.1-SNAPSHOT</version>
88
</parent>
99

org.eclipse.mylyn.wikitext.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.fusesource.wikitext</groupId>
6-
<artifactId>project</artifactId>
6+
<artifactId>wikitext-project</artifactId>
77
<version>1.1-SNAPSHOT</version>
88
</parent>
99

org.eclipse.mylyn.wikitext.mediawiki.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.fusesource.wikitext</groupId>
6-
<artifactId>project</artifactId>
6+
<artifactId>wikitext-project</artifactId>
77
<version>1.1-SNAPSHOT</version>
88
</parent>
99

org.eclipse.mylyn.wikitext.textile.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.fusesource.wikitext</groupId>
6-
<artifactId>project</artifactId>
6+
<artifactId>wikitext-project</artifactId>
77
<version>1.1-SNAPSHOT</version>
88
</parent>
99

org.eclipse.mylyn.wikitext.tracwiki.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.fusesource.wikitext</groupId>
6-
<artifactId>project</artifactId>
6+
<artifactId>wikitext-project</artifactId>
77
<version>1.1-SNAPSHOT</version>
88
</parent>
99

org.eclipse.mylyn.wikitext.twiki.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.fusesource.wikitext</groupId>
6-
<artifactId>project</artifactId>
6+
<artifactId>wikitext-project</artifactId>
77
<version>1.1-SNAPSHOT</version>
88
</parent>
99

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99

1010
<groupId>org.fusesource.wikitext</groupId>
11-
<artifactId>project</artifactId>
11+
<artifactId>wikitext-project</artifactId>
1212
<version>1.1-SNAPSHOT</version>
1313

1414
<packaging>pom</packaging>

0 commit comments

Comments
 (0)