Skip to content

Commit

Permalink
Append _2.9 tag to all artifact IDs to denote Scala binary compatibil…
Browse files Browse the repository at this point in the history
…ity.
  • Loading branch information
rossabaker committed Nov 14, 2012
1 parent 0f79ce1 commit 3aac377
Show file tree
Hide file tree
Showing 39 changed files with 156 additions and 156 deletions.
4 changes: 2 additions & 2 deletions archetypes/pom.xml
Expand Up @@ -22,12 +22,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-project</artifactId>
<artifactId>scalate-project_2.9</artifactId>
<version>1.6.0-SNAPSHOT</version>
</parent>

<groupId>org.fusesource.scalate.tooling</groupId>
<artifactId>archetypes</artifactId>
<artifactId>archetypes_2.9</artifactId>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions archetypes/scalate-archetype-guice/pom.xml
Expand Up @@ -23,11 +23,11 @@

<parent>
<groupId>org.fusesource.scalate.tooling</groupId>
<artifactId>archetypes</artifactId>
<artifactId>archetypes_2.9</artifactId>
<version>1.6.0-SNAPSHOT</version>
</parent>

<artifactId>scalate-archetype-guice</artifactId>
<artifactId>scalate-archetype-guice_2.9</artifactId>
<packaging>maven-archetype</packaging>

<name>${project.artifactId}</name>
Expand Down
Expand Up @@ -77,7 +77,7 @@
</dependency>
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-guice</artifactId>
<artifactId>scalate-guice_2.9</artifactId>
<version>\${scalate-version}</version>
</dependency>
<dependency>
Expand All @@ -91,7 +91,7 @@
<!-- testing -->
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-test</artifactId>
<artifactId>scalate-test_2.9</artifactId>
<version>\${scalate-version}</version>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -312,7 +312,7 @@

<plugin>
<groupId>org.fusesource.scalate</groupId>
<artifactId>maven-scalate-plugin</artifactId>
<artifactId>maven-scalate-plugin_2.9</artifactId>
<version>\${scalate-version}</version>
<executions>
<execution>
Expand Down
4 changes: 2 additions & 2 deletions archetypes/scalate-archetype-jersey/pom.xml
Expand Up @@ -22,11 +22,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.fusesource.scalate.tooling</groupId>
<artifactId>archetypes</artifactId>
<artifactId>archetypes_2.9</artifactId>
<version>1.6.0-SNAPSHOT</version>
</parent>

<artifactId>scalate-archetype-jersey</artifactId>
<artifactId>scalate-archetype-jersey_2.9</artifactId>
<packaging>maven-archetype</packaging>

<name>${project.artifactId}</name>
Expand Down
Expand Up @@ -76,7 +76,7 @@
</dependency>
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-page</artifactId>
<artifactId>scalate-page_2.9</artifactId>
<version>\${scalate-version}</version>
</dependency>
<dependency>
Expand All @@ -95,7 +95,7 @@
<!-- testing -->
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-test</artifactId>
<artifactId>scalate-test_2.9</artifactId>
<version>\${scalate-version}</version>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -303,7 +303,7 @@

<plugin>
<groupId>org.fusesource.scalate</groupId>
<artifactId>maven-scalate-plugin</artifactId>
<artifactId>maven-scalate-plugin_2.9</artifactId>
<version>\${scalate-version}</version>
<executions>
<execution>
Expand Down
4 changes: 2 additions & 2 deletions archetypes/scalate-archetype-sitegen/pom.xml
Expand Up @@ -22,11 +22,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.fusesource.scalate.tooling</groupId>
<artifactId>archetypes</artifactId>
<artifactId>archetypes_2.9</artifactId>
<version>1.6.0-SNAPSHOT</version>
</parent>

<artifactId>scalate-archetype-sitegen</artifactId>
<artifactId>scalate-archetype-sitegen_2.9</artifactId>
<packaging>maven-archetype</packaging>

<name>${project.artifactId}</name>
Expand Down
Expand Up @@ -49,12 +49,12 @@
</dependency>
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-wikitext</artifactId>
<artifactId>scalate-wikitext_2.9</artifactId>
<version>\${scalate-version}</version>
</dependency>
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-page</artifactId>
<artifactId>scalate-page_2.9</artifactId>
<version>\${scalate-version}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -203,7 +203,7 @@

<plugin>
<groupId>org.fusesource.scalate</groupId>
<artifactId>maven-scalate-plugin</artifactId>
<artifactId>maven-scalate-plugin_2.9</artifactId>
<version>${project.version}</version>
<executions>
<execution>
Expand Down
8 changes: 4 additions & 4 deletions archetypes/scalate-archetypes-itests/pom.xml
Expand Up @@ -22,12 +22,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.fusesource.scalate.tooling</groupId>
<artifactId>archetypes</artifactId>
<artifactId>archetypes_2.9</artifactId>
<version>1.6.0-SNAPSHOT</version>
</parent>

<name>${project.artifactId}</name>
<artifactId>scalate-archetypes-itests</artifactId>
<artifactId>scalate-archetypes-itests_2.9</artifactId>

<dependencies>
<dependency>
Expand All @@ -53,7 +53,7 @@

<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-core</artifactId>
<artifactId>scalate-core_2.9</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand All @@ -65,7 +65,7 @@

<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-test</artifactId>
<artifactId>scalate-test_2.9</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions maven-scalate-plugin/pom.xml
Expand Up @@ -23,11 +23,11 @@

