-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbeaver/dbeaver-infra#187 PRO osgi test runner #3190
dbeaver/dbeaver-infra#187 PRO osgi test runner #3190
Conversation
a66d882
to
c5dbfb9
Compare
<version>1.0.0-SNAPSHOT</version> | ||
<relativePath>../</relativePath> | ||
</parent> | ||
<artifactId>io.cloudbeaver.ws.feature</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<artifactId>io.cloudbeaver.ws.feature</artifactId> | |
<artifactId>io.cloudbeaver.test.feature</artifactId> |
<relativePath>../</relativePath> | ||
</parent> | ||
<artifactId>io.cloudbeaver.ws.feature</artifactId> | ||
<version>1.0.66-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<version>1.0.66-SNAPSHOT</version> | |
<version>1.0.0-SNAPSHOT</version> |
@@ -0,0 +1,176 @@ | |||
F:\dbeaver-workspace\dbeaver-pro\..\..\cloudbeaver\server\product\web-server\CloudbeaverServer.product |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like redundant file
Closes dbeaver/dbeaver-infra#187