Skip to content

Commit

Permalink
changed groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
cerker committed Feb 7, 2012
1 parent fb25d8d commit 7c2a650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions maven-latex-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.akquinet.maven</groupId>
<groupId>de.akquinet.jbosscc.latex</groupId>
<artifactId>maven-latex-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.1</version>
<version>1.2</version>
<name>Maven LaTeX Plugin</name>

<description>
Expand Down
4 changes: 2 additions & 2 deletions test-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>1.0</version>
<name>Maven LaTeX Plugin - Test Site</name>
<properties>
<maven-latex-plugin.version>1.1</maven-latex-plugin.version>
<maven-latex-plugin.version>1.2</maven-latex-plugin.version>
</properties>
<pluginRepositories>
<pluginRepository>
Expand All @@ -26,7 +26,7 @@
</configuration>
</plugin>
<plugin>
<groupId>de.akquinet.maven</groupId>
<groupId>de.akquinet.jbosscc.latex</groupId>
<artifactId>maven-latex-plugin</artifactId>
<version>${maven-latex-plugin.version}</version>
<configuration>
Expand Down

0 comments on commit 7c2a650

Please sign in to comment.