Skip to content

Commit f9b802c

Browse files
committed
8.0.0-SNAPSHOT while developing
1 parent f1599b7 commit f9b802c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/release/apps-upgrade.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies {
8383
8484
repositories {
8585
mavenCentral()
86-
xp.enonicRepo()
86+
xp.enonicRepo('dev') //TODO 'dev' is only while XP 8.0 is in development
8787
}
8888
----
8989

@@ -101,7 +101,7 @@ appDisplayName = My Cool App
101101
appName = com.acme.something.myproject
102102
vendorName = Acme Inc
103103
vendorUrl = https://example.com
104-
xpVersion = 8.0.0
104+
xpVersion = 8.0.0-SNAPSHOT #TODO 'dev' is only while XP 8.0 is in development
105105
106106
# Settings for publishing to a Maven repo
107107
group = com.acme.something
@@ -125,7 +125,7 @@ plugins {
125125
126126
repositories {
127127
mavenCentral()
128-
xp.enonicRepo()
128+
xp.enonicRepo('dev') //TODO 'dev' is only while XP 8.0 is in development
129129
}
130130
131131

0 commit comments

Comments
 (0)