File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/uk/co/spudsoft/query Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ services:
5050 - 16686:16686
5151
5252 query-engine :
53- image : ghcr.io/yaytay/query-engine-design-mode:0.0.73-1 -main
53+ image : ghcr.io/yaytay/query-engine-design-mode:0.0.75-2 -main
5454 ports :
5555 - 2000:8080
5656 volumes :
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ private void outputRow(DataRow row) throws Throwable {
266266 if (STD_ITEM_ELEMENTS .contains (fieldName )) {
267267 writer .writeStartElement (fieldName );
268268 } else {
269- writer .writeStartElement ("custom" , customNamespace );
269+ writer .writeStartElement (customNamespace , fieldName );
270270 }
271271 if (v != null ) {
272272 writer .writeCharacters (formatValue (v ));
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public final class Version {
3434 /**
3535 * The project version, as set in the Maven pom.xml.
3636 */
37- public static final String MAVEN_PROJECT_VERSION = "0.0.73-1 -main" ;
37+ public static final String MAVEN_PROJECT_VERSION = "0.0.75-2 -main" ;
3838
3939 private Version () {
4040 }
You can’t perform that action at this time.
0 commit comments