File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<groupId >hu.vanio.maven.plugins</groupId >
5
5
<artifactId >easydao-maven-plugin</artifactId >
6
- <version >3.2.1-SNAPSHOT </version >
6
+ <version >3.2.1</version >
7
7
<packaging >maven-plugin</packaging >
8
8
9
9
<name >easydao-maven-plugin</name >
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >hu.vanio.easydao</groupId >
5
5
<artifactId >creating-sampledb</artifactId >
6
- <version >3.2.1-SNAPSHOT </version >
6
+ <version >3.2.1</version >
7
7
<packaging >pom</packaging >
8
8
9
9
<name >creating-sampledb</name >
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >hu.vanio.easydao</groupId >
5
5
<artifactId >easydao-generating-dao</artifactId >
6
- <version >3.2.1-SNAPSHOT </version >
6
+ <version >3.2.1</version >
7
7
<packaging >jar</packaging >
8
8
9
9
<name >easydao-generating-dao</name >
127
127
<plugin >
128
128
<groupId >hu.vanio.maven.plugins</groupId >
129
129
<artifactId >easydao-maven-plugin</artifactId >
130
- <version >3.2.1-SNAPSHOT </version >
130
+ <version >3.2.1</version >
131
131
<configuration >
132
132
<dbName >sampledb</dbName >
133
133
<dbType >POSTGRESQL9</dbType >
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >hu.vanio.easydao</groupId >
5
5
<artifactId >easydao-using-dao</artifactId >
6
- <version >3.2.1-SNAPSHOT </version >
6
+ <version >3.2.1</version >
7
7
<packaging >jar</packaging >
8
8
9
9
<name >easydao-using-dao</name >
60
60
<dependency >
61
61
<groupId >hu.vanio.easydao</groupId >
62
62
<artifactId >easydao-generating-dao</artifactId >
63
- <version >3.2.1-SNAPSHOT </version >
63
+ <version >3.2.1</version >
64
64
</dependency >
65
65
66
66
<dependency >
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >hu.vanio.easydao</groupId >
5
5
<artifactId >easydao</artifactId >
6
- <version >3.2.1-SNAPSHOT </version >
6
+ <version >3.2.1</version >
7
7
<packaging >pom</packaging >
8
8
9
9
<name >easydao</name >
26
26
<url >https://github.com/vanioinformatika/easydao</url >
27
27
<connection >scm:git:${basedir} </connection >
28
28
<developerConnection >scm:git:${basedir} </developerConnection >
29
- <tag >HEAD </tag >
29
+ <tag >easydao-3.2.1 </tag >
30
30
</scm >
31
31
32
32
<!-- we don't want to distribute -->
You can’t perform that action at this time.
0 commit comments