Skip to content

Conversation

@jperedadnr
Copy link
Collaborator

No description provided.

<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>12.0.1</version>
<version>12.0.2</version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use a maven property for this to make future changes easier.

Copy link
Collaborator Author

@jperedadnr jperedadnr Jul 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even if we use Maven properties, these will be on top of each pom, so we will have to update every single file either way.

We could add a parent pom for all the maven samples, but I don't think we should, as each sample is isolated.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. However, in this case we update it at one place instead of spreading it across the file.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But this applies only if we have two or more dependencies, so it is a little bit overkilling imo

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may also move to a maven property to keep all versions consolidated at one place.

<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>12.0.1</version>
<version>12.0.2</version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As stated before, these versions can move to maven properties to make future changes easier.

-fx-font-weight: bold;
.label {
-fx-text-fill: blue;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should remember to close PR #30 after we merge this PR.

@jperedadnr jperedadnr merged commit 8858a93 into openjfx:master Jul 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants