File tree 5 files changed +5
-13
lines changed
domino-message-binding-v2-client
domino-message-binding-v2-processor
domino-message-binding-v2-shared
5 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 102
102
<extensions >true</extensions >
103
103
<configuration >
104
104
<failOnError >true</failOnError >
105
- <moduleName >com.github.nalukit.domino.message.binding.DominoMessageBinding</moduleName >
105
+ <moduleName >com.github.nalukit.domino.v2. message.binding.DominoMessageBinding</moduleName >
106
106
</configuration >
107
107
</plugin >
108
108
</plugins >
Original file line number Diff line number Diff line change 24
24
"http://www.gwtproject.org/doctype/2.8.2/gwt-module.dtd">
25
25
<module >
26
26
<!-- Other module inherits -->
27
+ <inherits name =' org.dominokit.domino.ui.DominoUI' />
27
28
28
29
<!-- Specify the paths for translatable code -->
29
30
<source path =' client' />
Original file line number Diff line number Diff line change 76
76
</properties >
77
77
78
78
<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
-
89
79
<dependency >
90
80
<groupId >com.github.nalukit</groupId >
91
81
<artifactId >domino-message-binding-v2-client</artifactId >
Original file line number Diff line number Diff line change 86
86
<plugins >
87
87
<plugin >
88
88
<artifactId >maven-source-plugin</artifactId >
89
+ <version >3.2.1</version >
89
90
</plugin >
90
91
</plugins >
91
92
</build >
Original file line number Diff line number Diff line change 65
65
</issueManagement >
66
66
67
67
<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> -- >
70
70
71
71
<!-- GWT needs at least java 1.6 -->
72
72
<maven .compiler.source>1.8</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments