Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.m2m.atl.engine/pom.xml')
-rw-r--r--plugins/org.eclipse.m2m.atl.engine/pom.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/plugins/org.eclipse.m2m.atl.engine/pom.xml b/plugins/org.eclipse.m2m.atl.engine/pom.xml
index b490ce22..ec79af75 100644
--- a/plugins/org.eclipse.m2m.atl.engine/pom.xml
+++ b/plugins/org.eclipse.m2m.atl.engine/pom.xml
@@ -2,9 +2,9 @@
<!--
Copyright (c) 2012 Obeo.
All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
+ are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
Contributors:
Obeo - initial creator
@@ -17,12 +17,12 @@
<parent>
<artifactId>m2m.atl-parent</artifactId>
<groupId>org.eclipse.m2m.atl</groupId>
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.m2m.atl.releng.parent</relativePath>
</parent>
<groupId>org.eclipse.m2m.atl</groupId>
<artifactId>org.eclipse.m2m.atl.engine</artifactId>
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
@@ -57,8 +57,7 @@
</goals>
<configuration>
<file>${project.build.directory}/${project.artifactId}-${project.version}.jar</file>
- <files>${project.build.directory}/${project.artifactId}-${project.version}-sources.jar</files>
- <classifiers>sources</classifiers>
+ <sources>${project.build.directory}/${project.artifactId}-${project.version}-sources.jar</sources>
<repositoryId>${project.distributionManagement.snapshotRepository.id}</repositoryId>
<url>${project.distributionManagement.snapshotRepository.url}</url>
<groupId>${project.groupId}</groupId>
@@ -95,8 +94,7 @@
</goals>
<configuration>
<file>${project.build.directory}/${project.artifactId}-${project.version}.jar</file>
- <files>${project.build.directory}/${project.artifactId}-${project.version}-sources.jar</files>
- <classifiers>sources</classifiers>
+ <sources>${project.build.directory}/${project.artifactId}-${project.version}-sources.jar</sources>
<repositoryId>${project.distributionManagement.repository.id}</repositoryId>
<url>${project.distributionManagement.repository.url}</url>
<groupId>${project.groupId}</groupId>

Back to the top