Skip to content

Commit 39f7a5d

Browse files
committed
update dependencies to latest HEAD-SNAPSHOT
1 parent ce7173b commit 39f7a5d

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

domino-message-binding-v2-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<extensions>true</extensions>
103103
<configuration>
104104
<failOnError>true</failOnError>
105-
<moduleName>com.github.nalukit.domino.message.binding.DominoMessageBinding</moduleName>
105+
<moduleName>com.github.nalukit.domino.v2.message.binding.DominoMessageBinding</moduleName>
106106
</configuration>
107107
</plugin>
108108
</plugins>

domino-message-binding-v2-client/src/main/module.gwt.xml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"http://www.gwtproject.org/doctype/2.8.2/gwt-module.dtd">
2525
<module>
2626
<!-- Other module inherits -->
27+
<inherits name='org.dominokit.domino.ui.DominoUI'/>
2728

2829
<!-- Specify the paths for translatable code -->
2930
<source path='client'/>

domino-message-binding-v2-processor/pom.xml

-10
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,6 @@
7676
</properties>
7777

7878
<dependencies>
79-
<dependency>
80-
<groupId>org.dominokit</groupId>
81-
<artifactId>domino-ui</artifactId>
82-
</dependency>
83-
<dependency>
84-
<groupId>org.dominokit</groupId>
85-
<artifactId>domino-ui</artifactId>
86-
<classifier>sources</classifier>
87-
</dependency>
88-
8979
<dependency>
9080
<groupId>com.github.nalukit</groupId>
9181
<artifactId>domino-message-binding-v2-client</artifactId>

domino-message-binding-v2-shared/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
<plugins>
8787
<plugin>
8888
<artifactId>maven-source-plugin</artifactId>
89+
<version>3.2.1</version>
8990
</plugin>
9091
</plugins>
9192
</build>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
</issueManagement>
6666

6767
<properties>
68-
<!-- <domino.ui.version>HEAD-SNAPSHOT</domino.ui.version>-->
69-
<domino.ui.version>2.0.0-RC1</domino.ui.version>
68+
<domino.ui.version>HEAD-SNAPSHOT</domino.ui.version>
69+
<!-- <domino.ui.version>2.0.0-RC1</domino.ui.version>-->
7070

7171
<!-- GWT needs at least java 1.6 -->
7272
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)