Skip to content

Commit

Permalink
removed redundant XML tags and fixed Xtend URL
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 29, 2024
1 parent 4e5d5d4 commit 2f8d058
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions org.eclipse.xtend.maven.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@
<artifactId>org.eclipse.xtend.maven.parent</artifactId>
<packaging>pom</packaging>

<url>http://xtend-lang.org</url>
<url>https://eclipse.dev/Xtext/xtend/</url>
<name>Xtend Maven Plugin Parent POM</name>
<description>Xtend is a little language that compiles into idiomatic Java source code. You can use any existing Java library seamlessly from Xtend (and vice-versa). The compiled output is readable and pretty-printed, and tends to run as fast or faster than the equivalent handwritten Java code. It's the CoffeeScript for Java.</description>

<scm>
<connection>scm:git:https://github.com/eclipse-xtext/xtext.git</connection>
<developerConnection>scm:git:https://github.com/eclipse-xtext/xtext.git</developerConnection>
<url>https://github.com/eclipse-xtext/xtext.git</url>
</scm>

<properties>
<root-dir>${basedir}/..</root-dir>
<maven.version>3.6.0</maven.version>
Expand Down

0 comments on commit 2f8d058

Please sign in to comment.