Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZoltan Ujhelyi2019-08-10 14:44:35 +0000
committerZoltan Ujhelyi2019-08-10 14:44:35 +0000
commit554cfca6ee83a26b0f80af3f35bc88278e541941 (patch)
tree330cfdbeb89fc31472ccb2432cb146df7858cb57
parent72d7f35c4c6c781bb313fc86f5a7aca93720658f (diff)
downloadorg.eclipse.viatra.examples-554cfca6ee83a26b0f80af3f35bc88278e541941.tar.gz
org.eclipse.viatra.examples-554cfca6ee83a26b0f80af3f35bc88278e541941.tar.xz
org.eclipse.viatra.examples-554cfca6ee83a26b0f80af3f35bc88278e541941.zip
[releng] Changes VIATRA repository to support snapshots and releases
Change-Id: Ie4fc5aef62b54e3accd0acb6cb34fa64515e09de Signed-off-by: Zoltan Ujhelyi <zoltan.ujhelyi@incquerylabs.com>
-rw-r--r--cps/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/cps/pom.xml b/cps/pom.xml
index 3139382..f9edd87 100644
--- a/cps/pom.xml
+++ b/cps/pom.xml
@@ -244,11 +244,14 @@
</repositories>
<pluginRepositories>
<pluginRepository>
- <id>viatra-snapshots</id>
+ <id>viatra-repository</id>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
- <url>https://repo.eclipse.org/content/repositories/viatra-snapshots/</url>
+ <url>https://repo.eclipse.org/content/groups/viatra/</url>
</pluginRepository>
</pluginRepositories>
</project>

Back to the top