Skip to content

Commit

Permalink
jpos-core module now called just jpos
Browse files Browse the repository at this point in the history
The name was too long.
  • Loading branch information
ar committed Nov 28, 2010
1 parent 7096d89 commit 2111e7a
Show file tree
Hide file tree
Showing 582 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion compat_1_5_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependencies>
<dependency>
<groupId>org.jpos</groupId>
<artifactId>jpos-core</artifactId>
<artifactId>jpos</artifactId>
<version>1.8-SNAPSHOT</version>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jpos-core/pom.xml → jpos/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<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>
<artifactId>jpos-core</artifactId>
<artifactId>jpos</artifactId>
<packaging>jar</packaging>
<name>jPOS Core</name>
<name>jPOS</name>
<parent>
<groupId>org.jpos</groupId>
<artifactId>jpos-project</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<files>
<file>
<source>target/jpos-core-${project.version}.jar</source>
<source>target/jpos-${project.version}.jar</source>
<fileMode>0644</fileMode>
</file>
<file><source>../COPYRIGHT</source></file>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 2111e7a

Please sign in to comment.