Skip to content
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

Attribute [VERSION] not found #1

Open
mjclemente opened this issue Dec 10, 2020 · 0 comments
Open

Attribute [VERSION] not found #1

mjclemente opened this issue Dec 10, 2020 · 0 comments

Comments

@mjclemente
Copy link

I think this issue is already resolved in the maven-client dependency, but this hasn't been updated to use it.

When I tried to use the command on the pom.xml for AntiSamy, it failed with this error:

Attribute [VERSION] not found


/Users/matthew/.CommandBox/cfml/modules/maven-command/modules/maven-client/models/Maven.cfc: line 163
161: 				d.version = dep.version.xmlText;
162: 				if (d.version == "${project.version}") {
163: 					d.version = rootXml.XmlRoot.version.xmlText;
164: 				} else if (d.version contains "${" && rootXml.XmlRoot.keyExists("properties")) {
165: 					//check properties ${prop.name}

I looks like you already updated the client to account for this, but the update hasn't made it to this command yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant