Skip to content

Commit e9c5202

Browse files
committed
Release v1.0
1 parent 4d24203 commit e9c5202

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

cs-mapper-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.carlspring.beans</groupId>
88
<artifactId>cs-mapper-parent</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0</version>
1010
<relativePath>../cs-mapper-parent/pom.xml</relativePath>
1111
</parent>
1212

cs-mapper-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.carlspring.beans</groupId>
77
<artifactId>cs-mapper-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
<relativePath>../cs-mapper-parent/pom.xml</relativePath>
1010
</parent>
1111

cs-mapper-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.carlspring.beans</groupId>
77
<artifactId>cs-mapper-parent</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0</version>
1010

1111
<description>Usefull POJO mapper</description>
1212
<url>https://github.com/carlspring/cs-mapper</url>
@@ -38,7 +38,7 @@
3838
</snapshotRepository>
3939
<repository>
4040
<id>cs-local-repo</id>
41-
<url>file://${basedir}/../../cs-mapperl-repo</url>
41+
<url>file://${basedir}/../../cs-mapper-repo</url>
4242
</repository>
4343
</distributionManagement>
4444

cs-mapper-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.carlspring.beans</groupId>
77
<artifactId>cs-mapper-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
<relativePath>../cs-mapper-parent/pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.carlspring.beans</groupId>
88
<artifactId>cs-mapper-parent</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0</version>
1010
<relativePath>cs-mapper-parent/pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)