Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Jan 11, 2010
1 parent 2b057ec commit 0df07c7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 66 deletions.
79 changes: 28 additions & 51 deletions pom.groovy
Expand Up @@ -10,18 +10,22 @@ project {
version '0.7-SNAPSHOT'
packaging 'pom'
name 'Polyglot Maven'
issueManagement {
system 'JIRA'
url 'https://issues.sonatype.org/browse/PMAVEN'
url 'https://docs.sonatype.org/display/PMAVEN'
licenses {
license {
name 'The Apache Software License, Version 2.0'
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
distribution 'repo'
}
}
scm {
connection 'scm:git:git://github.com/sonatype/graven.git'
developerConnection 'scm:git:ssh://git@github.com/sonatype/graven.git'
url 'https://github.com/sonatype/graven'
connection 'scm:git:git://github.com/sonatype/polyglot-maven.git'
developerConnection 'scm:git:ssh://git@github.com/sonatype/polyglot-maven.git'
url 'https://github.com/sonatype/polyglot-maven'
}
ciManagement {
system 'Hudson'
url 'https://grid.sonatype.org/ci/view/PMaven'
issueManagement {
system 'JIRA'
url 'https://issues.sonatype.org/browse/PMAVEN'
}
build {
defaultGoal 'install'
Expand Down Expand Up @@ -107,20 +111,10 @@ project {
module 'pmaven-clojure'
module 'pmaven-scala'
module 'pmaven-cli'
module 'pmaven-commands'
}
dependencies {
dependency {
groupId 'junit'
artifactId 'junit'
version '4.7'
scope 'test'
}
dependency {
groupId 'org.codehaus.groovy'
artifactId 'groovy'
scope 'test'
}
properties {
mavenVersion '3.0-alpha-6'
'project.build.sourceEncoding' 'UTF-8'
}
dependencyManagement {
dependencies {
Expand Down Expand Up @@ -189,22 +183,6 @@ project {
artifactId 'jna'
version '3.2.3'
}
dependency {
groupId 'org.sonatype.gshell'
artifactId 'gshell-core'
version '2.1'
}
dependency {
groupId 'org.sonatype.gshell'
artifactId 'gshell-core'
version '2.1'
classifier 'tests'
}
dependency {
groupId 'org.sonatype.gshell'
artifactId 'gshell-plexus'
version '2.1'
}
dependency {
groupId 'org.sonatype.pmaven'
artifactId 'pmaven-common'
Expand All @@ -230,16 +208,6 @@ project {
artifactId 'pmaven-yaml'
version '0.7-SNAPSHOT'
}
dependency {
groupId 'org.sonatype.pmaven'
artifactId 'pmaven-jruby'
version '0.7-SNAPSHOT'
}
dependency {
groupId 'org.sonatype.pmaven'
artifactId 'pmaven-commands'
version '0.7-SNAPSHOT'
}
dependency {
groupId 'org.sonatype.pmaven'
artifactId 'pmaven-clojure'
Expand All @@ -252,8 +220,17 @@ project {
}
}
}
properties {
mavenVersion '3.0-alpha-5'
'project.build.sourceEncoding' 'UTF-8'
dependencies {
dependency {
groupId 'junit'
artifactId 'junit'
version '4.7'
scope 'test'
}
dependency {
groupId 'org.codehaus.groovy'
artifactId 'groovy'
scope 'test'
}
}
}
22 changes: 7 additions & 15 deletions pom.yml
Expand Up @@ -51,7 +51,6 @@ build:
version: 2.0-beta-9
- {artifactId: maven-scm-plugin, extensions: false, groupId: org.apache.maven.plugins,
inherited: true, version: '1.2'}
ciManagement: {system: Hudson, url: 'https://grid.sonatype.org/ci/view/PMaven'}
dependencies:
- {artifactId: junit, groupId: junit, optional: false, scope: test, type: jar, version: '4.7'}
- {artifactId: groovy, groupId: org.codehaus.groovy, optional: false, scope: test,
Expand Down Expand Up @@ -82,12 +81,6 @@ dependencyManagement:
- {artifactId: grrrowl, groupId: org.sonatype.grrrowl, optional: false, type: jar,
version: '1.0'}
- {artifactId: jna, groupId: net.java.dev.jna, optional: false, type: jar, version: 3.2.3}
- {artifactId: gshell-core, groupId: org.sonatype.gshell, optional: false, type: jar,
version: '2.1'}
- {artifactId: gshell-core, classifier: tests, groupId: org.sonatype.gshell, optional: false,
type: jar, version: '2.1'}
- {artifactId: gshell-plexus, groupId: org.sonatype.gshell, optional: false, type: jar,
version: '2.1'}
- {artifactId: pmaven-common, groupId: org.sonatype.pmaven, optional: false, type: jar,
version: 0.7-SNAPSHOT}
- {artifactId: pmaven-cli, groupId: org.sonatype.pmaven, optional: false, type: jar,
Expand All @@ -98,24 +91,23 @@ dependencyManagement:
version: 0.7-SNAPSHOT}
- {artifactId: pmaven-yaml, groupId: org.sonatype.pmaven, optional: false, type: jar,
version: 0.7-SNAPSHOT}
- {artifactId: pmaven-jruby, groupId: org.sonatype.pmaven, optional: false, type: jar,
version: 0.7-SNAPSHOT}
- {artifactId: pmaven-commands, groupId: org.sonatype.pmaven, optional: false, type: jar,
version: 0.7-SNAPSHOT}
- {artifactId: pmaven-clojure, groupId: org.sonatype.pmaven, optional: false, type: jar,
version: 0.7-SNAPSHOT}
- {artifactId: pmaven-scala, groupId: org.sonatype.pmaven, optional: false, type: jar,
version: 0.7-SNAPSHOT}
groupId: org.sonatype.pmaven
issueManagement: {system: JIRA, url: 'https://issues.sonatype.org/browse/PMAVEN'}
licenses:
- {distribution: repo, name: 'The Apache Software License, Version 2.0', url: 'http://www.apache.org/licenses/LICENSE-2.0.txt'}
modelVersion: 4.0.0
modules: [pmaven-common, pmaven-maven-plugin, pmaven-groovy, pmaven-yaml, pmaven-clojure,
pmaven-scala, pmaven-cli, pmaven-commands]
pmaven-scala, pmaven-cli]
name: Polyglot Maven
packaging: pom
parent: {artifactId: forge-parent, groupId: org.sonatype.forge, relativePath: ../pom.xml,
version: '5'}
properties: {mavenVersion: 3.0-alpha-5, project.build.sourceEncoding: UTF-8}
scm: {connection: 'scm:git:git://github.com/sonatype/graven.git', developerConnection: 'scm:git:ssh://git@github.com/sonatype/graven.git',
tag: HEAD, url: 'https://github.com/sonatype/graven'}
properties: {mavenVersion: 3.0-alpha-6, project.build.sourceEncoding: UTF-8}
scm: {connection: 'scm:git:git://github.com/sonatype/polyglot-maven.git', developerConnection: 'scm:git:ssh://git@github.com/sonatype/polyglot-maven.git',
tag: HEAD, url: 'https://github.com/sonatype/polyglot-maven'}
url: https://docs.sonatype.org/display/PMAVEN
version: 0.7-SNAPSHOT

0 comments on commit 0df07c7

Please sign in to comment.