<parent>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-project</artifactId>
<artifactId>scalate-project_2.9</artifactId>
<version>1.6.0-SNAPSHOT</version>
</parent>

<artifactId>maven-scalate-plugin</artifactId>
<artifactId>maven-scalate-plugin_2.9</artifactId>
<packaging>maven-plugin</packaging>

<name>${project.artifactId}</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -29,7 +29,7 @@
</parent>

<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-project</artifactId>
<artifactId>scalate-project_2.9</artifactId>
<version>1.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

Expand Down Expand Up @@ -936,7 +936,7 @@
<plugins>
<plugin>
<groupId>org.fusesource.scalate</groupId>
<artifactId>maven-scalate-plugin</artifactId>
<artifactId>maven-scalate-plugin_2.9</artifactId>
<version>${project.version}</version>
<executions>
<execution>
Expand All @@ -955,7 +955,7 @@
<dependencies>
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-jrebel</artifactId>
<artifactId>scalate-jrebel_2.9</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions samples/pom.xml
Expand Up @@ -23,12 +23,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-project</artifactId>
<artifactId>scalate-project_2.9</artifactId>
<version>1.6.0-SNAPSHOT</version>
</parent>

<groupId>org.fusesource.scalate.samples</groupId>
<artifactId>samples</artifactId>
<artifactId>samples_2.9</artifactId>

<packaging>pom</packaging>

Expand Down
10 changes: 5 additions & 5 deletions samples/scalate-bookstore/pom.xml
Expand Up @@ -22,11 +22,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.fusesource.scalate.samples</groupId>
<artifactId>samples</artifactId>
<artifactId>samples_2.9</artifactId>
<version>1.6.0-SNAPSHOT</version>
</parent>

<artifactId>scalate-bookstore</artifactId>
<artifactId>scalate-bookstore_2.9</artifactId>
<packaging>war</packaging>

<name>${project.artifactId}</name>
Expand All @@ -39,7 +39,7 @@
<dependencies>
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-war</artifactId>
<artifactId>scalate-war_2.9</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
Expand All @@ -51,7 +51,7 @@
</dependency>
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-guice</artifactId>
<artifactId>scalate-guice_2.9</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand All @@ -69,7 +69,7 @@
<!-- testing -->
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-test</artifactId>
<artifactId>scalate-test_2.9</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions samples/scalate-example/pom.xml
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.fusesource.scalate.samples</groupId>
<artifactId>scalate-example</artifactId>
<artifactId>scalate-example_2.9</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>war</packaging>

Expand Down Expand Up @@ -78,14 +78,14 @@
<!-- for wiki markup -->
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-page</artifactId>
<artifactId>scalate-page_2.9</artifactId>
<version>${scalate-version}</version>
</dependency>

<!-- for sass/scss -->
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-jruby</artifactId>
<artifactId>scalate-jruby_2.9</artifactId>
<version>${scalate-version}</version>
</dependency>
<dependency>
Expand All @@ -104,7 +104,7 @@
<!-- testing -->
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-test</artifactId>
<artifactId>scalate-test_2.9</artifactId>
<version>${scalate-version}</version>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -312,7 +312,7 @@

<plugin>
<groupId>org.fusesource.scalate</groupId>
<artifactId>maven-scalate-plugin</artifactId>
<artifactId>maven-scalate-plugin_2.9</artifactId>
<version>${scalate-version}</version>
<executions>
<execution>
Expand Down
10 changes: 5 additions & 5 deletions samples/scalate-presentation/pom.xml
Expand Up @@ -22,11 +22,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.fusesource.scalate.samples</groupId>
<artifactId>samples</artifactId>
<artifactId>samples_2.9</artifactId>
<version>1.6.0-SNAPSHOT</version>
</parent>

<artifactId>scalate-presentation</artifactId>
<artifactId>scalate-presentation_2.9</artifactId>
<packaging>war</packaging>

<name>${project.artifactId}</name>
Expand All @@ -45,12 +45,12 @@
</dependency>
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-wikitext</artifactId>
<artifactId>scalate-wikitext_2.9</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-page</artifactId>
<artifactId>scalate-page_2.9</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down Expand Up @@ -82,7 +82,7 @@

<plugin>
<groupId>org.fusesource.scalate</groupId>
<artifactId>maven-scalate-plugin</artifactId>
<artifactId>maven-scalate-plugin_2.9</artifactId>
<version>${project.version}</version>
<configuration>
<warSourceDirectory>${basedir}/src</warSourceDirectory>
Expand Down
10 changes: 5 additions & 5 deletions samples/scalate-sample-precompile/pom.xml
Expand Up @@ -22,11 +22,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.fusesource.scalate.samples</groupId>
<artifactId>samples</artifactId>
<artifactId>samples_2.9</artifactId>
<version>1.6.0-SNAPSHOT</version>
</parent>

<artifactId>scalate-sample-precompile</artifactId>
<artifactId>scalate-sample-precompile_2.9</artifactId>
<packaging>war</packaging>

<name>${project.artifactId}</name>
Expand All @@ -39,7 +39,7 @@
<dependencies>
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-war</artifactId>
<artifactId>scalate-war_2.9</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
Expand All @@ -60,7 +60,7 @@
</dependency>
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-page</artifactId>
<artifactId>scalate-page_2.9</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand All @@ -81,7 +81,7 @@
<!-- testing -->
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-test</artifactId>
<artifactId>scalate-test_2.9</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 3aac377

Please sign in to comment.