Skip to content

Commit ef883e0

Browse files
committed
VERSION: Update all modules to version 6.2.5-SNAPSHOT
- Updated root pom.xml version from 5.2.0-SNAPSHOT to 6.2.5-SNAPSHOT - Updated all 19 module pom.xml files to reference parent version 6.2.5-SNAPSHOT - Verified clean build works with new version across all modules - Version now consistent with documentation and package refactoring - All modules maintain proper parent-child version relationships
1 parent 0eceb68 commit ef883e0

19 files changed

Lines changed: 19 additions & 19 deletions

File tree

codegen-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.metaobjects</groupId>
88
<artifactId>metaobjects</artifactId>
9-
<version>5.2.0-SNAPSHOT</version>
9+
<version>6.2.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>metaobjects-codegen-base</artifactId>

codegen-mustache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.metaobjects</groupId>
88
<artifactId>metaobjects</artifactId>
9-
<version>5.2.0-SNAPSHOT</version>
9+
<version>6.2.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>metaobjects-codegen-mustache</artifactId>

codegen-plantuml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.metaobjects</groupId>
88
<artifactId>metaobjects</artifactId>
9-
<version>5.2.0-SNAPSHOT</version>
9+
<version>6.2.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>metaobjects-codegen-plantuml</artifactId>

core-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.metaobjects</groupId>
88
<artifactId>metaobjects</artifactId>
9-
<version>5.2.0-SNAPSHOT</version>
9+
<version>6.2.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>metaobjects-core-spring</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.metaobjects</groupId>
66
<artifactId>metaobjects</artifactId>
7-
<version>5.2.0-SNAPSHOT</version>
7+
<version>6.2.5-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>metaobjects-core</artifactId>

demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.metaobjects</groupId>
66
<artifactId>metaobjects</artifactId>
7-
<version>5.2.0-SNAPSHOT</version>
7+
<version>6.2.5-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.metaobjects</groupId>

examples/basic-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.metaobjects</groupId>
88
<artifactId>metaobjects-examples</artifactId>
9-
<version>5.2.0-SNAPSHOT</version>
9+
<version>6.2.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>metaobjects-example-basic</artifactId>

examples/osgi-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.metaobjects</groupId>
88
<artifactId>metaobjects-examples</artifactId>
9-
<version>5.2.0-SNAPSHOT</version>
9+
<version>6.2.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>metaobjects-example-osgi</artifactId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.metaobjects</groupId>
88
<artifactId>metaobjects</artifactId>
9-
<version>5.2.0-SNAPSHOT</version>
9+
<version>6.2.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>metaobjects-examples</artifactId>

examples/shared-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.metaobjects</groupId>
88
<artifactId>metaobjects-examples</artifactId>
9-
<version>5.2.0-SNAPSHOT</version>
9+
<version>6.2.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>metaobjects-examples-shared</artifactId>

0 commit comments

Comments
 (0)