Skip to content

Commit 37fcab4

Browse files
committed
--wip-- [skip ci]
1 parent 8d49a96 commit 37fcab4

File tree

24 files changed

+23
-34
lines changed

24 files changed

+23
-34
lines changed

xwiki-platform-core/xwiki-platform-node/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -127,21 +127,10 @@
127127
<arguments>run deploy -- ${xwiki.npm.snapshot.registry} ${xwiki.npm.release.registry} ${basedir}/src/main/node</arguments>
128128
<workingDirectory>${basedir}/src/main/node</workingDirectory>
129129
<installDirectory>${basedir}/target</installDirectory>
130-
<environmentVariables>
131-
<NPM_SNAPSHOT_REGISTRY>${xwiki.npm.snapshot.registry}</NPM_SNAPSHOT_REGISTRY>
132-
<NPM_RELEASE_REGISTRY>${xwiki.npm.release.registry}</NPM_RELEASE_REGISTRY>
133-
</environmentVariables>
134130
</configuration>
135131
</execution>
136132
</executions>
137133
</plugin>
138-
<plugin>
139-
<groupId>org.apache.maven.plugins</groupId>
140-
<artifactId>maven-deploy-plugin</artifactId>
141-
<configuration>
142-
<skip>true</skip>
143-
</configuration>
144-
</plugin>
145134
</plugins>
146135
</build>
147136
</project>

xwiki-platform-core/xwiki-platform-node/src/main/node/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xwiki/platform-api",
3-
"version": "0.0.2",
3+
"version": "18.0.0-SNAPSHOT",
44
"license": "LGPL 2.1",
55
"author": "XWiki Org Community <[email protected]>",
66
"homepage": "https://xwiki.org/",

xwiki-platform-core/xwiki-platform-node/src/main/node/core/attachments/attachments-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xwiki/platform-attachments-api",
3-
"version": "0.0.2",
3+
"version": "18.0.0-SNAPSHOT",
44
"license": "LGPL 2.1",
55
"author": "XWiki Org Community <[email protected]>",
66
"homepage": "https://xwiki.org/",

xwiki-platform-core/xwiki-platform-node/src/main/node/core/attachments/attachments-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xwiki/platform-attachments-default",
3-
"version": "0.0.2",
3+
"version": "18.0.0-SNAPSHOT",
44
"license": "LGPL 2.1",
55
"author": "XWiki Org Community <[email protected]>",
66
"homepage": "https://xwiki.org/",

xwiki-platform-core/xwiki-platform-node/src/main/node/core/authentication/authentication-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xwiki/platform-authentication-api",
3-
"version": "0.0.2",
3+
"version": "18.0.0-SNAPSHOT",
44
"license": "LGPL 2.1",
55
"author": "XWiki Org Community <[email protected]>",
66
"homepage": "https://xwiki.org/",

xwiki-platform-core/xwiki-platform-node/src/main/node/core/backends/backend-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xwiki/platform-backend-api",
3-
"version": "0.0.2",
3+
"version": "18.0.0-SNAPSHOT",
44
"license": "LGPL 2.1",
55
"author": "XWiki Org Community <[email protected]>",
66
"homepage": "https://xwiki.org/",

xwiki-platform-core/xwiki-platform-node/src/main/node/core/collaboration/collaboration-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xwiki/platform-collaboration-api",
3-
"version": "0.0.2",
3+
"version": "18.0.0-SNAPSHOT",
44
"license": "LGPL 2.1",
55
"author": "XWiki Org Community <[email protected]>",
66
"homepage": "https://xwiki.org/",

xwiki-platform-core/xwiki-platform-node/src/main/node/core/configuration/configuration-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xwiki/platform-configuration-api",
3-
"version": "0.0.2",
3+
"version": "18.0.0-SNAPSHOT",
44
"license": "LGPL 2.1",
55
"author": "XWiki Org Community <[email protected]>",
66
"homepage": "https://xwiki.org/",

xwiki-platform-core/xwiki-platform-node/src/main/node/core/document/document-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xwiki/platform-document-api",
3-
"version": "0.0.2",
3+
"version": "18.0.0-SNAPSHOT",
44
"license": "LGPL 2.1",
55
"author": "XWiki Org Community <[email protected]>",
66
"homepage": "https://xwiki.org/",

xwiki-platform-core/xwiki-platform-node/src/main/node/core/fn-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xwiki/platform-fn-utils",
3-
"version": "0.0.2",
3+
"version": "18.0.0-SNAPSHOT",
44
"license": "LGPL 2.1",
55
"author": "XWiki Org Community <[email protected]>",
66
"homepage": "https://xwiki.org/",

0 commit comments

Comments
 (0)