Skip to content

Commit

Permalink
artifact ID and version fixed, closes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Dec 19, 2011
1 parent 4656ee8 commit dd70729
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -28,7 +28,7 @@
<remoteRepository refid="wyona.remote.repository"/>
<dependency groupId="apache-jakarta-commons" artifactId="apache-jakarta-commons-lang" version="2.1"/>
<dependency groupId="apache-jakarta-commons" artifactId="apache-jakarta-commons-io" version="1.2"/>
<dependency groupId="org.hibernate" artifactId="jtidy-r8" version="20060801"/>
<dependency groupId="org.hibernate" artifactId="jtidy" version="r8-20060801"/>
<dependency groupId="xml-resolver" artifactId="xml-resolver" version="1.1"/>
</artifact:dependencies>

Expand Down
2 changes: 1 addition & 1 deletion src/resources/tinymce/src/build/dependencies.xml
Expand Up @@ -30,7 +30,7 @@
<remoteRepository refid="wyona.remote.repository"/>
<dependency groupId="apache-jakarta-commons" artifactId="apache-jakarta-commons-lang" version="2.1"/>
<dependency groupId="apache-jakarta-commons" artifactId="apache-jakarta-commons-io" version="1.2"/>
<dependency groupId="org.hibernate" artifactId="jtidy-r8" version="20060801"/>
<dependency groupId="org.hibernate" artifactId="jtidy" version="r8-20060801"/>
<dependency groupId="xml-resolver" artifactId="xml-resolver" version="1.1"/>
</artifact:dependencies>

Expand Down
2 changes: 1 addition & 1 deletion src/resources/xml/src/build/dependencies.xml
Expand Up @@ -20,7 +20,7 @@
<dependency groupId="xml-resolver" artifactId="xml-resolver" version="1.1"/>
<dependency groupId="xalan" artifactId="xalan" version="2.7.0"/>
<dependency groupId="apache-jakarta-commons" artifactId="apache-jakarta-commons-io" version="1.2"/>
<dependency groupId="org.hibernate" artifactId="jtidy-r8" version="20060801"/>
<dependency groupId="org.hibernate" artifactId="jtidy" version="r8-20060801"/>
</artifact:dependencies>

<artifact:dependencies pathId="maven2.resource.classpath" filesetId="maven2.resource.fileset">
Expand Down
2 changes: 1 addition & 1 deletion tools/apache-ant/lib/libraries.properties
Expand Up @@ -18,7 +18,7 @@

#if you change this, change the checksum to match
m2.version=2.0.4
m2.url=http://ibiblio.org/maven2/
m2.url=http://mirrors.ibiblio.org/maven2/
m2.artifact-name=maven-artifact-ant
m2.jar.name=${m2.artifact-name}-${m2.version}-dep.jar
#this is the URL of the antlib library, that is pulled down for everything else.
Expand Down

0 comments on commit dd70729

Please sign in to comment.